eure_codegen/
lib.rs

1//! Code generation from Eure schemas.
2//!
3//! This crate provides [`GenerationConfig`] for configuring code generation.
4//!
5//! For the [`ParseDocument`](eure_value::parse::ParseDocument) trait, see `eure-value`.
6
7mod config;
8
9pub use config::*;