A vector with a fixed capacity. (Rust)
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Reynard User 152d27335f
Some checks failed
Continuous integration / tests (false, serde, 1.51.0, --skip spare_capacity_mut) (push) Has been cancelled
Continuous integration / tests (false, serde, 1.70.0) (push) Has been cancelled
Continuous integration / tests (false, serde, beta) (push) Has been cancelled
Continuous integration / tests (false, serde, borsh, zeroize, nightly) (push) Has been cancelled
Continuous integration / tests (true, false, <nil>, stable) (push) Has been cancelled
Continuous integration / nostd/thumbv6m-none-eabi/stable (push) Has been cancelled
Continuous integration / miri (push) Has been cancelled
chore: sync dependencies (monorepo)
2026-04-07 18:06:21 +02:00
.github/workflows Add ArrayVec::spare_capacity_mut 2024-10-16 21:18:15 +02:00
benches TEST: Update benches for const gen 2021-03-23 18:25:56 +01:00
src chore: sync dependencies (monorepo) 2026-04-07 18:06:21 +02:00
tests Use 16-bit lengths on 16-bit targets 2024-10-17 10:55:15 +02:00
.gitignore gitignore: ignore target as a symlink 2019-10-01 19:16:39 -04:00
Cargo.toml chore: sync dependencies (monorepo) 2026-04-06 15:20:59 +02:00
CHANGELOG.md 0.7.6 2024-08-17 14:13:49 +02:00
LICENSE-APACHE Add apache license file 2017-07-29 00:46:31 +02:00
LICENSE-MIT 0.7.4 2023-06-17 21:58:14 +02:00
README.md MAINT: Delete historical nodrop, nodrop-union directories 2021-03-23 19:41:11 +01:00

arrayvec

Crates.io: arrayvec Documentation Build Status

License: Apache OR License: MIT

A vector with fixed capacity.

Please read the API documentation here

License

Dual-licensed to be compatible with the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.