Cargo Features

[dependencies]
concision-core = { version = "0.1.14", default-features = false, features = ["full", "alloc", "approx", "blas", "rand", "rand-ext", "std-rng", "serde", "serde-1", "tracing", "std", "wasm", "wasi"] }
default full? = std

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

full = approx, default, rand, serde, tracing
alloc std

[FF] Dependencies

Enables alloc of num, optional rand, optional rand_distr, scsys, and optional serde

approx full?

Enables approx, approx-0_5 of ndarray

blas

Enables blas of ndarray

ndarray:

Enable blas usage
See README for more instructions

rand full? = rand-ext

Enables ndarray-rand, rand, and rand_distr

Affects dropout::dropout

rand-ext rand?

Enables rand of num, rng and v4 of uuid

std-rng std

Enables std and std_rng of optional rand

serde full? std = serde-1

Enables serde of num, serde of scsys and uuid, serde1 of optional rand and optional rand_distr and serde-1 of ndarray

ndarray:

Old name for the serde feature

serde-1 serde?

Enables serde

tracing full?

Enables tracing

std default = alloc, std-rng

********* [FF] Environments *********

Enables std of ndarray, num, scsys, serde, strum, and uuid

wasm

Enables js of getrandom

getrandom:

Feature to enable JavaScript bindings on wasm*-unknown-unknown

wasi