//! For searching/filtering datasets of chess games.
//!
//! Features
//!
//! * Read and save collections of PGN files
//! * Filter games looking for games containing positions with certain combinations of pieces
//! * Save collections of PGN games or individual positions after filtering.
//!
//! Users will mostly work with the top-level functions in [`Games`](self::Games).
//!
pub use *;
pub use *;
pub use *;