Skip to main content

Module convert

Module convert 

Source
Expand description

The conversion stage of the ucg compiler.

Modules§

b64
env
Contains code for converting a UCG Val into the environment variable output target.
exec
Contains code for converting a UCG Val into an executable script output target.
flags
Contains code for converting a UCG Val into the command line flag output target.
json
Flags contains code for converting a UCG Val into the json output target.
toml
traits
The traits used by the ucg compiler for converting Val intermediate format into the output formats..
xml
yaml
yamlmulti

Structs§

ConverterRegistry
ConverterRunner knows how to run a given converter on a Val.
ImporterRegistry