Cargo Features

[dependencies]
batch_oper = { version = "2.3.1", default-features = false, features = ["std", "combin", "named-into", "re-exports", "side-effect", "chain_panic", "chain_todo", "once_get", "tuples"] }
default = chain_panic, chain_todo, combin, macro-lit, named-into, once_get, re-exports, side-effect, std, tuples

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

std default

Affects batch_oper::chain_panic

combin default

Affects batch_oper::combin

named-into default

Affects batch_oper::named_into

macro-lit re-exports default
side-effect default

Affects batch_oper::side_effect

chain_panic default

Affects batch_oper::chain_panic

chain_todo default

Affects batch_oper::chain_todo

once_get default

Affects batch_oper::once_get

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.

tuples default

Affects batch_oper::tuples