• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "scopeguard"
2description: "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."
3third_party {
4  url {
5    type: HOMEPAGE
6    value: "https://crates.io/crates/scopeguard"
7  }
8  url {
9    type: ARCHIVE
10    value: "https://static.crates.io/crates/scopeguard/scopeguard-1.1.0.crate"
11  }
12  version: "1.1.0"
13  license_type: NOTICE
14  last_upgrade_date {
15    year: 2020
16    month: 10
17    day: 14
18  }
19}
20