raii-map 0.1.0

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
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "owner-monad"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e801d70df6e7202903447c908be32e5ad046676fa26fd5b83f04810163c0786"

[[package]]
name = "raii-map"
version = "0.1.0"
dependencies = [
 "owner-monad",
]