apasel422 / eclectic

Experimental collection traits for Rust
https://apasel422.github.io/eclectic/eclectic
Apache License 2.0
28 stars 4 forks source link

eclectic

Experimental collection traits for Rust.

Documentation is available at https://apasel422.github.io/eclectic/eclectic.

To use eclectic with Cargo, add this to Cargo.toml:

[dependencies]
eclectic = "0.11"

and this to the crate root:

extern crate eclectic;