Cargo Features
[dependencies]
stringzilla = { version = "4.6.0", default-features = false, features = ["std", "cpus", "cuda", "rocm"] }
- default = std
-
The
stdfeature is set by default wheneverstringzillais added withoutsomewhere in the dependency tree.default-features = false - std default cpus? cuda? rocm?
-
Affects
stringzilla::BuildSzHasher… - cpus cuda? rocm? = allocator-api2, std, stringtape
-
Multi-threaded CPU backend (StringZillas)
Affects
stringzilla::stringzillas… - cuda = cpus, std
-
CUDA GPU backend (includes multi-threaded CPU backend)
Affects
stringzilla::stringzillas… - rocm = cpus, std
-
ROCm GPU backend (includes multi-threaded CPU backend)
Affects
stringzilla::stringzillas…
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- allocator-api2 cpus?
-
Enables allocator-api2 ^0.3.0
- stringtape cpus?