Cargo Features

deforest has no features set by default.

[dependencies]
deforest = { version = "0.3.2", features = ["std", "alloc", "derive", "model"] }
std = alloc

Enables std of fallible-iterator

fallible-iterator:

Legacy feature, no longer needed but retained for backwards compatibility.

alloc std?

Enables alloc of fallible-iterator

Affects deforest::alloc

derive = deforest_derive
model

Affects deforest::model

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.

deforest_derive derive?