• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "Name": "scopeguard",
4    "License": "Apache License V2.0",
5    "License File": "LICENSE-APACHE",
6    "Version Number": "1.1.0",
7    "Owner": "xuelei3@huawei.com",
8    "Upstream URL": "https://github.com/bluss/scopeguard",
9    "Description": "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."
10  }
11]
12