libnode_sys 0.0.7

C bindings for libnode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod napi_create_bigint_int64;
mod napi_create_bigint_uint64;
mod napi_create_bigint_words;
mod napi_get_all_property_names;
mod napi_get_instance_data;
mod napi_get_value_bigint_int64;
mod napi_get_value_bigint_uint64;
mod napi_get_value_bigint_words;
mod napi_set_instance_data;
pub use self::napi_create_bigint_int64::*;
pub use self::napi_create_bigint_uint64::*;
pub use self::napi_create_bigint_words::*;
pub use self::napi_get_all_property_names::*;
pub use self::napi_get_instance_data::*;
pub use self::napi_get_value_bigint_int64::*;
pub use self::napi_get_value_bigint_uint64::*;
pub use self::napi_get_value_bigint_words::*;
pub use self::napi_set_instance_data::*;