schachmatt 0.3.0

A chess library
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod export;
mod import;

/// Standard algebraic notation
/// Standardized notation for chess moves.
pub struct San;

pub use error::SanParserError;