A high-performance, deterministic, flexible and portable zero-copy streaming Content-Defined Chunking (CDC) and hashing infrastructure library. Bytes in → Chunks & hashes out
//! Content-Defined Chunking (CDC) algorithms.
//!//! This module is private to the crate and not exposed in the public API.
modfastcdc;modtables;// Re-export for use within the crate (cdc module is private, so pub is crate-local)
pubusefastcdc::FastCdc;