tokyodoves 0.1.6

A library of an efficient board of Tokyo Doves and associated toolkits
Documentation
1
2
3
4
5
6
7
8
//! A module containing a light [`Board`](`crate::Board`) container
//! [`BoardSet`] and associated items.

pub mod board_set;
pub(crate) mod io;

pub use board_set::{BoardSet, Capacity};
pub use io::*;