Cargo Features
[dependencies]
cardio-rs = { version = "0.2.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevercardio-rs
is added without
somewhere in the dependency tree.default-features = false - std default = find_peaks, polars, polars-lazy, rustfft
-
Enables std of approx, num, rand, and rand_distr
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
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.