About
This crate allows for fast and easy deletion of files and folders. It has async
and cross-platform support.
Many of the functions in this crate directly call std::fs
and tokio::fs
(for async
).
This crate aims to be:
- Fast
- Easy To Use
- Powerful
Examples
Non-Async Implementation
use ;
use ;
Async Implementation
use ;
async
use ;
async
Rapid Implementations
use ;
async
Coming Soon
rapid_delete_dir