Cargo Features
[dependencies]
minimax-alpha-beta = { version = "0.2.0", default-features = false, features = ["tictactoe", "chess"] }
- default = tictactoe
-
The
tictactoe
feature is set by default wheneverminimax-alpha-beta
is added without
somewhere in the dependency tree.default-features = false - tictactoe default
- chess
-
Enables shakmaty ^0.21.3
minimax-alpha-beta has 3 features without comments.