3 releases
Uses new Rust 2024
| 0.1.2 | Oct 4, 2025 |
|---|---|
| 0.1.1 | Jul 2, 2025 |
| 0.1.0 | Apr 21, 2025 |
#1725 in Data structures
503 downloads per month
22KB
591 lines
WeakMap is a wrapper over BTreeMap that stores weak references to
values.
weak-map: BTreeMap with weak references
This is similar to and inspired by weak-table, but using BTreeMap as underlying implementation.