Cargo Features
hora-new has no features set by default.
[dependencies]
hora-new = { version = "0.0.3", features = ["no_std", "no_thread", "simd"] }
- no_std = hashbrown
- no_thread
- simd = packed_simd
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.
- hashbrown no_std?
-
Enables hashbrown ^0.13.2
- packed_simd simd?
-
Enables packed_simd_2