Skip to main content

step_io/generated/
mod.rs

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