Cargo Features
Dana has no features set by default.
[dependencies]
dana = { version = "0.4.0", features = ["stable", "chrono", "rand", "serde", "unstable", "simd"] }
- stable = chrono, rand, serde
-
Features that can be enabled on the stable toolchain:
- chrono stable?
-
Enables chrono
Affects
error::TimeDeltaError
… - rand stable?
-
Enables rand
Affects
quantity::rand
,traits::Unit.random
,traits::Unit.random_in
… - serde stable?
-
Enables serde
- unstable = simd
-
Features that require unstable functionality:
- simd unstable?
-
Affects
dana::simd
,traits::Unit.quantity_simd
…