pgn4 0.3.3

A parser and writer for the pgn4 file format used by Chess.com for 4 player chess games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.fen4]
version = ">= 0.4, < 0.8"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Benjamin Landers <benjaminrlanders@gmail.com>"]
description = "A parser and writer for the pgn4 file format used by Chess.com for 4 player chess games"
edition = "2018"
license = "MIT"
name = "pgn4"
repository = "https://github.com/TheThirdOne/pgn4/"
version = "0.3.3"