Function zmq_rs::z85_encode [] [src]

pub fn z85_encode(data: &[u8]) -> Result<StringError>

Encode a binary key as Z85 printable text

Binding of char *zmq_z85_encode (char *dest, const uint8_t *data, size_t size);

The function will encode the binary block specified by data and size into a string in dest. The size of the binary block must be divisible by 4.