Cargo Features
[dependencies]
rucrf = { version = "0.3.3", 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, argmin-observer-slog, 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
MIT or Apache-2.0
- argmin-math train
-
Enables argmin-math
MIT or Apache-2.0
- argmin-observer-slog train
-
Enables argmin-observer-slog
MIT or Apache-2.0
- crossbeam-channel train
-
Enables crossbeam-channel
MIT or Apache-2.0