typeduck-codex-utils-absolute-path 0.4.0

Support package for the standalone Codex Web runtime (codex-backend-openapi-models)
Documentation
1
2
3
4
5
6
#![allow(clippy::unwrap_used, clippy::expect_used)]

// Re-export generated OpenAPI models.
// The regen script populates `src/models/*.rs` and writes `src/models/mod.rs`.
// This module intentionally contains no hand-written types.
pub mod models;