napi-rs/crates/napi/src
Dennis Duda a9a62f225e
feat(napi): add derived traits to ThreadsafeFunctionCallMode (#1243)
This makes it possible to reuse the same value, e.g. when writing utility/helper functions.
2022-07-31 15:29:26 +08:00
..
bindgen_runtime feat(napi): add some useful derived traits for the Null type (#1241) 2022-07-22 23:45:02 +08:00
js_values refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
async_cleanup_hook.rs
async_work.rs
call_context.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
cleanup_env.rs
env.rs
error.rs feat(napi) implement From<Infallible> for napi::Error 2022-05-30 21:44:03 +08:00
lib.rs fix(napi): drop all thread_local! usage 2022-05-10 18:39:36 +08:00
promise.rs
status.rs
task.rs
threadsafe_function.rs feat(napi): add derived traits to ThreadsafeFunctionCallMode (#1243) 2022-07-31 15:29:26 +08:00
tokio_runtime.rs chore(napi): replace lazy_static with once_cell (#1213) 2022-06-25 11:19:45 +08:00
value_type.rs
version.rs