smallvec 0.6.7

'Small vector' optimization: store up to a small number of items on the stack
Documentation
[dependencies.serde]
optional = true
version = "1"

[dependencies.unreachable]
version = "1.0.0"
[dev-dependencies.bincode]
version = "1.0.1"

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

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

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