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 chess_board;
pub mod chess_piece;

pub use chess_board::*;
pub use chess_piece::*;