lz4r 1.10.0

LZ4 CLI programs — Rust port of lz4-1.10.0/programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[path = "bench/api.rs"]
mod api;
#[path = "bench/compress_strategy.rs"]
mod compress_strategy;
#[path = "bench/config.rs"]
mod config;
#[path = "bench/decompress_binding.rs"]
mod decompress_binding;
#[path = "bench/mem.rs"]
mod mem;
#[path = "bench/runner.rs"]
mod runner;