Skip to main content

Crate zynk_gen_effect

Crate zynk_gen_effect 

Source
Expand description

Effect-TS generator scaffold for Zynk API graphs.

Modules§

lowering
Lower Zynk schema type references into Effect Schema expressions.
options
Configuration options for Effect generator endpoint surfaces.
printer
TypeScript source printer for Effect client APIs.
runtime
Embedded Effect connector runtime shipped with generated clients.
topological
Stable topological ordering for model emission.
types
TypeScript type and Effect Schema expression pairs.

Structs§

EffectGenerator
Concrete generator implementation for the Effect target.

Functions§

generate
Generate Effect client files with default options.
generate_with_options
Generate Effect client files with explicit options.