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 can represent (any) infinity.
/// Implementers must ensure positive or negative infinity is representable.
pub trait HasAnySignInfinity {}