parse_org

Function 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.