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/ebpf/aya-ebpf/src
Tamir Duberstein 1de7e728b6 Allow aya-ebpf to clippy with stable rust
The const-assert crate doesn't even compile with stable rust, so we
shouldn't depend on it. Instead we replicate its functionality behind
cfg(unstable) which is set at build time based on the toolchain in use.
2 months ago
..
maps Allow aya-ebpf to clippy with stable rust 2 months ago
programs aya-ebpf: Add set_reply accessor to SockOpsContext 5 months ago
args.rs aya: add archs powerpc64 and s390x to aya 5 months ago
helpers.rs bpf: Add `bpf_strncmp` helper 2 months ago
lib.rs Allow aya-ebpf to clippy with stable rust 2 months ago