canic-template-runtime 0.19.1

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
const _: () = {
    #[canic_memory::__reexports::ctor::ctor(
        anonymous,
        crate_path = canic_memory::__reexports::ctor
    )]
    fn __canic_reserve_template_runtime_memory_range() {
        canic_memory::ic_memory_range!(10, 12);
    }
};

pub mod storage;