Cargo Features
[dependencies]
base32-simd = { version = "0.0.1", default-features = false, features = ["std", "alloc", "detect", "unstable"] }
- default = detect, std
-
These default features are set whenever
base32-simd
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of simd-abstraction
- alloc std
-
Enables alloc of simd-abstraction
- detect default
-
Enables detect of simd-abstraction
- unstable
-
Enables unstable of simd-abstraction
base32-simd has 5 features without comments.