Cargo Features
[dependencies]
fundu = { version = "2.0.1", default-features = false, features = ["standard", "base", "chrono", "serde", "time", "with-flamegraph"] }
- default = standard
-
The
standard
feature is set by default wheneverfundu
is added without
somewhere in the dependency tree.default-features = false - 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.