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
//! CLI module for `sys-shred`.
//!
//! Handles command-line interface logic and argument parsing.

pub mod args;

pub use args::Args;