Generic Collection Library ========================== [![Build Status](https://app.travis-ci.com/ptal/gcollections.svg?branch=master)](https://app.travis-ci.com/ptal/gcollections) This library provides a set of generic traits over Rust collections library. Examples and more in the [documentation](https://docs.rs/gcollections/). This library compiles on Rust stable. To enjoy specialization of some traits, use `cargo build --features="nightly"`. You can manage Rust compiler's channels and versions with [rustup](www.rustup.rs). ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.