Cargo Features
[dependencies]
std-next = { version = "0.1.1", default-features = false, features = ["std", "alloc", "unstable"] }
- default = std
-
The
std
feature is set by default wheneverstd-next
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
simdutf8:
enable CPU feature detection, on by default, turn off for no-std support
- alloc std
- unstable
std-next has 4 features without comments.