ic-memory 0.6.1

Memory ID registry wrapper for ic-stable-structures on Internet Computer canisters
Documentation
1
2
3
4
5
6
#[test]
fn authority_capabilities_are_not_externally_fabricable() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/fabricate_recovered_ledger.rs");
    tests.compile_fail("tests/ui/fabricate_validated_allocations.rs");
}