robot_master 0.1.0

Top-level binary tying together robot_master core, arena, training, and game crates.
Documentation
1
2
3
4
5
6
7
8
#![feature(default_field_values)]
#![feature(generic_const_exprs)]
#![allow(incomplete_features)]

pub mod arena;
pub mod config;
pub mod train;
pub mod tui;