You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/src
Dave Tucker 95e8c78db8 docs: Add labels for optional features
Following the lead of crates like tokio and nix, we now annotate APIs
that require optional features. This helps in cases where a user wants
to have an `AsyncPerfEventArray` which is documented on crates.io, but
it's not obvious that you have to enable the `async` feature.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago
..
codegen codgen: Add bpf_link_type 2 years ago
docs docs: Add labels for optional features 2 years ago
build_ebpf.rs clippy: Fix latest nightly lints 2 years ago
build_test.rs test: Replace RTF with Rust 2 years ago
main.rs test: Replace RTF with Rust 2 years ago
run.rs xtask: Fix integration-test command 2 years ago
utils.rs test: Replace RTF with Rust 2 years ago