Function parse

Source
pub fn parse(input: &str) -> Result<EdiDocument<'_>, EdiParseError>
Expand description

This is the main entry point to the crate. Parse an input str and output either an EdiParseError or a resulting EdiDocument.