Crate grovedb_path

Crate grovedb_path 

Source
Expand description

GroveDB subtree path manipulation library.

Structs§

SubtreePath
Path to a GroveDB’s subtree with no owned data and cheap to clone.
SubtreePathBuilder
Path to a GroveDB’s subtree.
SubtreePathIter
(Reverse) iterator for a subtree path. Because of implementation details (one way link between derivations) it cannot effectively iterate from the most shallow path segment to the deepest, so it have to go in reverse direction.