smallvec 2.0.0-alpha.8

'Small vector' optimization: store up to a small number of items on the stack
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

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

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

[features]
extract_if = []
may_dangle = []
specialization = []
std = []

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

[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "'Small vector' optimization: store up to a small number of items on the stack"
documentation = "https://docs.rs/smallvec/"
edition = "2021"
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"
rust-version = "1.57"
version = "2.0.0-alpha.8"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "macro"
path = "tests/macro.rs"