fenx 0.1.1

A rust library for parsing and handling FEN and algebraic chess notations.
Documentation
1
2
3
4
pub mod coordinates;
pub mod fen;
pub mod notation;
pub mod notation_parser;