schachmatt 0.3.0

A chess library
Documentation
1
2
3
4
5
6
mod export;
mod import;

/// Long Algebraic Notation.
/// Standardized notation to represent chess moves.
pub struct Lan;