#raii #lifetime #handle #entry #presence #insertion #data

raii-map

Map and set types in Rust in which the presence of the entry in the data structure is tied to the lifetime of a RAII handle returned by the insertion

1 unstable release

0.1.0 Mar 15, 2021

#1498 in Data structures

Download history 3/week @ 2024-11-13 5/week @ 2024-11-27 10/week @ 2024-12-04 24/week @ 2024-12-11 4/week @ 2024-12-18 12/week @ 2025-01-15 3/week @ 2025-01-22 13/week @ 2025-02-05 23/week @ 2025-02-12 16/week @ 2025-02-26

52 downloads per month
Used in 2 crates (via vex-rt)

Apache-2.0

8KB
171 lines

raii-map

Map and set types in Rust in which the presence of the entry in the data structure is tied to the lifetime of a RAII handle returned by the insertion.


lib.rs:

Map and set types in Rust in which the presence of the entry in the data structure is tied to the lifetime of a RAII handle returned by the insertion.

Dependencies

~7KB