01Automated cleanup scope management using the with_async_drop_2! macro
02Standardized AsyncDrop trait for custom asynchronous cleanup implementations
03AsyncDropGuard wrapper to enforce explicit resource teardown via .await calls
04Safety enforcement mechanisms that panic if resources are dropped without cleanup
05Support for complex resource types including AsyncDropArc and AsyncDropHashMap
062,192 GitHub stars