shogi_usi_parser 0.1.0

Conversion from strings in USI format
Documentation
[dependencies.shogi_core]
default-features = false
version = "0.1.1"

[features]
alloc = ["shogi_core/alloc"]
default = ["std"]
std = ["alloc", "shogi_core/std"]

[lib]
crate-type = ["rlib"]

[package]
authors = ["Rust shogi crates developers"]
categories = ["games", "game-engines", "game-development", "no-std"]
description = "Conversion from strings in USI format"
documentation = "https://docs.rs/shogi_usi_parser"
edition = "2021"
keywords = ["shogi", "engine"]
license = "MIT"
name = "shogi_usi_parser"
readme = "README.md"
repository = "https://github.com/rust-shogi-crates/shogi_usi_parser/tree/main/shogi_usi_parser"
rust-version = "1.60"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]