intid-core 0.3.8

Defines the IntegerId trait without a dependency on intid_derive
Documentation
1
2
3
4
5
//! Miscellaneous utilities relating to the [`IntegerId`](crate::IntegerId) trait.

mod order;

pub use self::order::OrderByInt;