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 8961be9526
Do not escape newlines on Err(LoadError).unwrap()
Wrap verifier logs in a newtype whose `Debug` impl emits unescaped
newlines. This improves ergonomics in tests where we `Result::unwrap()`
those load errors; when these fail today they emit the errors with
newlines escaped, making them incredibly difficult to read.
2 years ago
..
btf Do not escape newlines on Err(LoadError).unwrap() 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 Do not escape newlines on Err(LoadError).unwrap() 2 years ago
maps.rs aya: flip feature "no_std" to feature "std" 2 years ago
obj.rs aya: avoid an allocation 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