typenum 1.20.0

Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.
Documentation
1
2
3
4
pub mod consts;
#[cfg(feature = "const-generics")]
pub mod generic_const_mappings;
pub mod op;