Skip to main content

Module compression

Module compression 

Source
Expand description

压缩模块

提供可扩展的压缩接口,支持用户自定义压缩算法实现

Re-exports§

pub use algorithms::CompressionAlgorithm;
pub use algorithms::GzipCompressor;
pub use algorithms::NoCompressor;
pub use registry::CompressionRegistry;
pub use registry::CompressionUtil;
pub use traits::Compressor;

Modules§

algorithms
内置压缩算法实现
registry
压缩器注册表
traits
压缩器 Trait 定义