#weak #map #b-tree #arc #rc #reference

no-std weak-map

BTreeMap with weak references

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 21, 2025

#1200 in Data structures

48 downloads per month

MIT/Apache

21KB
554 lines

WeakMap is a wrapper over BTreeMap that stores weak references to values.


weak-map: BTreeMap with weak references

Crates.io docs.rs

This is similar to and inspired by weak-table, but using BTreeMap as underlying implementation.

No runtime deps