stardex 0.1.2

A zero-trust, streaming tar parser + per-file hasher for backup pipelines.
Documentation
1
2
3
4
5
6
7
8
pub mod cli;
pub mod hash;
pub mod output;
pub mod pax;
pub mod process;

pub const DEFAULT_BUFFER_SIZE: usize = 2 * 1024 * 1024;
pub const MIN_BUFFER_SIZE: usize = 512;