#defer #unwind #scope #panic #guard #no-alloc

no-std scopeguard-lite

A lightweight way to defer execution of a block to the end of the scope, and to run code during an unwind

1 stable release

1.0.0 Sep 25, 2025

#1683 in Rust patterns

31 downloads per month

MIT/Apache

9KB

scopeguard-lite

GitHub Crates.io Docs.rs


A lightweight way to defer execution of a block to the end of the scope, and to run code during an unwind.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps