Cargo Features
[dependencies]
winter-math = { version = "0.10.1", default-features = false, features = ["std", "concurrent", "serde"] }
- default = std
-
The
std
feature is set by default wheneverwinter-math
is added without
somewhere in the dependency tree.default-features = false - std default concurrent?
-
Enables std of winter-utils
- concurrent = std
-
Enables concurrent of winter-utils