Function byte_array_from_basenb_17_utf8

Source
pub fn byte_array_from_basenb_17_utf8(input: &[u8]) -> Result<Vec<u8>>
Expand description

Convenience wrapper (decode Basenb 17 UTF-8 representation).

JS original simply forwarded to byteArrayFromBasenbUtf8.