Skip to main content

Module convert

Module convert 

Source
Expand description

Distribution format dispatch.

Structs§

EmitOptions
Format specific policies for distribution network emission.

Enums§

DistTargetFormat
A writable distribution format.

Functions§

classify_distribution_json
Distribution parser policy for a .json input.
emit
Emit a parsed module to format through a destination.
emit_with_options
emit with format specific policies.
parse
Parse one source into a compiled distribution module. The typed MulticonductorNetwork is the module’s value; the reader’s findings are the module’s diagnostics; the source itself is retained on the module, so a same format emission echoes the input bytes exactly.
parse_dist_target_format
Resolves common names and file extensions to a target format.