ozarc 0.0.0

Zstandard implementation in pure Rust
Documentation
1
2
3
4
5
6
//! Zstd file format parser.
//!
//! This crate has the ambition of becoming a Zstandard implementation in pure Rust. For now, it
//! only implements types for encoding and decoding the framing of the file format.

pub mod framing;