[][src]Function serde_lexpr::parse::from_slice

pub fn from_slice(bytes: &[u8]) -> Result<Value, Error>

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

See from_slice_custom for more information.