tigerros / rpgn

A crate for parsing chess PGNs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests coverage docs.rs crates.io license

RPGN

Rust Portable Game Notation.

A crate for parsing a PGN, built on shakmaty and pgn-reader.

pgn-reader only allows you to read individual, untyped parts of the PGN, but doesn't actually parse it into something useful. This crate parses a PGN into the Pgn struct.

You may also be interested in using the Variation struct if you need to process chess variations. It's included to process PGN movelists, but can be used standalone.

About

A crate for parsing chess PGNs.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%