Skip to main content

parse_as_edn

Function parse_as_edn 

Source
pub fn parse_as_edn(edn: &str) -> Result<(Edn<'_>, &str), Error>
Expand description

Parse the first EDN form from a string and return it with the unread remainder.

ยงErrors

See crate::error::Error.