goban 0.20.1

Library for Go move generation and Go ruling.
Documentation
1
2
3
4
5
#[doc = include_str ! ("../README.md")]
#[macro_use]
extern crate bitflags;
pub mod pieces;
pub mod rules;