Function bytes_from_octal_string

Source
pub fn bytes_from_octal_string(original_text: &str) -> Result<Vec<u8>>
Expand description

Convert a octal string into a vector of bytes

Leading 0 and whitespaces will be ignored.