Cargo Features

Chinese_numerals has no features set by default.

[dependencies]
chinese-numerals = { version = "0.2.2", features = ["bigint"] }
bigint = num-bigint, num-integer, num-traits

Affects chinese-numerals::Error, longscale::LongScaleBigInt, midscale::MidScaleBigInt, myriadscale::MyriadScaleBigInt

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?
num-integer bigint?
num-traits bigint?