#lz4 #gzip #detect #reader-writer #file-extension #write #auto-detect

detect-compression

自动检测压缩算法的读取器和写入器

3 个版本

0.1.2 2020年4月26日
0.1.1 2020年4月25日
0.1.0 2020年4月25日

#1633 in 编码

MIT/Apache

11KB
196 代码行

detect-compression

detect-compression at crates.io detect-compression at docs.rs

BufReadWrite 通过文件扩展名检测压缩算法。


lib.rs:

BufReadWriter 通过文件扩展名检测压缩算法。

支持的格式

  • Gzip (.gz) 由 flate2 包提供
  • LZ4 (.lz4) 由 lz4 包提供

依赖项

~1.5MB
~32K SLoC