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
15
16
python s/gen.py


git config --global user.email "hyperchessbot@gmail.com"
git config --global user.name "hyperchessbot"

git checkout -b master

git add . -A

git commit -m "$*"

git push github master

git push gitlab master