| Crates.io | pgn-lexer |
| lib.rs | pgn-lexer |
| version | 0.2.0-alpha |
| created_at | 2017-09-04 16:26:47.845563+00 |
| updated_at | 2020-12-25 19:28:13.619376+00 |
| description | A lexer for PGN files for chess. Provides an iterator over the tokens from a byte stream. |
| homepage | |
| repository | https://github.com/lakinwecker/pgn-lexer |
| max_upload_size | |
| id | 30533 |
| size | 98,430 |
A token based iterator that takes a byte slices and returns tokens that reference sub-slices
This example counts the number of games in a PGN file.