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 minimum value.
/// Implementers must ensure no well-defined minimum value is provided.
pub trait NonMinValue {}