Module format

Module format 

Source
Expand description

Format value support for AIMX.

Provides the Format struct, parsing helpers, and trait implementations used to represent formatting instructions as Value::Format.

Structs§

Format
Formatting instruction stored as Value::Format.

Functions§

parse_format
Parse a Value::Format from "Instruction" <template> "Example1", ....
parse_string_array
Parse comma-separated quoted strings used by parse_format.