step_io/generated/mod.rs
1// @generated by codegen. DO NOT EDIT.
2//! The generated layer — the schema-faithful [`model`] and its [`read`],
3//! [`write`](mod@write), and [`author`] code.
4//!
5//! All emitted by the `codegen` crate from `schema/universal.toml`. The
6//! entry types — [`StepModel`](model::StepModel), [`EntityKey`](model::EntityKey),
7//! and [`Ap242Author`](author::Ap242Author) — are re-exported at the crate
8//! root, so you rarely reach into it directly.
9#![allow(
10 dead_code,
11 unused_variables,
12 unreachable_code,
13 clippy::all,
14 clippy::pedantic
15)]
16pub mod author;
17pub mod generic_normalize;
18pub mod model;
19pub mod profile;
20pub mod read;
21pub mod resolve;
22pub mod walk;
23pub mod write;