pub fn parse(format_string: &str) -> Result<Vec<Fragment>, String>
Parses the given format string into string literals and parameters specified by curly braces (with optional format hints like :x or :ipv4).
:x
:ipv4