bnum 0.14.0

Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types.
Documentation
1
2
3
4
5
//! A collection of common use items.

pub use crate::{Int, Uint, Integer};
pub use crate::cast::As;
pub use crate::{n, t};