Cargo Features
zero_sum has no features set by default.
[dependencies]
zero_sum = { version = "1.2.0", features = ["with_all", "with_tak_ann", "with_tic_tac_toe", "with_tak"] }
- with_all = with_tak, with_tak_ann, with_tic_tac_toe
- with_tak_ann with_all? = blas, rusqlite, with_tak
-
Required by tak_ann_bootstrap_evaluator, tak_ann_compare_evaluations, tak_ann_playtest, tak_ann_train_evaluator and tak_ann_training_positions binaries
- with_tic_tac_toe with_all?
-
Affects
impls::tic_tac_toe
,zero_sum::impls
… - with_tak with_all? with_tak_ann? = lazy_static, rand
-
Affects
impls::tak
,zero_sum::impls
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- blas with_tak_ann?
-
Enables blas ^0.15.3
- lazy_static with_tak?
-
Enables lazy_static ^0.2
- rand with_tak?
-
Enables rand ^0.3
- rusqlite with_tak_ann?
-
Enables rusqlite ^0.10