Function parse

Source
pub fn parse(input: &str) -> Result<Vec<Token>, Error>
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.