1# This project was upgraded with external_updater. 2# Usage: tools/external_updater/updater.sh update external/rust/crates/scopeguard 3# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md 4 5name: "scopeguard" 6description: "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." 7third_party { 8 license_type: NOTICE 9 last_upgrade_date { 10 year: 2024 11 month: 2 12 day: 7 13 } 14 homepage: "https://crates.io/crates/scopeguard" 15 identifier { 16 type: "Archive" 17 value: "https://static.crates.io/crates/scopeguard/scopeguard-1.2.0.crate" 18 version: "1.2.0" 19 } 20} 21