Function xpad::parse_document [] [src]

pub fn parse_document<'input>(
    input: &'input str,
    delimiter: char
) -> Document<'input>

Parse an input string into a document

Note that this must retain references to the entire input string, which effectively means that the entire input must remain in memory before output can begin. This may cause problems for large inputs.