napi-rs/crates/napi/src
2022-08-17 13:24:40 +08:00
..
bindgen_runtime feat(napi): allow implement custom finalize logic for Class 2022-08-17 13:24:40 +08:00
js_values feat(napi-derive): support set property attribute in napi macro (#1257) 2022-08-06 21:54:58 +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 chore(napi): enhance error message when unwrap failed from JsObject (#1259) 2022-08-07 23:05:49 +08:00
error.rs feat(napi) implement From<Infallible> for napi::Error 2022-05-30 21:44:03 +08:00
lib.rs feat(napi-derive): support set property attribute in napi macro (#1257) 2022-08-06 21:54:58 +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 feat(napi): add derived traits to ThreadsafeFunctionCallMode (#1243) 2022-07-31 15:29:26 +08:00
tokio_runtime.rs feat(napi): call sync functions within tokio runtime (#1242) 2022-08-04 00:12:35 +08: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