napi-rs/napi/src
2021-03-12 16:09:57 +08:00
..
js_values feat(napi): unwrap &'static value from Ref object 2021-02-25 22:17:21 +08:00
async_work.rs feat(napi): provide reject method in Task trait 2020-12-18 11:32:15 +08:00
call_context.rs ci: add cargo clippy 2020-12-01 14:58:00 +08:00
cleanup_env.rs docs: update documents 2020-12-03 17:17:40 +08:00
env.rs fix(napi): napi_adjust_external_memory issue on wini686 2021-03-12 16:09:57 +08:00
error.rs feat(napi): From Serde JSON Error for Error 2020-12-24 12:20:23 +08:00
lib.rs docs: rust doc enhancement 2020-12-22 21:32:50 +08:00
module.rs feat(napi): major upgrades for napi@1 2020-11-26 11:31:49 +08:00
promise.rs fix(napi): remove unexpected napi_acquire_threadsafe_function 2021-01-04 14:56:32 +08:00
status.rs refactor(napi): js error 2020-12-02 14:56:19 +08:00
task.rs feat(napi): provide reject method in Task trait 2020-12-18 11:32:15 +08:00
threadsafe_function.rs Added a way to opt out of error handling for ThreadsafeFunctions. 2021-03-09 23:51:12 +01:00
tokio_rt.rs fix(napi): remove unexpected napi_acquire_threadsafe_function 2021-01-04 14:56:32 +08:00
version.rs refactor(napi): redesign the JavaScript values API 2020-06-28 23:29:04 +08:00
win_delay_load_hook.rs Copy win_delay_load_hook from Neon 2020-10-30 18:24:19 -07:00