Function bytes_from_decimal_string

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

Convert a decimal string into a vector of bytes

Whitespaces will be ignored