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`.
67mod config;
89pub use config::*;