[][src]Function lexpr::from_str

pub fn from_str(s: &str) -> Result<Value>

Parse a value from a string slice representing a single S-expressions, using the default parser options.

See from_str_custom for more information.