pgn_parser 0.2.2

This is a simple PGN (Portable Game Notation) parser for chess games written in Rust. It allows you to parse PGN files and extract information about chess games.
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
features = ["derive"]
version = "4.4.8"

[dependencies.pest]
version = "2.7.5"

[dependencies.pest_derive]
version = "2.7.5"

[dependencies.pest_generator]
version = "2.7.5"

[package]
authors = ["Illia Shevchyk"]
description = "This is a simple PGN (Portable Game Notation) parser for chess games written in Rust. It allows you to parse PGN files and extract information about chess games."
edition = "2021"
license = "MIT"
name = "pgn_parser"
readme = "README.md"
version = "0.2.2"