Cargo Features
[dependencies]
cretonne-native = { version = "0.13.2", default-features = false, features = ["std", "core"] }
- default = std
-
The
std
feature is set by default whenevercretonne-native
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cretonne-codegen and target-lexicon ^0.0.3
- core
-
when compiling with the "core" feature, nightly must be enabled enabling the "nightly" feature for raw-cpuid allows avoiding linking in a c-library.
Enables core of cretonne-codegen, nightly of raw-cpuid ^4