[badges.is-it-maintained-issue-resolution]
repository = "Tamschi/mapped-guard"
[badges.is-it-maintained-open-issues]
repository = "Tamschi/mapped-guard"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
branch = "unstable"
repository = "Tamschi/mapped-guard"
[dev-dependencies.cargo-husky]
version = "1.5.0"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.git_info]
version = "0.1.2"
[dev-dependencies.version-sync]
version = "0.9.1"
[package]
authors = ["Tamme Schichler <tamme@schichler.dev>"]
categories = ["rust-patterns"]
description = "Returnable guards that represent for example a subset of the original borrow. Implemented for the standard guard types and easily extensible."
documentation = "https://docs.rs/mapped-guard/0.0.1"
edition = "2018"
homepage = "https://github.com/Tamschi/mapped-guard/tree/v0.0.1"
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"]
keywords = ["map", "owned", "reference", "guard"]
license = "MIT OR Apache-2.0"
name = "mapped-guard"
readme = "README.md"
repository = "https://github.com/Tamschi/mapped-guard"
version = "0.0.1"