rt_map 0.6.0

Runtime managed mutable borrowing from a map.
Documentation
[dependencies.rt_ref]
version = "0.3.0"

[[example]]
name = "simple"
path = "examples/simple.rs"

[features]
unsafe_debug = ["rt_ref/unsafe_debug"]

[lib]
name = "rt_map"
path = "src/lib.rs"

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Runtime managed mutable borrowing from a map."
documentation = "https://docs.rs/rt_map/"
edition = "2024"
keywords = ["map", "runtime", "borrow"]
license = "MIT OR Apache-2.0"
name = "rt_map"
readme = "README.md"
repository = "https://github.com/azriel91/rt_map"
version = "0.6.0"