Registry / utility / lz4-compress

lz4-compress

JSON →
library0.1.1rscratesunverified

Pure Rust implementation of raw LZ4 compression/decompression.

# Cargo.toml [dependencies] lz4-compress = "0.1.1"
INSTALL
IMPORT
SIG · LZ4-COMPRESS
L
lz4-compress
utilityrustv0.1.1
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 lz4_compress::compress;

Compresses data using LZ4.

use lz4_compress::compress; fn main() { let data = b"hello world"; let compressed = compress(data); println!("Compressed: {:?}", compressed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lz4-compress — cargo add lz4-compress · libregistry