go_game_types 1.0.1

Core type definitions for Go game libraries
Documentation
1
2
3
4
5
6
7
mod color;
mod player;
mod vertex;

pub use color::Color;
pub use player::Player;
pub use vertex::{Vertex, MAX_GOBAN_SIZE};