vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
//! Mutation classes that should break an operation if coverage is adequate.

/// Re-export of [`vyre_spec::MutationClass`] — the adversarial taxonomy used
/// to grade whether the test suite would catch a real regression.
pub use crate::spec::types::MutationClass;