bnum 0.14.4

Fixed-size integer types with generic signedness, bit width and overflow behaviour.
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};