Cargo Features

Percentum has no features set by default.

[dependencies]
percentum = { version = "0.0.3", features = ["decimal", "serde"] }
decimal = rust_decimal
serde = serde_json

Enables serde

Affects percentum::serde_points, percentum::serde_points_maybe, percentum::serde_fraction, percentum::serde_fraction_maybe

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.

rust_decimal decimal?
serde_json serde?