.. |
array.rs
|
feat(napi): add support for Vec<(std::string::String, u16)> and some other small change (#1320)
|
2022-09-20 12:13:07 +08:00 |
arraybuffer.rs
|
feat(napi): add impl<T: Into<Vec<u8>>> From<T> for Uint8Array (#1317)
|
2022-09-16 23:15:29 +08:00 |
bigint.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
boolean.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
buffer.rs
|
fix(napi): some of the unsoundness in Buffer (#1294)
|
2022-09-05 13:04:43 +08:00 |
class.rs
|
feat(napi): implement as_object and validate for ClassInstance (#1284)
|
2022-08-23 17:02:41 +08:00 |
date.rs
|
refactor(napi): use libloading on Windows
|
2022-05-06 22:27:09 +08:00 |
either.rs
|
feat(napi): add support for Vec<(std::string::String, u16)> and some other small change (#1320)
|
2022-09-20 12:13:07 +08:00 |
external.rs
|
feat(napi): add support for Vec<(std::string::String, u16)> and some other small change (#1320)
|
2022-09-20 12:13:07 +08:00 |
function.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
map.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
nil.rs
|
feat(napi): add some useful derived traits for the Null type (#1241)
|
2022-07-22 23:45:02 +08:00 |
number.rs
|
feat(napi): implement ToNapiValue for f32
|
2022-08-23 16:18:08 +08:00 |
object.rs
|
chore(napi): misc cleanup
|
2022-08-23 16:18:08 +08:00 |
promise.rs
|
fix(napi): improve error propagation (#1303)
|
2022-09-14 17:03:11 +08:00 |
serde.rs
|
feat: impl FromNapiValue for serde_json::Number , fix it for Null , throw for impossible types (#1052)
|
2022-02-06 11:58:17 +08:00 |
string.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
symbol.rs
|
refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of
|
2022-07-05 17:01:21 +08:00 |
task.rs
|
refactor(napi): use libloading on Windows
|
2022-05-06 22:27:09 +08:00 |
value_ref.rs
|
fix(napi): remove previous reference if value_ref existed
|
2022-08-25 21:51:06 +08:00 |