header-vec

Crates.ioheader-vec
lib.rsheader-vec
version0.1.3
sourcesrc
created_at2021-07-07 20:10:12.801386
updated_at2024-09-17 03:58:05.59195
descriptionVector with user-specified header, length, capacity, and array elements all stored on the heap together
homepage
repositoryhttps://github.com/rust-cv/header-vec
max_upload_size
id420025
size23,747
Geordon Worley (vadixidav)

documentation

https://docs.rs/header-vec/

README

header-vec

Allows one to store a header struct and a vector all inline in the same memory on the heap and share weak versions for minimizing random lookups in data structures

If you use this without creating a weak ptr, it is safe. It is unsafe to create a weak pointer because you now have aliasing.

Commit count: 34

cargo fmt