Cargo Features
[dependencies]
shogi_core = { version = "0.1.5", default-features = false, features = ["std", "alloc", "ord"] }
- default = std
-
The
std
feature is set by default whenevershogi_core
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
legality::LegalityChecker.status
,legality::LegalityChecker.is_legal
,legality::LegalityChecker.is_legal_lite
,legality::LegalityChecker.all_legal_moves
,legality::LegalityChecker.all_legal_moves_partial
,legality::LegalityChecker.make_move
,position::Game
,position::Position
,to_usi::ToUsi.to_usi_owned
… - experimental hash ord