Cargo Features
argmin has no features set by default.
[dependencies]
argmin = { version = "0.10.0", features = ["wasm-bindgen", "serde1", "full", "rayon"] }
- default full?
-
These default features are set whenever
argmin
is added without
somewhere in the dependency tree.default-features = false - wasm-bindgen
-
Enables wasm-bindgen of instant and js of getrandom
getrandom:
Feature to enable JavaScript bindings on wasm*-unknown-unknown
- serde1 full? = serde
-
Enables serde1 of rand_xoshiro
- full = ctrlc, default, serde1
-
When adding new features, please consider adding them to either
full
(for users) or_full_dev
(only for local development, testing and computing test coverage).
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.