[ 源代码: rust-scopeguard ]
软件包:librust-scopeguard-dev(0.3.3-1)
librust-scopeguard-dev 的相关链接
Debian 的资源:
下载源码包 rust-scopeguard:
- [rust-scopeguard_0.3.3-1.dsc]
- [rust-scopeguard_0.3.3.orig.tar.gz]
- [rust-scopeguard_0.3.3-1.debian.tar.xz]
维护小组:
相似软件包:
RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic) - Rust source code
Defines the macros `defer!` and `defer_on_unwind!`; the latter only runs if the scope is extited through unwinding on panic.
This package contains the source for the Rust scopeguard crate, packaged by debcargo for use with cargo and dh-cargo.