Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
benches/ | 25-Apr-2025 | - | 170 | 146 | ||
src/ | 25-Apr-2025 | - | 2,282 | 1,240 | ||
tests/ | 25-Apr-2025 | - | 873 | 704 | ||
.cargo-checksum.json | D | 25-Apr-2025 | 1.4 KiB | 1 | 1 | |
Android.bp | D | 25-Apr-2025 | 2 KiB | 90 | 83 | |
CHANGELOG.md | D | 25-Apr-2025 | 9.7 KiB | 314 | 216 | |
Cargo.toml | D | 25-Apr-2025 | 1.6 KiB | 82 | 67 | |
LICENSE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-APACHE | D | 25-Apr-2025 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | D | 25-Apr-2025 | 1 KiB | 26 | 22 | |
METADATA | D | 25-Apr-2025 | 477 | 18 | 17 | |
MODULE_LICENSE_APACHE2 | D | 25-Apr-2025 | 0 | |||
README.md | D | 25-Apr-2025 | 958 | 28 | 17 | |
TEST_MAPPING | D | 25-Apr-2025 | 131 | 11 | 10 | |
cargo_embargo.json | D | 25-Apr-2025 | 171 | 13 | 12 | |
rules.mk | D | 25-Apr-2025 | 452 | 16 | 8 |
README.md
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