#append #structures #data #version #std #key-value

append-only

Append only versions of std data structures

1 unstable release

0.0.1 Jul 2, 2020

#36 in #append

Download history 2/week @ 2023-12-18 17/week @ 2023-12-25 14/week @ 2024-01-01 24/week @ 2024-01-22 13/week @ 2024-01-29 23/week @ 2024-02-05 35/week @ 2024-02-12 46/week @ 2024-02-19 60/week @ 2024-02-26 29/week @ 2024-03-04 57/week @ 2024-03-11 44/week @ 2024-03-18 37/week @ 2024-03-25 48/week @ 2024-04-01

190 downloads per month

MIT/Apache

5KB
59 lines

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.

No runtime deps