rust-advanced-collections

Travis CI Appveyor CI Crates CI Codedov CI

Overview

This crate contains a set of high quality (tested, documented, with complete implementation of standard traits) collections. It is supposed to be an extension of the standard std::collections crate that contains the most common collections but lacks more advanced ones.

At the moment this crate includes:

Usage

Cargo.toml:

toml [dependencies] advanced_collections = "0.1"

Documentation

Cargo documentation

License

This code is licensed under the free MIT license.

Contributing

This crate is open to anybody who would like to participate in the project and help me to create more collections. Simply fork this repository, add your changes/fixes and create a pull request for me. Just please make sure that your code meets standards of this crate. The code needs to: