napi_async_local 0.2.0

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

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