opt_arrayvec

Crates.ioopt_arrayvec
lib.rsopt_arrayvec
version0.1.0
sourcesrc
created_at2024-06-03 19:48:23.675985
updated_at2024-06-03 19:48:23.675985
descriptionVector-like container with fixed capacity, using options instead of stored length
homepage
repositoryhttps://github.com/FlareFlo/opt_arrayvec
max_upload_size
id1260429
size9,929
(FlareFlo)

documentation

https://docs.rs/opt_arrayvec

README

OptArrayVec

A vector-like container that does not store its length directly, but rather retrieves them through inner options. I highly discourage using this if size_of::<Yourtype> != size_of::<Option<Yourtype>>

MSRV

Currently, 1.65

Commit count: 22

cargo fmt