[][src]Module pgn_filter::games

Holds a collection of games, with methods to load, search and save the game collection.

Collection can be built by reading games from one or more PGN files. The collection supports 'iter', to work with the games within it.

Structs

Games

This struct is used to hold a collection of games, providing methods to load, search and save the game collection.