rapid-delete-lib
A high-performance file deletion library, extracted from the turbo-delete project.
Overview
rapid-delete-lib provides a high-performance file
and directory deletion library, extracted from the
turbo-delete project.
Features
- ⚡ High-performance file and directory deletion
- 🔧 Reusable library interface
- 🦀 Written in pure Rust
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
use *;
Requirements
- Rust 1.70 or later (adjust as needed)
- Platform support: Tested on Mac, but Windows and Linux should work as well.
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license
- (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Acknowledgments
This library is derived from turbo-delete by Tejas Ravishankar (suptejas).
Project Status
This is a library extraction from turbo-delete. For the full application including CLI and context menu integration, see the original turbo-delete project.