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/aya-obj/src
Tamir Duberstein 961f45da37
Replace matches with assert_matches
The matches crate has been archived now that `matches!` is in std.
However `assert_matches!` is still unstable in std, and the
assert_matches crate provides a more expressive form:

```
assert_matches!(foo, Ok(bar) => {
  assert_eq!(bar, baz);
});
```
2 years ago
..
btf Remove verifier log special case 2 years ago
generated [codegen] Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0 2 years ago
programs aya: flip feature "no_std" to feature "std" 2 years ago
lib.rs Run tests with powerset of features 2 years ago
maps.rs aya: flip feature "no_std" to feature "std" 2 years ago
obj.rs Replace matches with assert_matches 2 years ago
relocation.rs Clippy over tests and integration-ebpf 2 years ago
util.rs aya: flip feature "no_std" to feature "std" 2 years ago