Function clojure_reader::edn::read

source ·
pub fn read(edn: &str) -> Result<(Edn<'_>, &str), Error>
Expand description

Reads the first object from the &str and the remaining unread &str.

§Errors

See crate::error::Error.