Crates.io | neon-utils |
lib.rs | neon-utils |
version | 1.1.0 |
source | src |
created_at | 2021-06-10 15:43:59.492222 |
updated_at | 2021-08-02 21:41:21.232605 |
description | A collection of utilities for use with neon-bindings |
homepage | |
repository | |
max_upload_size | |
id | 408619 |
size | 27,047 |
A collection of tools for working with neon-bindings to interop between node and Rust.
Duration
, U256
, Vec<u8>
(from a hex string
or ArrayBuffer
), RecoverableSignature
, etc.Throw
hazard presented by the neon-bindings error model avoiding segfaults and recovered errors re-throwingProxy
types to easily access Rust data owned by a JavaScript instancerun_async
to schedule work on microthreads