napi-rs/crates/napi/src
2022-02-28 12:09:40 +08:00
..
bindgen_runtime fix(napi): cleanup registered hook upon unloading module with tokio_rt 2022-02-16 15:28:16 +01:00
js_values fix(napi): deref from Uint8ClampedArray 2022-02-07 12:24:09 +08:00
async_cleanup_hook.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
async_work.rs fix(napi): clippy error on 1.58 2022-01-14 11:21:03 +08:00
call_context.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
cleanup_env.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
env.rs feat(napi): with_value method on Property 2022-02-06 16:26:00 +08:00
error.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
lib.rs feat(napi): re-export tokio and features 2022-01-23 23:04:31 +08:00
promise.rs fix(napi): clippy error on 1.58 2022-01-14 11:21:03 +08:00
status.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
task.rs feat(napi): implement AsyncTask with AbortSignal support 2021-11-06 13:51:54 +08:00
threadsafe_function.rs chore: fix clippy::needless_late_init lint 2022-02-28 12:09:40 +08:00
tokio_runtime.rs chore(napi): Mark shutdown_tokio_rt unsafe 2022-02-16 18:02:10 +01:00
value_type.rs feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
version.rs fix(napi): correct the CString usage 2021-11-15 16:55:13 +08:00
win_delay_load_hook.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00