//! Auto-generated defender corpus loader.
//!
//! The catalog is emitted by `build.rs` from `conform/defenders/**/*.rs` +
//! `.toml`. This module exists to `include!` the generated file and surface
//! its items through a stable, in-tree path.
#[allow(missing_docs)]
mod generated {
include!(concat!(env!("OUT_DIR"), "/defender_corpus.rs"));
}
pub use generated::{corpus_catalogs, corpus_metadata};