smallvec 1.9.0

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

[dependencies.serde]
default-features = false
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1.0.1"

[features]
const_generics = []
const_new = ["const_generics"]
may_dangle = []
specialization = []
union = []
write = []

[package]
authors = ["The Servo Project Developers"]
categories = ["data-structures"]
description = "'Small vector' optimization: store up to a small number of items on the stack"
documentation = "https://docs.rs/smallvec/"
edition = "2018"
keywords = ["small", "vec", "vector", "stack", "no_std"]
license = "MIT OR Apache-2.0"
name = "smallvec"
readme = "README.md"
repository = "https://github.com/servo/rust-smallvec"
version = "1.9.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]