Docs.rs
node-bindgen-6.1.0
node-bindgen 6.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sehz
github:infinyon:fluvio-publisher
Dependencies
nj-build ^0.3.0
normal
optional
nj-core ^6.0.1
normal
optional
nj-derive ^3.2.0
normal
optional
nj-sys ^4.0.0
normal
optional
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
node_
bindgen
6.1.0
Module bigint
Module Items
Structs
Enums
Traits
In node_
bindgen::
core
node_bindgen
::
core
Module
bigint
Copy item path
Source
Structs
§
BigInt
A big signed integer type.
BigUint
A big unsigned integer type.
Parse
BigInt
Error
TryFrom
BigInt
Error
The error type returned when a checked conversion regarding big integer fails.
U32Digits
An iterator of
u32
digits representation of a
BigUint
or
BigInt
, ordered least significant digit first.
U64Digits
An iterator of
u64
digits representation of a
BigUint
or
BigInt
, ordered least significant digit first.
Enums
§
Sign
A
Sign
is a
BigInt
’s composing element.
Traits
§
ToBig
Int
A generic trait for converting a value to a
BigInt
. This may return
None
when converting from
f32
or
f64
, and will always succeed when converting from any integer or unsigned primitive, or
BigUint
.
ToBig
Uint
A generic trait for converting a value to a
BigUint
.