Cargo Features
[dependencies]
tsetlin-rs = { version = "0.3.4", default-features = false, features = ["std", "full", "simd", "parallel", "gpu", "serde"] }
- default = std
-
The
stdfeature is set by default whenevertsetlin-rsis added withoutsomewhere in the dependency tree.default-features = false - std default gpu? parallel? simd?
-
Affects
utils::rng_from_entropy… - full = parallel, serde, simd
- simd full? = std
-
Affects
tsetlin-rs::simd… - parallel full? = crossbeam-utils, rayon, std
-
Affects
tsetlin-rs::parallel,tsetlin-rs::parallel_training… - gpu = std
-
Affects
tsetlin-rs::gpu… - serde full?
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.