Cargo Features
[dependencies]
shogi_usi_parser = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevershogi_usi_parser
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of shogi_core
- alloc std
-
Enables alloc of shogi_core
Affects
position::Position_parse_usi_slice
…