rpgn

Crates.iorpgn
lib.rsrpgn
version0.3.4
sourcesrc
created_at2024-05-12 13:25:35.42391
updated_at2024-11-27 10:59:04.836548
descriptionA crate for parsing PGNs (Portable [Chess] Game Notation).
homepage
repositoryhttps://github.com/tigerros/rpgn
max_upload_size
id1237434
size97,366
Leonard (tigerros)

documentation

README

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.

Commit count: 68

cargo fmt