1 unstable release
Uses new Rust 2024
new 0.1.0 | Apr 21, 2025 |
---|
#1200 in Data structures
48 downloads per month
21KB
554 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.