Registry / serialization / z85
library3.0.7rscratesunverified

Rust implementation of ZeroMQ's Z85 encoding mechanism with padding.

# Cargo.toml [dependencies] z85 = "3.0.7"
INSTALL
IMPORT
SIG · Z85
Z
z85
serializationrustv3.0.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.

encode
use z85::encode;

Encodes a byte slice into Z85 format.

use z85::encode; fn main() { let data = b"Hello World"; let encoded = encode(data); println!("Encoded: {}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
OpenAI (training)
1
Resources