Skip to main content

intid_core/
utils.rs

1//! Miscellaneous utilities relating to the [`IntegerId`](crate::IntegerId) trait.
2
3mod order;
4
5pub use self::order::OrderByInt;