Cargo Features

[dependencies]
pipe-chain = { version = "0.1.1", default-features = false, features = ["either", "unicode", "parsers", "bencode", "pktline", "websocket"] }
default = either, parsers, unicode

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

Enables paste

either default

Enables either

unicode default = unicode-segmentation

Affects str::GraphemeAtom, str::WordAtom, str::SentenceAtom

parsers default = bencode, pktline, websocket
bencode parsers

Affects parser::bencode

pktline parsers

Affects parser::pktline

websocket parsers

Affects parser::websocket

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.

unicode-segmentation unicode