[][src]Function serde_lexpr::parse::from_slice_elisp

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

Parse a value from bytes representing a single S-expressions, using parser options suitable for Emacs Lisp.

See from_slice_custom for more information.