Module message_format::icu::ast [] [src]

ICU Message Format AST Support

This module provides the various MessagePart implementations for the ICU Message Format functionality.

Structs

PlaceholderFormat

A placeholder for a value. Used by PluralFormat.

PlainText

A string that should be output. Used for the text in between formats.

PluralFormat

Format a value taking pluralization rules into account.

SelectFormat

Using a value, select the appropriate message and format it.

SimpleFormat

A simple message consisting of a value to be formatted.