Skip to main content

Crate sys_shred

Crate sys_shred 

Source
Expand description

§sys-shred Library Interface

This library provides a professional, high-integrity framework for secure file erasure. It is designed for use in both the sys-shred CLI and other Rust applications requiring reliable data destruction.

Re-exports§

pub use core::Shredder;
pub use error::ShredError;
pub use error::ShredResult;

Modules§

cli
Command-line argument definitions and parsing. CLI module for sys-shred.
core
The core shredding engine and file-system interaction logic.
error
Error handling taxonomy and result types.
ui
Terminal User Interface and progress reporting. UI module for sys-shred.