mut_guard 0.1.0

Run a function after some data was mutably borrowed
Documentation
[badges.coveralls]
branch = "master"
repository = "Geal/mutguard"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "Geal/mutguard"
[dev-dependencies.serde]
version = "^1.0"

[dev-dependencies.serde_derive]
version = "^1.0"

[dev-dependencies.serde_json]
version = "^1.0"

[package]
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
categories = ["memory-management"]
description = "Run a function after some data was mutably borrowed"
documentation = "https://docs.rs/mut_guard"
include = ["LICENSE", ".gitignore", ".travis.yml", "Cargo.toml", "src/*.rs"]
keywords = ["invariant", "contract-programming"]
license = "MIT"
name = "mut_guard"
readme = "README.md"
repository = "https://github.com/Geal/mutguard"
version = "0.1.0"