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
Michal R 3a7d1bebb4 aya-ebpf: Reduce repetition and improve documentation of `maps::hash_map`
* The methods of all structs are almost identical, use a macro to reduce
  code repetition.
* Use the third person in all docstrings..
* Make use of `#[doc]` and split out the most repetetive chunks into
  separate files.
* Make the `Safety` comment for `get*` operations more clear, provide
  context and inks.
2 weeks ago
..
btf_maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 1 month ago
maps aya-ebpf: Reduce repetition and improve documentation of `maps::hash_map` 2 weeks ago
programs lint all crates; enable strict pointer lints 1 month ago
args.rs lint all crates; enable strict pointer lints 1 month ago
helpers.rs lint all crates; enable strict pointer lints 1 month ago
lib.rs ebpf: use `ptr::from_ref` 1 month ago