Cargo Features
[dependencies]
tevec = { version = "0.4.5", default-features = false, features = ["rolling", "map", "agg", "stat", "fdiff", "polars", "polars-lazy", "polars-struct", "ndarray", "vecdeque", "time", "serde", "dyn"] }
- default = agg, map, rolling, time
-
These default features are set whenever
tevec
is added without
somewhere in the dependency tree.default-features = false - rolling default fdiff? = tea-rolling
-
ops
Affects
tevec::rolling
… - map default = tea-map
-
Affects
agg::AggValidFinal.vcorr
,agg::AggValidFinal.half_life
,tevec::map
… - agg default = tea-agg
-
Affects
tevec::agg
,map::WinsorizeMethod
,map::MapValidFinal.winsorize
… - stat fdiff? = ffi, statrs
- fdiff = rolling, stat
-
Affects
rolling::RollingFinal.ts_fdiff
,rolling::RollingValidFinal.ts_vfdiff
… - polars polars-lazy? polars-struct?
-
backends
- polars-lazy = polars
-
Enables polars-lazy of tea-core
- polars-struct = polars
-
polars with dtype-struct
Enables polars-struct of tea-core
- ndarray
- vecdeque
- time default
-
dtype
- serde
- dyn = tea-dyn
-
dynamic
Enables dyn of optional tea-rolling
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.