sorted-collections 0.0.2

A library providing useful extension traits and convenience methods for ordered collections in Rust.
docs.rs failed to build sorted-collections-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sorted-collections-0.0.8

sorted-collections-rs

A library providing useful extension traits and convenience methods for ordered collections in Rust.

Build Status

Usage

Put this in your Cargo.toml:

[dependencies]
sorted-collections = "*"

And this in your crate root:

extern crate "sorted-collections" as sorted_collections; // or whatever you want to import it as

Documentation