chess_fen_parser 0.1.1

Parser for Forsyth-Edwards Notation.
Documentation
run:
	cargo run -- parse example_fen.txt


build:
	cargo build


check:
	cargo check


test:
	cargo test


fmt-check:
	cargo fmt --all -- --check


clippy:
	cargo clippy


doc:
	cargo doc --open