[−][src]Function lexpr::parse::from_slice
pub fn from_slice(bytes: &[u8]) -> Result<Value>
Parse a value from bytes representing a single S-expressions, using the default parser options.
See from_slice_custom
for more information.