[−][src]Crate z85
Rust implementation of ZeroMQ's Z85 encoding mechanism
rfc module does just what ZeroMQ's RFC says.
padded module adds padding to eliminate
the need of 4-byte aligned input data.
padded module hasn't been tested enough yet
but there won't be any breaking changes.
Modules
| padded | [Experimental] RFC incompatible code that can encode everything |
| rfc | Compatible with ZeroMQ's RFC Compatible with ZeroMQ's RFC. |