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::BN;
pub use error::BNError;

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