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.
Yes, I did put this under the MIT License (found in the LICENSE
file). No, I do not care if this is unnecessary.