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
/// A collection of defendants against a single target op.
pub struct DefendantCatalog {
    /// Target op id.
    pub target_op_id: &'static str,
    /// The defendants.
    pub defendants: Vec<Defendant>,
}