ordmask 2.1.0

A library for efficient range-based set operations and membership checking
Documentation
1
2
3
4
5
6
7
8
9
mod countable;
mod ordered_sub;
mod with_max;
mod with_min;

pub use countable::*;
pub use ordered_sub::*;
pub use with_max::*;
pub use with_min::*;