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