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 version: "1.2.0" 5 license_type: NOTICE 6 last_upgrade_date { 7 year: 2024 8 month: 2 9 day: 7 10 } 11 homepage: "https://crates.io/crates/scopeguard" 12 identifier { 13 type: "Archive" 14 value: "https://static.crates.io/crates/scopeguard/scopeguard-1.2.0.crate" 15 version: "1.2.0" 16 } 17} 18