[][src]Function edi::parse

pub fn parse(input: &str) -> Result<EdiDocument, EdiParseError>

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