[go: up one dir, main page]

typenum 1.11.2

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
#[cfg(tests)]
include!(concat!(env!("OUT_DIR"), "/tests.rs"));