mirror of https://github.com/aya-rs/aya
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.
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 | |
|---|---|---|
| .. | ||
| bpf | 2 years ago | |
| src | 2 years ago | |
| Cargo.toml | 2 years ago | |
| build.rs | 2 years ago | |