Cargo Features
PhysicalQuantity has no features set by default.
[dependencies]
physical-quantity = { version = "0.0.5", features = ["std", "full", "default-units", "parser", "ratio"] }
- std
- full = default-units, ratio
- default-units full? = const-array-attrs, parser, real-proc
-
Affects
predefined::unit
… - parser default-units? = combine, keyword-parser, transition-table
-
Affects
unit::Parser
… - ratio full? = num-bigint, num-integer, num-rational, num-traits
-
Enables ratio of const-frac
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.