1 unstable release

Uses new Rust 2024

0.1.0 Apr 21, 2025

#1279 in Data structures

Download history 79/week @ 2025-04-16 26/week @ 2025-04-23

105 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