fenx 0.1.1

A rust library for parsing and handling FEN and algebraic chess notations.
Documentation
1
2
3
4
5
6
pub mod bishop;
pub mod king;
pub mod knight;
pub mod pawn;
pub mod queen;
pub mod rook;