vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 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};