Feature Request: fs::remove_all
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
Would having the following function be a good addition to this library?
```rust
/// This function will either remove the file specified at `path` or remove the
/// directory and all of its contents specified at `path`
pub async fn remove_all>(path: P) -> io::Result<()> { ... }
```
Contributor guide
Assessment
This issue has not been assessed yet.