vyre-primitives 0.6.2

Compositional primitives for vyre - marker types (always on) + Tier 2.5 LEGO substrate (feature-gated per domain).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(test)]
#[path = "tests/dispatch_contract_tests.rs"]
mod dispatch_contract_tests;

#[cfg(test)]
#[path = "tests/part1.rs"]
mod part1;
#[cfg(test)]
#[path = "tests/part2.rs"]
mod part2;

#[cfg(test)]
#[path = "tests/dynamic_changed_slot_tests.rs"]
mod dynamic_changed_slot_tests;