napi_ext 0.4.0

Extends napi-rs with the ability to run local futures
Documentation
1
2
3
4
5
6
7
8
9
mod console_log;
mod create_promise;
mod js_promise;
mod utils_ext;

pub use self::console_log::*;
pub use self::create_promise::*;
pub use self::js_promise::*;
pub use self::utils_ext::*;