[go: up one dir, main page]

ruzstd 0.7.0

A decoder for the zstd compression format
Documentation
1
2
3
//! Re-exports of std values for when the std is available.
#[cfg(feature = "std")]
pub use std::io::{Error, ErrorKind, Read, Write};