schachmatt 0.3.0

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

/// Portable Game Notation.
/// Standardized notation for chess games
pub struct Pgn;

pub use error::PgnParserError;