ic-test 0.4.0

This tool helps to organize IC Rust canister testing as well as cross-testing between ICP and EVM.
Documentation
1
2
3
4
5
6
7
(
  record {
    some_bool_t = true;
    some_bool_f = false;
    some_opt_bool = opt true;
  }
)