appendvec 0.1.0

A concurrent append-only container of immutable values
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented8 out of 10 items with examples
  • Size
  • Source code size: 62.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • gendx/appendvec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gendx
appendvec-0.1.0 has been yanked.

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.