Search
Items tagged with: raii
Man, I wish Rust had the 'defer' keyword 😞
Wait...
🦀 **scopeguard**: A Rust library for a convenient RAII scope guard.
🌀 Has a defer! macro.
🔥 Runs a closure on scope exit, even if a panic occurs.
⭐ GitHub: github.com/bluss/scopeguard
#rustlang #library #defer #scope #raii #guard #programming #pattern #opensource
GitHub - bluss/scopeguard: Rust crate for a convenient RAII scope guard.
Rust crate for a convenient RAII scope guard. Contribute to bluss/scopeguard development by creating an account on GitHub.GitHub