Cargo Features

[dependencies]
fundu = { version = "2.0.0", default-features = false, features = ["standard", "base", "chrono", "serde", "time", "with-flamegraph"] }
default = standard

The standard feature is set by default whenever fundu is added without default-features = false somewhere in the dependency tree.

standard default
custom base
chrono

Enables chrono of fundu-core

serde

Enables serde, serde of fundu-core

time

Enables time of fundu-core

with-iai with-flamegraph

Fundu has 7 features without comments.