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

Pass position in input to `begin_game`

Open parszab opened this issue 10 months ago • 0 comments

Thanks for the library, it is fantastic!

However, to implement a tool that would require the position of a particular PNG in the file it would be necessary to know the byte position of each game in the input.

(For pgn-extract like functionality e.g. to get the PGNs that match a search or to return the position of the invalid PGNs in a file.)

Would it be possible to pass the input position in begin_game?

parszab avatar Mar 24 '25 19:03 parszab