1
2
3
4
5
6
7
#![forbid(unsafe_code)]
#![forbid(dead_code)]
#![doc(html_root_url = "https://docs.rs/fox-and-hounds/0.3.1")]

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