Function lexpr::from_str

source ·
pub fn from_str(s: &str) -> Result<Value>
Expand description

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

See from_str_custom for more information.