1
2arrayvec
3========
4[![Crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec)
5[![Documentation](https://docs.rs/arrayvec/badge.svg)](https://docs.rs/arrayvec)
6[![Build Status](https://github.com/bluss/arrayvec/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/bluss/arrayvec/actions)
7
8
9
10
11[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE-APACHE)
12OR
13[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](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