Cargo Features
zawk has no features set by default.
[dependencies]
zawk = { version = "0.5.22", features = ["allow_avx2", "llvm_backend", "unstable"] }
- allow_avx2
-
Certain features leverage the AVX2 instruction set, but AVX2 can often make the entire application slightly slower, even on chips that support it. For those cases, consider disabling allow_avx2.
- llvm_backend
-
Enables llvm-sys ^150.2.1
- unstable