Function org_rust_parser::parse_org
source · pub fn parse_org(input: &str) -> Parser<'_>Expand description
The main entry point to the parser. Repeatedly parses elements until EOF, then returns a Parser struct.
pub fn parse_org(input: &str) -> Parser<'_>The main entry point to the parser. Repeatedly parses elements until EOF, then returns a Parser struct.