1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]
#![forbid(dead_code)]

#![doc(html_root_url = "https://docs.rs/fox-and-hounds-model/0.2.0")]

pub mod r#move;
pub mod game;
pub mod algorithm;