Releases: rust-dd/async-safe-defer
Releases · rust-dd/async-safe-defer
v.0.1.0
Release Notes — v0.1.0
Initial release of async-safe-defer 🎉
Features
- ✅
defer!macro for sync RAII-style cleanup (Go-style) - ✅
AsyncScopewith.defer()and.run().awaitfor async cleanup - ✅
async_scope!macro for ergonomic scoped async defers - ✅
no_allocmodule with fixed-capacity async scope (zero allocation) - ✅
no_stdcompatible (allocrequired for dynamic version) - ✅ Fully safe, zero dependencies, no
unsafecode