Skip to main content

Crate zynk_codegen

Crate zynk_codegen 

Source
Expand description

Pure in-memory interfaces shared by Zynk code generators.

This crate defines generator-neutral data structures and traits only. Callers own all filesystem, process, and network side effects.

Structs§

GeneratedFile
One generated file, represented entirely in memory.
GenerationContext
Inputs made available to a code generator invocation.
GenerationResult
In-memory output from a generator invocation.
GeneratorRegistry
Name-based registry for generator implementations.

Traits§

Generator
A pure code generator from an API graph to generated files.