sorted-collections

Crates.iosorted-collections
lib.rssorted-collections
version0.0.8
sourcesrc
created_at2015-01-12 21:53:04.606319
updated_at2015-12-11 23:56:18.321051
descriptionA library providing useful extension traits and convenience methods for ordered collections in Rust. NOTE: This library is not currently in active development, and much of the functionality has been either obsoleted by or superseded by similar or identical functionality of the standard library, or soon will be. Please use that instead, at least until I find a better direction to take this.
homepagehttps://github.com/csouth3/sorted-collections-rs
repositoryhttps://github.com/csouth3/sorted-collections-rs
max_upload_size
id774
size51,353
Chase Southwood (csouth3)

documentation

http://csouth3.github.com/sorted-collections-rs/sorted-collections

README

sorted-collections-rs

A library providing useful extension traits and convenience methods for ordered collections in Rust. NOTE: This library is not currently in active development, and much of the functionality has been either obsoleted by or superseded by similar or identical functionality of the standard library, or soon will be. Please use that instead, at least until I find a better direction to take this.

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

Commit count: 66

cargo fmt