bn-rs 0.2.4

bn.js and ethers.js BigNumber bindings for Rust & WebAssembly
Documentation
1
2
3
4
5
6
7
pub use bindgen::BigNumber;
pub use error::BigNumberError;

mod bindgen;
mod error;
mod from;
mod into;