modular-agent-kit 0.21.0

Modular Agent Kit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![recursion_limit = "256"]

pub mod common;

mod suites {
    mod board_test;
    mod counter_test;
    mod mak_test;
    mod preset_test;
    mod var_disabled_test;
    mod var_test;
}