sys-shred 1.0.0

A forensic-grade, multi-threaded command-line utility for secure file erasure and anti-forensics.
Documentation
1
2
3
4
5
6
7
//! UI module for `sys-shred`.
//!
//! Handles terminal output and progress reporting.

pub mod progress;

pub use progress::ProgressReporter;