rapid-delete-lib 0.1.0

A high-performance file deletion library
Documentation

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:

[dependencies]
rapid-delete-lib = "0.1.0"

Usage

use rapid_delete_lib::*;

fn main() {
    // Add usage examples here
}

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:

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.