Cargo Features
[dependencies]
concision-data = { version = "0.1.14", default-features = false, features = ["std", "alloc", "full", "approx", "blas", "rand", "serde", "serde-ext", "tracing", "wasm", "wasi"] }
- default full? = std
-
The
std
feature is set by default wheneverconcision-data
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of concision-core, ndarray ^0.15, num, serde, and strum
concision-core:
********* [FF] Environments *********
- alloc
-
Enables alloc of concision-core
concision-core:
[FF] Dependencies
- full = approx, default, rand, serde, tracing
- approx full?
-
Enables approx, approx of concision-core, approx-0_5 of ndarray ^0.15
- blas
-
Enables blas of concision-core and ndarray ^0.15
ndarray:
Enable blas usage
See README for more instructions - rand full?
-
Enables rand of concision-core
- serde full? std = serde-ext
-
Enables serde
- serde-ext serde?
-
Enables serde of concision-core and serde-1 of ndarray ^0.15
ndarray:
Old name for the serde feature
- tracing full?
-
Enables tracing, tracing of concision-core
- wasm
-
Enables wasm of concision-core
- wasi
-
Enables wasi of concision-core
concision-data has 12 features without comments.