pub fn zstd_compress<F>(input: &[u8], write: F) -> Result<()>where
    F: FnMut(&[u8]) -> Result<()>,
Expand description

Streaming Zstd compress