Function lexpr::from_slice

source ·
pub fn from_slice(bytes: &[u8]) -> Result<Value>
Expand description

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

See from_slice_custom for more information.