SYMBOL INDEX (12 symbols across 1 files) FILE: src/lib.rs function panic_handler (line 24) | fn panic_handler(info: &panic::PanicInfo) { function _console_log (line 31) | fn _console_log(a_ptr: *const u8, a_len: usize); function _console_error (line 34) | fn _console_error(a_ptr: *const u8, a_len: usize); function wrap (line 40) | fn wrap(s: &str, f: unsafe extern "C" fn(*const u8, usize)) { function log (line 50) | pub fn log(s: &str) { function error (line 55) | pub fn error(s: &str) { function initialize (line 62) | pub extern "C" fn initialize() { function hello (line 72) | pub extern "C" fn hello(arg: u32) -> u32 { type App (line 77) | struct App { method new (line 83) | fn new() -> Self { method initialize (line 89) | fn initialize(&self) { method hello (line 94) | fn hello(&self, arg: u32) -> u32 {