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
//! A collection of common use items.

pub use crate::cast::{As, CastFrom};
pub use crate::BInt;
pub use crate::BUint;