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-gen/src
Michal Rostecki bd336acb02 aya-gen: Disable Debug derive for BTF types
It's a workaround for the upstream bindgen issue:

https://github.com/rust-lang/rust-bindgen/issues/2083

tl;dr: Rust nightly complains about #[repr(packed)] structs deriving
Debug without Copy.

It needs to be fixed properly upstream, but for now we have to disable
Debug derive here.

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
3 years ago
..
bin aya-gen: rename binary from main to aya-gen 4 years ago
bindgen.rs aya-gen: Disable Debug derive for BTF types 3 years ago
btf_types.rs aya-gen: bump bindgen to 0.59 3 years ago
getters.rs aya-gen: fix lint error 3 years ago
lib.rs aya-gen: add bindgen module and utils to write to file 4 years ago
rustfmt.rs Add aya-gen 4 years ago