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
10
mod js_rc;
mod runtime;
mod spawn_local;
mod utils;

pub use napi_ext_macros::*;

pub use self::js_rc::*;
pub use self::spawn_local::*;
pub use self::utils::*;