Cargo Features
[dependencies]
t1ha = { version = "0.1.2", default-features = false, features = ["std", "unaligned_access", "runtime_select"] }
- default = runtime_select, std
-
These default features are set whenever
t1ha
is added without
somewhere in the dependency tree.default-features = false - std default
- unaligned_access
-
Affects
t1ha0::t1ha0_32le
,t1ha0::t1ha0_32be
,t1ha1::t1ha1_le
,t1ha1::t1ha1_be
,t1ha2::t1ha2_atonce
,t1ha2::t1ha2_atonce128
… - runtime_select default = lazy_static
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.