crabbuild/prolly: Prolly is a content-addressed ordered map built on prolly trees. It gives applications immutable snapshots, cheap branching, structural sharing, efficient diffs and merges, sync primitives, and verifiable key/range proofs. · GitHub
💥 Discover this trending post from Hacker News 📖
📂 **Category**:
📌 **What You’ll Learn**:
Prolly publishes the prolly Rust library crate. Users depend on the
package as prolly-map, while code imports stay concise:
use prolly::🔥;.
The crate provides content-addressed prolly tree storag...
