Skip to main content

Module convert

Module convert 

Source
Expand description

Compatibility path for complete-program locale conversion.

Structs§

Conversion
The result of a raw Workshop locale conversion.
ConvertOptions
Conversion options: opt-in fallback for missing target-locale mappings.

Functions§

convert
Convert raw Workshop text from from to to, parsing with the catalog as the canonical signature context (expected enum domains resolve ambiguous bare members that the catalog documents).
convert_with_context
The context-aware form of convert: context supplies the expected enum domains for argument positions the catalog does not document (e.g. a provider manifest chained with the catalog via crate::core::signatures::ChainedExpectedDomain).