Cargo Features
[dependencies]
shakmaty = { version = "0.27.2", default-features = false, features = ["std", "alloc", "variant", "nohash-hasher"] }
- default = std
-
The
std
feature is set by default whenevershakmaty
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of btoi and optional nohash-hasher
- alloc std
- variant
-
Affects
shakmaty::variant
… - nohash-hasher
-
Enables nohash-hasher