Function from_str_raw

Source
pub fn from_str_raw<'a, T: Deserialize<'a>>(s: &'a str) -> Result<T>
Expand description

Attempts to deserialize a string of VDF text to some type T, without parsing escape sequences