Skip to main content

parse

Function parse 

Source
pub fn parse<'a>(
    input: &'a [u8],
) -> Result<(Vec<Triple<'a>>, Vec<ParseError>), ()>