scopeguard 1.1.0

A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies.
Documentation
[features]
default = ["use_std"]
use_std = []

[package]
authors = ["bluss"]
categories = ["rust-patterns", "no-std"]
description = "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n"
documentation = "https://docs.rs/scopeguard/"
keywords = ["scope-guard", "defer", "panic", "unwind"]
license = "MIT/Apache-2.0"
name = "scopeguard"
repository = "https://github.com/bluss/scopeguard"
version = "1.1.0"
[package.metadata.release]
no-dev-version = true