Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrilka/san
Standard algebraic notation for chess games using Rust with parsing done with nom
https://github.com/qrilka/san
Last synced: 3 months ago
JSON representation
Standard algebraic notation for chess games using Rust with parsing done with nom
- Host: GitHub
- URL: https://github.com/qrilka/san
- Owner: qrilka
- Created: 2019-09-25T11:28:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T20:23:34.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T11:27:58.386Z (almost 2 years ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# san
Standard algebraic notation for chess games using Rust with parsing done with nomIt was supposed to be a code for the unfinished blogpost about [parsing with nom](https://gist.github.com/qrilka/3c3245b0dbbb535103a5166c5838e678).