Function iroh_base::base32::parse_vec

source ·
pub fn parse_vec(input: &str) -> Result<Vec<u8>, DecodeError>
Available on crate feature base32 only.
Expand description

Decode form a base32 string to a vector of bytes