Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 470 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 470 Bytes

FEN String Reader (in Rust)

What is this?

I wanted to learn Rust, so here is a FEN (Forsyth-Edwards Notation) String reader. Its one input expects a FEN String. (It also panics if the FEN string is misformatted, but I don't care to fix that).

That is all.

Licensing

Yes, I did put this under the MIT License (found in the LICENSE file). No, I do not care if this is unnecessary.