smallvec-stableunion 0.6.10

Fork of the crate smallvec. Uses unions in stable rust. Please note that it can only store Copy types. No functional differences apart from that.
Documentation
[dependencies.serde]
optional = true
version = "1"

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

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

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

[package]
authors = ["Simon Sapin <simon.sapin@exyr.org>", "Quinten Kock <quintenkock@gmail.com>"]
categories = ["data-structures"]
description = "Fork of the crate smallvec. Uses unions in stable rust. Please note that it can only store Copy types. No functional differences apart from that."
documentation = "https://doc.servo.org/smallvec/"
keywords = ["small", "vec", "vector", "stack", "no_std"]
license = "MIT/Apache-2.0"
name = "smallvec-stableunion"
readme = "README.md"
repository = "https://github.com/servo/rust-smallvec"
version = "0.6.10"