eclectic 0.3.0

Experimental collection traits.
[package]
name = "eclectic"
version = "0.3.0"
authors = ["Andrew Paseltiner <apaseltiner@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/apasel422/eclectic"
repository = "https://github.com/apasel422/eclectic"
documentation = "https://apasel422.github.io/eclectic/eclectic"
keywords = ["collecton", "map", "set", "data-structure"]
description = "Experimental collection traits."

[features]
default = ["std_impls"]
nightly = []
std_impls = []

[dependencies]
linear-map = { optional = true }
linked-hash-map = { optional = true }
trie = { optional = true }
vec_map = { optional = true }