Cargo Features

[dependencies]
cardio-rs = { version = "0.1.5", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever cardio-rs is added without default-features = false somewhere in the dependency tree.

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.

find_peaks std
interp std
polars std
polars-lazy std
welch-sde std