AhmadAlHallak / defer-rs

This crate provides utility structs and macros for deferred execution of code in Rust. It allows you to specify actions that should be executed when a scope is exited, such as when a function ends or a block of code completes execution.

Home Page:https://docs.rs/defer-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AhmadAlHallak/defer-rs Stargazers