Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> ParseResult<Vec<Token>, EmptyErr>
Expand description

Parse a format string. This should mimic the behaviour of Rust. All deviations (both inputs accepted by Rust but not this function and vice versa) are considered bugs.