Cargo Features
[dependencies]
cardio-rs = { version = "0.1.5", 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, interp, polars, polars-lazy, welch-sde
-
Enables std of approx, arrayvec, 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.