aya/test/integration-test
Michal Rostecki a75fc2f769 aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr`
IP address types are available in `core`, so they can be used also in
eBPF programs. This change adds support of these types in aya-log.

* Add implementation of `WriteTuBuf` to these types.
* Support these types in `Ipv4Formatter` and `Ipv6Formatter`.
* Support them with `DisplayHint::Ip`.
* Add support for formatting `[u8; 4]`, to be able to handle
  `Ipv4Addr::octets`.
..
bpf aya-obj: Handle lack of match of enum variants correctly
src aya-log: Allow logging `core::net::Ipv4Addr` and `core::net::Ipv6Addr`
Cargo.toml Release aya-obj v0.1.0, aya v0.12.0, safety bump aya-log v0.2.0
build.rs Appease clippy