• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

benches/25-Apr-2025-170146

src/25-Apr-2025-2,2821,240

tests/25-Apr-2025-873704

.cargo-checksum.jsonD25-Apr-20251.4 KiB11

Android.bpD25-Apr-20252 KiB9083

CHANGELOG.mdD25-Apr-20259.7 KiB314216

Cargo.tomlD25-Apr-20251.6 KiB8267

LICENSED25-Apr-202510.6 KiB202169

LICENSE-APACHED25-Apr-202510.6 KiB202169

LICENSE-MITD25-Apr-20251 KiB2622

METADATAD25-Apr-2025477 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025958 2817

TEST_MAPPINGD25-Apr-2025131 1110

cargo_embargo.jsonD25-Apr-2025171 1312

rules.mkD25-Apr-2025452 168

README.md

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