Skip to main content

Crate fack_codegen

Crate fack_codegen 

Source
Expand description

Code generation engine for the fack derive language.

The public API keeps compiler representations opaque while exposing the parse, validate, and expansion stages required by downstream tooling.

Structs§

Target
A parsed error declaration before semantic validation.
ValidatedTarget
A validated derive target that can be expanded safely.

Functions§

generate
Parse, validate, and expand one derive input.