Cargo Features
[dependencies]
efiloader = { version = "0.0.1", default-features = false, features = ["strict_nx"] }
- default = strict_nx
-
The
strict_nx
feature is set by default wheneverefiloader
is added without
somewhere in the dependency tree.default-features = false - strict_nx default
efiloader has 2 features without comments.