smallvec 0.6.4

'Small vector' optimization: store up to a small number of items on the stack
Documentation
[package]
name = "smallvec"
version = "0.6.4"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/rust-smallvec"
description = "'Small vector' optimization: store up to a small number of items on the stack"
keywords = ["small", "vec", "vector", "stack", "no_std"]
categories = ["data-structures"]
readme = "README.md"
documentation = "http://doc.servo.org/smallvec/"

[features]
std = []
union = []
default = ["std"]

[lib]
name = "smallvec"
path = "lib.rs"

[dependencies]
unreachable = "1.0.0"
serde = { version = "1", optional = true }

[dev_dependencies]
bincode = "1.0.1"