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 whenever ureeves-userfaultfd is added without default-features = false somewhere in the dependency tree.

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.