//! Constant-memory streaming conformance runner for large-scale L1 parity testing.
pub const CHECKPOINT_MAGIC: & = b"VYRECKPT";
/// `__test_*` helpers on `StreamingRunner`. Not `#[cfg(test)]`-gated
/// because integration tests under `conform/tests/` compile the lib
/// without test cfg and still need these hooks. The methods are
/// prefixed with `__test_` to make it clear they are not a public API.
pub use StreamingRunner;
pub use ;