[][src]Function base_encode::decode

pub fn decode(buf: &[u8], base: u8) -> Option<Vec<u8>>

Decodes a base encoded u8 slice into bytes.

The base must be at least 2 and lower or equal than 256. You must ensure that the values are lower that the base.