Registry / serialization / zbase32

zbase32

JSON →
library0.1.2rscratesunverified

Implementation of the zbase32 encoding scheme.

# Cargo.toml [dependencies] zbase32 = "0.1.2"
INSTALL
IMPORT
SIG · ZBASE32
Z
zbase32
serializationrustv0.1.2
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 zbase32::encode;

Encode bytes to zbase32 string

use zbase32::encode; fn main() { let data = b"hello"; let encoded = encode(data); println!("{}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
21
OpenAI (training)
1
Resources
zbase32 — cargo add zbase32 · libregistry