pub fn read(edn: &str) -> Result<(Edn<'_>, &str), Error>
Reads the first object from the &str and the remaining unread &str.
See crate::error::Error.
crate::error::Error