Expand description
§Ideal Data Structures
This library provides several data structures, inspired by Bagwell’s Ideal Hash
Trees, with an automatic copy-on-write implementation, analogous that of
Clojure, to maximize performance. It is compatible with no_std
code, but does
require alloc
.