Cargo Features

[dependencies]
binator_core = { version = "0.0.2", default-features = false, features = ["std", "alloc", "nightly", "hashmap", "tracing", "either", "serde", "smallvec"] }
default = either, hashmap, serde, smallvec

These default features are set whenever binator_core is added without default-features = false somewhere in the dependency tree.

std hashmap = alloc
alloc std?

Affects try_extend::TryExtend

nightly
hashmap default = std
tracing

Enables tracing

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.

either default
serde default
smallvec default