[][src]Module zamm_yang::codegen::string_format

Format codegen.

Re-exports

pub use format_config::FormatConfig;

Modules

attribute

Generate code for attribute concepts.

format_config

Config values at the time of string generation.

fragments

Intermediate code fragments produced during code generation.

imports

Import-related code generation.

tao

Generate code for generic Tao concepts.

Structs

AttributeFormatConfig

Config values at the time of Attribute code generation.

DataFormatConfig

Config values at the time of Attribute code generation.

MainConfig

Output config for main function code generation.

Constants

OWNER_FORM_KEY

Key for retrieving owner form in AttributeTrait impl.

VALUE_FORM_KEY

Key for retrieving value form in AttributeTrait impl.

Functions

code_data_concept

Generate code for a Data concept.

code_form

Generate code for a form concept.

code_main

Generate code for a main function.

form_fragment

Get both the Tao and Form fragments.