reweb3-num 0.2.4

Arbitrary precision, fixed-size signed and unsigned integer types for ethereum, this a fork of bnum crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! A collection of errors specific to this crate's types that can occur when using them.

mod macros;

#[allow(unused_imports)]
pub use macros::*;

mod parseint;
pub use parseint::*;

mod tryfrom;
pub use tryfrom::*;