eclectic 0.0.2

Experimental collection traits.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = "*"
```

and this to the crate root:

```rust
extern crate eclectic;
```