MCPcopy Create free account
hub / github.com/RetypeOS/parcode / compression.rs

File compression.rs

src/compression.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Pluggable compression backend for Parcode.
2//!
3//! This module provides a flexible compression system that allows different algorithms
4//! to be used for compressing chunks. The design is based on a trait-based plugin

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected