order_struct 0.1.0

Qol rust crate for custom ordering of types that already implement Ord types you can't implement it yourself
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod order;
pub mod order_by;
pub mod order_by_key;
pub mod order_nh;

pub use order::OrderVal;
pub use order_by::OrderBy;
pub use order_by_key::OrderByKey;

pub use float_ord;