fenex 0.1.2

A rust library for parsing and handling FEN and algebraic chess notations.
Documentation
[[test]]
name = "fenex_test"
path = "tests/fenex_test.rs"

[dependencies]

[lib]
crate-type = ["lib"]
name = "fenex"

[package]
authors = ["Small San", "DefinitelyNotSmallSan@gmail.com"]
description = "A rust library for parsing and handling FEN and algebraic chess notations."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fenex"
readme = "README.md"
repository = "https://github.com/Smallsan/fenex"
version = "0.1.2"