Files
codex/codex-rs/core/src/config/schema.rs
T
pakrym-oai 1f2411629f Refactor config types into a separate crate (#16962)
Move config types into a separate crate because their macros expand into
a lot of new code.
2026-04-07 00:32:41 +00:00

8 lines
186 B
Rust

use codex_config::schema::canonicalize;
use codex_config::schema::config_schema_json;
use codex_config::schema::write_config_schema;
#[cfg(test)]
#[path = "schema_tests.rs"]
mod tests;