Skip to main content

parse_icu

Function parse_icu 

Source
pub fn parse_icu(input: &str) -> Result<IcuMessage, IcuParseError>
Expand description

Parses ICU MessageFormat input with the default parser options.

ยงErrors

Returns IcuParseError when the input is malformed.