Registry / utility / lzzzz
library2.0.0rscratesunverified

Full-featured liblz4 binding for Rust, providing compression and decompression.

# Cargo.toml [dependencies] lzzzz = "2.0.0"
INSTALL
IMPORT
SIG · LZZZZ
L
lzzzz
utilityrustv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

compress
use lzzzz::lz4::compress;

Compress data using LZ4.

use lzzzz::lz4::compress; fn main() -> Result<(), Box<dyn std::error::Error>> { let input = b"Hello, world!"; let compressed = compress(input, Default::default())?; println!("Compressed {} bytes", compressed.len()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
lzzzz — cargo add lzzzz · libregistry