pgnparse 0.1.15

Parse PGN to Rust struct ( headers as hash map, main line moves as san, uci, fen, epd records ) or to JSON. All lichess variants are supported. Custom starting position using FEN header is supported.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[core]
  repositoryformatversion = 0

  filemode = true

  bare = false

  logallrefupdates = true


[remote "github"]
	url = https://github.com/hyperchessbot/pgnparse.git

	fetch = +refs/heads/*:refs/remotes/github/*


[remote "gitlab"]
	url = https://gitlab.com/hyperchessbotauthor/pgnparse.git

	fetch = +refs/heads/*:refs/remotes/gitlab/*