Registry / utility / aligned-vec

aligned-vec

JSON →
library0.6.4rscratesunverified

Provides aligned vector and box containers for memory alignment requirements.

# Cargo.toml [dependencies] aligned-vec = "0.6.4"
INSTALL
IMPORT
SIG · ALIGNED-VEC
A
aligned-vec
utilityrustv0.6.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AlignedVec
use aligned_vec::AlignedVec;

Creates an aligned vector with 64-byte alignment.

use aligned_vec::AlignedVec; fn main() { let mut vec = AlignedVec::<u8, 64>::new(); vec.push(42); println!("Aligned vector length: {}", vec.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
aligned-vec — cargo add aligned-vec · libregistry