vyre-libs 0.6.2

vyre Category A library ecosystem - pure-IR compositions over vyre-ops hardware primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! API-boundary regression tests for production preprocess paths.

mod support;

#[test]
fn preprocess_does_not_export_cpu_named_execution_paths() {
    support::assert_no_cpu_named_api_exports(
        "src/parsing/c/preprocess",
        "preprocess",
        &[],
        "C preprocessor CPU-named APIs must stay private to explicit reference/parity tests",
    );
}