Cargo Features
libbpf-rs-lightswitch has no features set by default.
[dependencies]
libbpf-rs-lightswitch = { version = "0.23.3", features = ["static", "vendored"] }
- default
-
By default the crate uses a vendored libbpf, but requires other necessary libs to be present on the system.
Enables vendored-libbpf of libbpf-sys
- static
-
Link all required libraries statically.
Enables static of libbpf-sys
- vendored
-
Use vendored versions of all required libraries.
Enables vendored of libbpf-sys