appendvec

Crates.ioappendvec
lib.rsappendvec
version0.1.1
created_at2025-12-28 23:01:23.916366+00
updated_at2026-01-07 08:54:27.736386+00
descriptionA concurrent append-only container of immutable values
homepage
repositoryhttps://github.com/gendx/appendvec
max_upload_size
id2009537
size63,936
Guillaume E (gendx)

documentation

README

AppendVec: a concurrent append-only container of immutable values

Crate Documentation Minimum Rust 1.85.0 Lines of Code Dependencies License Codecov Build Status Test Status

This container data structure ensures that reads return stable references and can happen concurrently to a write.

Commit count: 8

cargo fmt