stackvector 1.0.5

StackVec: vector-like facade for stack-allocated arrays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`).