Crate hamt_rs

Source
Expand description

This library contains some implementations of persistent data structures. Persistent data structures, also called purely functional data structures, are always immutable from the view of the user and can safely and easily be shared in a concurrent setting. For more information see Wikipedia for example.

Structs§

CopyStore
HamtMap
HamtMapIterator
ShareStore

Traits§

ItemStore