Cargo Features
[dependencies]
integer_or_float = { version = "0.3.2", default-features = false, features = ["numerical-traits", "faster-strconv", "more-serde", "fat", "x64-backing-store", "ignore_no_std_tests_check", "log"] }
- default fat? = log, numerical-traits
-
These default features are set whenever
integer_or_float
is added without
somewhere in the dependency tree.default-features = false - numerical-traits default = float-cmp, num-traits
-
Enables std of float-cmp ^0.9 and num-traits
- faster-strconv fat? = ryu
- more-serde fat? = serde
-
Enables serde
- fat = default, faster-strconv, more-serde
- x64-backing-store
-
Affects
backing_types::f_iof
,backing_types::i_iof
,backing_types::u_iof
,backing_types::IOF_BACKING_STORE_BITLEN
… - hash ignore_no_std_tests_check
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.
- float-cmp numerical-traits
-
Enables float-cmp ^0.9
- serde more-serde?
- num-traits numerical-traits
- log default
- ryu faster-strconv?