eclectic 0.7.0

Experimental collection traits.
Documentation
# 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`:

```toml
[dependencies]
eclectic = "0.6"
```

and this to the crate root:

```rust
extern crate eclectic;
```