Skip to main content

Crate streamdigest

Crate streamdigest 

Source
Expand description

§streamdigest

Async file hashing and digest calculation with progress reporting.

This crate provides efficient streaming hash calculation for files and data streams with support for SHA256, SHA512, SHA1, progress callbacks, and O_DIRECT I/O on Unix.

Re-exports§

pub use hasher::*;

Modules§

hasher