ids 0.1.4

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`.
Documentation
1
2
3
4
5
6
# 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`.