]> git.proxmox.com Git - rustc.git/blob - vendor/arrayvec/README.md
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / arrayvec / README.md
1
2 arrayvec
3 ========
4 [![Crates.io: arrayvec](https://img.shields.io/crates/v/arrayvec.svg)](https://crates.io/crates/arrayvec)
5 [![Crates.io: nodrop](https://img.shields.io/crates/v/nodrop.svg)](https://crates.io/crates/nodrop)
6 [![Documentation](https://docs.rs/arrayvec/badge.svg)](https://docs.rs/arrayvec)
7 [![Build Status](https://travis-ci.org/bluss/arrayvec.svg?branch=master)](https://travis-ci.org/bluss/arrayvec)
8 [![License: Apache](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE-APACHE)
9 OR
10 [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
11
12 A vector with fixed capacity.
13
14 Please read the [`API documentation here`](https://docs.rs/arrayvec)
15
16 # License
17
18 Dual-licensed to be compatible with the Rust project.
19
20 Licensed under the Apache License, Version 2.0
21 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license
22 http://opensource.org/licenses/MIT, at your
23 option. This file may not be copied, modified, or distributed
24 except according to those terms.