Crate raii_map

Source
Expand description

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.

Modulesยง

map
Map and related items.
set
Set and related items.