A library providing useful extension traits and convenience methods for ordered collections in Rust.
Put this in your Cargo.toml
:
toml
[dependencies]
sorted-collections = "*"
And this in your crate root:
rust
extern crate "sorted-collections" as sorted_collections; // or whatever you want to import it as