numaxiom 0.0.2

Lightweight numeric marker traits for ranges/signs plus constants and ops; std by default, no_std optional.
Documentation
1
2
3
4
5
6
7
8
pub mod one;
pub use one::{HasOne, One, OneConst};

pub mod two;
pub use two::{HasTwo, Two, TwoConst};

pub mod zero;
pub use zero::{HasZero, Zero, ZeroConst};