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.
pub fn parse_icu(input: &str) -> Result<IcuMessage, IcuParseError>Parses ICU MessageFormat input with the default parser options.
Returns IcuParseError when the input is malformed.