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
[package]
name = "raii-map"
version = "0.1.0"
authors = ["Nick Mertin <nickmertin@gmail.com>"]
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"
edition = "2018"
license = "Apache-2.0"
repository = "https://gitlab.com/nickmertin/raii-map"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
owner-monad = "0.1.0"