| .cargo-checksum.json |
|
930 |
- |
| .cargo_vcs_info.json |
|
94 |
- |
| .github |
|
|
- |
| Cargo.lock |
|
154 |
- |
| Cargo.toml |
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.
|
1199 |
- |
| Cargo.toml.orig |
|
684 |
- |
| examples |
|
|
- |
| LICENSE-APACHE |
|
10847 |
- |
| LICENSE-MIT |
|
1097 |
- |
| README.md |
# scopeguard |
2755 |
- |
| src |
|
|
- |