append-only 0.0.2

Append only versions of std data structures
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 6 items with examples
  • Size
  • Source code size: 3.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.41 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • khuey

append-only

append-only contains versions of data structures that ... only allow appends. Data structures where values cannot be modified once added, combined with Boxing, allow immutable references to one key's value to be handed out while preserving the ability to append other key/value pairs to the structure.