#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

#1226 in Data structures

Download history 6/week @ 2023-12-04 2/week @ 2024-01-15 2/week @ 2024-02-05 6/week @ 2024-02-12 16/week @ 2024-02-19 37/week @ 2024-02-26 23/week @ 2024-03-04 13/week @ 2024-03-11 14/week @ 2024-03-18

87 downloads per month
Used in 3 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