mirror of
https://github.com/openharmony/third_party_rust_scopeguard.git
synced 2026-07-01 20:54:20 -04:00
b7a1147fe1
Signed-off-by: peizhe <zhaipeizhe@huawei.com>
12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
[
|
|
{
|
|
"Name": "scopeguard",
|
|
"License": "Apache License V2.0",
|
|
"License File": "LICENSE-APACHE",
|
|
"Version Number": "1.1.0",
|
|
"Owner": "xuelei3@huawei.com",
|
|
"Upstream URL": "https://github.com/bluss/scopeguard",
|
|
"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."
|
|
}
|
|
]
|