Cargo Features

BoundedCounter has no features set by default.

[dependencies]
bounded-counter = { version = "0.1.3", features = ["constructor", "deref_mut", "deref"] }
constructor

Enables constructor of derive_more

deref_mut

Enables deref_mut of derive_more

deref

Enables deref of derive_more

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.

derive_more constructor? deref? deref_mut?