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
Xiaobo Liu 2ef8bd163d aya-ebpf: replace match statement with then_some for cleaner code
Replace verbose match statement with more idiomatic then_some().ok_or()
pattern for handling boolean return values in assign method.

Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
7 days ago
..
src aya-ebpf: replace match statement with then_some for cleaner code 7 days ago
CHANGELOG.md Release aya-ebpf-cty v0.2.2, aya-ebpf-bindings v0.1.1, aya-ebpf-macros v0.1.1, aya-ebpf v0.1.1 10 months ago
Cargo.toml taplo: reorder-keys 4 months ago
build.rs aya-ebpf: disable generic_const_exprs 2 months ago