Registry / utility / hpl-compression

hpl-compression

JSON →
library0.1.7rscratesunverified

HPL utilities for state compression in the Honeycomb Protocol.

# Cargo.toml [dependencies] hpl-compression = "0.1.7"
INSTALL
IMPORT
SIG · HPL-COMPRESSION
H
hpl-compression
utilityrustv0.1.7
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 hpl_compression::compress;

Compress a byte slice using HPL state compression.

use hpl_compression::compress; let data = b"hello world"; let compressed = compress(data).unwrap(); assert!(compressed.len() < data.len());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hpl-compression — cargo add hpl-compression · libregistry