Crate eure_codegen

Crate eure_codegen 

Source
Expand description

Code generation from Eure schemas.

This crate provides types for configuring code generation from Eure schemas.

§Types

§Configuration

§Schema-Defined Codegen Settings

These types implement ParseDocument for parsing codegen configuration from Eure schema files:

Structs§

CodegenDefaults
Default codegen settings applied to all types.
FieldCodegen
Codegen settings for individual record fields.
GenerationConfig
Configuration for code generation.
GenerationConfigBuilder
Use builder syntax to set the inputs and finish with build().
RecordCodegen
Codegen settings for record types.
RootCodegen
Root-level codegen settings.
UnionCodegen
Codegen settings for union types.

Enums§

Visibility
Visibility of generated types.