modmath 0.4.0

Modular math implemented with traits.
Documentation
1
2
3
4
5
6
//! Parity (odd/even) trait — re-exported from `const-num-traits`.
//!
//! The trait lives in the const-num-traits fork so it is usable from
//! const contexts. This module keeps the historical `crate::parity::Parity`
//! path stable for the rest of modmath.
pub use const_num_traits::Parity;