Cargo Features
[dependencies]
pessimize = { version = "2.0.0", default-features = false, features = ["alloc", "std", "nightly", "default_impl", "safe_arch"] }
- default = std
-
The
std
feature is set by default wheneverpessimize
is added without
somewhere in the dependency tree.default-features = false - alloc std
-
Assume availability of dynamic memory allocation
- std default = alloc
-
Assume availability of the full standard library
- nightly default_impl?
-
Use experimental language features only available in the nightly compiler
Affects
x86_family::avx512
… - default_impl = nightly
-
Provide a default implementation of Pessimize for all types (requires nightly)