Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

csouth3/sorted-collections-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (This is broken by new crate name rules.)

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

About

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages