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