Module impls

Module impls 

Source

Structsยง

GrowingStoreDeprecation planned
GrowingStore does not prune any path. If the path is set to v, the stored value is v If the path is deleted, the stored value is [] Note: we should not allow empty vec to store as this would conflict with the deletion representation.
InMemoryStore
An in-memory store backed by an AvlTree.
RevertibleStoreDeprecation planned
A wrapper store that implements rudimentary apply()/reset() support for other stores.
SharedStore
Wraps a store to make it shareable by cloning