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 exclude one from their domain.
/// Implementers must ensure the value `1` is unrepresentable for the type.
pub trait NonOne {}