Crates.io | scope-guard |
lib.rs | scope-guard |
version | 1.2.0 |
source | src |
created_at | 2021-03-03 00:37:58.181244 |
updated_at | 2023-03-11 02:29:18.128534 |
description | Simple RAII scope guard |
homepage | |
repository | https://github.com/DoumanAsh/scope-guard |
max_upload_size | |
id | 362924 |
size | 9,442 |
Simple RAII scope guard
std
- Enables async scope to run destructor when future finishes, even if it panics.