Cargo Features
[dependencies]
fast_fmt = { version = "0.1.3", default-features = false, features = ["nightly", "with_std"] }
- default = with_std
-
The
with_stdfeature is set by default wheneverfast_fmtis added withoutsomewhere in the dependency tree.default-features = false - nightly
- with_std default
fast_fmt has 3 features without comments.