Cargo Features
[dependencies]
nom5_locate = { version = "0.1.1", default-features = false, features = ["std", "alloc", "avx-accel", "simd-accel"] }
- default = std
-
The
std
feature is set by default whenevernom5_locate
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of nom ^5.0.0-beta2
- alloc std
-
Enables alloc of nom ^5.0.0-beta2
- avx-accel
-
Enables avx-accel of bytecount ^0.3
- simd-accel
-
Enables simd-accel of bytecount ^0.3
nom5_locate has 5 features without comments.