ic-memory 0.11.1

Durable stable-memory allocation governance for Internet Computer canisters
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn capability_and_dto_boundaries_are_compile_time_enforced() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/fabricate_allocation_records.rs");
    tests.compile_fail("tests/ui/fabricate_committed_allocations.rs");
    tests.compile_fail("tests/ui/fabricate_recovered_ledger.rs");
    tests.compile_fail("tests/ui/open_with_precommit_allocations.rs");
    tests.compile_fail("tests/ui/fabricate_validated_allocations.rs");
}