Cargo Features

[dependencies]
unicode-simd = { version = "0.0.1", default-features = false, features = ["std", "alloc", "detect", "unstable"] }
default = detect, std

These default features are set whenever unicode-simd is added without default-features = false somewhere in the dependency tree.

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

unicode-simd has 5 features without comments.