append-only 0.0.1

Append only versions of std data structures
Documentation

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.