rust-pgn-reader icon indicating copy to clipboard operation
rust-pgn-reader copied to clipboard

Fast non-allocating and streaming reader for chess games in PGN notation

Results 8 rust-pgn-reader issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to access the "source string" of the game in the visitor, to troubleshoot games from large pgn files that have an unexpected format. Is that possible? Thanks

So I was wondering if it's possible to implement some sort of parallelization for reading huge PGN files? For example, split the file into smaller chunks, either on disk or...

Although it isn't part of the PGN specification, some sources use ½–½ instead of 1-2/1-2 for representing a draw. It would be nice if they were treated the same (just...

Extending the script for lichess-org/lila#4129. Added the method `codes` so the script is compatible to the [Python](https://gist.github.com/niklasf/933053f76a418cfe4d52f2f1af997c6f) script.

In a project I'm using pgn_reader it'd be very useful if I could get the byte offset where the PGN of a game starts, so that I can seek on...

# Rust API Guidelines Checklist - **Organization** *(crate is structured in an intelligible way)* - [x] Crate root re-exports common functionality ([C-REEXPORT]) - [x] Modules provide a sensible API hierarchy...