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 default-features = false somewhere in the dependency tree.

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.

ctrlc full?

Enables ctrlc

optional

getrandom wasm-bindgen?
rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

Affects parallelization::SendAlias, parallelization::SyncAlias

serde serde1?