rust-stackvector
================
[Documentation](https://docs.rs/stackvector/)
[Release notes](https://github.com/Alexhuszagh/rust-stackvector/releases)
"StackVec": vector-like facade for stack-allocated arrays.
# License
StackVector is derived from Servo's [smallvec](https://github.com/servo/rust-smallve), and like smallvec, it is dual licensed under either the MIT or Apache 2.0 license.
# Version Support
Stackvector has been tested on version of Rustc as low as 1.20.0 (needed for `mem::ManuallyDrop`).