shogi_usi_parser 0.1.0

Conversion from strings in USI format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "shogi_core"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d0a7de4ff7c66bf0b6346bda1d530c94a496f8aa3317938923886c58191aa14"

[[package]]
name = "shogi_usi_parser"
version = "0.1.0"
dependencies = [
 "shogi_core",
]