Package iavl implements a versioned, snapshottable (immutable) AVL+ tree for persisting key-value pairs.
go get github.com/cosmos/iavlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating a mutable IAVL tree, setting a key-value pair, and saving a version.
Use the correct import path for your version: v0.x uses github.com/tendermint/iavl, v1.x uses github.com/cosmos/iavl.
No dependency data recorded yet.