Crate message_format

Source
Expand description

§Message Format

This crate provides ICU-style message formatting. This provides for formatting values taking localization rules into account.

Modules§

ast
Message Format AST

Structs§

Args
Message
A message that has been localized and can be formatted in a locale-aware manner.

Functions§

parse_message
Parse some text and hopefully return a Message.