//! # 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.
pub use *;