Cargo Features

CharCombinator has no features set by default.

[dependencies]
char_combinator = { version = "1.1.2", features = ["bigint", "serialize", "bigint_serialize"] }
bigint bigint_serialize? = num-bigint
serialize bigint_serialize?

Enables serde

Affects char_combinator::CharCombinator

bigint_serialize = bigint, serialize

Enables serde of num-bigint ^0.3

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.

num-bigint bigint? bigint_serialize?

Enables num-bigint ^0.3

serde serialize?