napi-rs/crates
Jānis Gailis d1fe0f0eb1
feat(napi): Bigint deserialization (#1592)
* Handle little endianness;
* Make sure get_<u/i>128 methods don't panic when words.len() < 2;
* Make sure BigInt deserialization takes into account word length and
  sign;

Signed-off-by: Janis Gailis <JanisGailis@users.noreply.github.com>
Co-authored-by: Janis Gailis <>
2023-05-19 17:27:29 +08:00
..
backend Release independent packages 2023-04-26 15:19:52 +08:00
build feat(cli): brand new cli tool with both cli and programmatical usage (#1492) 2023-04-06 11:04:53 +08:00
macro Release independent packages 2023-04-26 15:19:52 +08:00
napi feat(napi): Bigint deserialization (#1592) 2023-05-19 17:27:29 +08:00
sys fix(deps): update rust crate libloading to 0.8 (#1563) 2023-04-15 06:40:31 +00:00