Cargo Features
[dependencies]
rucrf = { version = "0.3.2", default-features = false, features = ["std", "alloc", "train"] }
- default = train
-
The
train
feature is set by default wheneverrucrf
is added without
somewhere in the dependency tree.default-features = false - std train = alloc
- alloc std?
- train default = argmin, argmin-math, crossbeam-channel, std
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.
- argmin train
-
Enables argmin ^0.7.0
MIT or Apache-2.0
- argmin-math train
-
Enables argmin-math ^0.2.0
MIT or Apache-2.0
- crossbeam-channel train
-
Enables crossbeam-channel
MIT or Apache-2.0