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