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
/// Marker for types that do not expose a meaningful maximum value.
/// Implementers must ensure no well-defined maximum value is provided.
pub trait NonMaxValue {}