vyre-libs 0.6.3

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 scan paths.

mod support;

#[test]
fn scan_layer_does_not_export_cpu_named_execution_paths() {
    support::assert_no_cpu_named_api_exports(
        "src/scan",
        "scan",
        &["scan_cpu"],
        "scan-layer CPU-named APIs must be explicit reference/parity internals",
    );
}