1 2arrayvec 3======== 4[](https://crates.io/crates/arrayvec) 5[](https://docs.rs/arrayvec) 6[](https://github.com/bluss/arrayvec/actions) 7 8 9 10 11[](LICENSE-APACHE) 12OR 13[](LICENSE) 14 15A vector with fixed capacity. 16 17Please read the [`API documentation here`](https://docs.rs/arrayvec) 18 19# License 20 21Dual-licensed to be compatible with the Rust project. 22 23Licensed under the Apache License, Version 2.0 24http://www.apache.org/licenses/LICENSE-2.0 or the MIT license 25http://opensource.org/licenses/MIT, at your 26option. This file may not be copied, modified, or distributed 27except according to those terms. 28