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 6f2a8c8a5c
aya: avoid an allocation
str::rsplitn(2, c) is a special case that can be expressed as
str::rsplit_once(c).
1 year ago
..
btf Remove verifier log special case 1 year ago
generated [codegen] Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0 1 year ago
programs aya: flip feature "no_std" to feature "std" 1 year ago
lib.rs Run tests with powerset of features 1 year ago
maps.rs aya: flip feature "no_std" to feature "std" 1 year ago
obj.rs aya: avoid an allocation 1 year ago
relocation.rs Clippy over tests and integration-ebpf 1 year ago
util.rs aya: flip feature "no_std" to feature "std" 1 year ago