miden-core 0.31.1

Miden VM core components
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[test]
fn mast_forest_public_api_is_immutable_after_creation() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/mast_forest_immutable/index_node_mut.rs");
}

#[test]
fn execution_proof_is_the_versioned_transport() {
    let tests = trybuild::TestCases::new();
    tests.pass("tests/ui/execution_proof_transport/direct_serialize.rs");
}