decode

Function decode 

Source
pub fn decode(input: &str) -> Result<Vec<u8>, DecodeError>
Expand description

Decodes an ASCII85-encoded string into a byte vector.

ยงErrors

Returns an error if the input data is not valid ASCII85. See DecodeError for more information.