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