[][src]Crate append_only

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.

Modules

sync

The sync module contains append-only data structures that can be used from multiple threads.