Cargo Features
[dependencies]
ureeves-userfaultfd-sys = { version = "0.5.0", default-features = false, features = ["runtime", "static", "linux5_7"] }
- default = runtime
-
The
runtime
feature is set by default wheneverureeves-userfaultfd-sys
is added without
somewhere in the dependency tree.default-features = false - runtime build default
-
Enables runtime of bindgen ^0.68.1
- static build
-
Enables static of bindgen ^0.68.1
- linux4_14 linux5_7
ureeves-userfaultfd-sys has 4 features without comments.