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/bpf
Michal Rostecki 83ec27f06b lib: Add display hints
This change adds optional display hints:

* `{:x}`, `{:X}` - for hex representation of numbers
* `{:ipv4}`, `{:IPv4}` - for IPv4 addresses
* `{:ipv6}`, `{:IPv6}` - for IPv6 addresses

It also gets rid of dyn-fmt and instead comes with our own parser
implementation.

Tested on: https://github.com/vadorovsky/aya-examples/tree/main/tc

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
2 years ago
..
.cargo Re-organize into a single workspace 2 years ago
aya-bpf Change from Rust edition 2018 to 2021 2 years ago
aya-bpf-bindings Change from Rust edition 2018 to 2021 2 years ago
aya-bpf-cty bpf: re-reun build.rs if env changed 2 years ago
aya-log-ebpf lib: Add display hints 2 years ago
rust-toolchain.toml Re-organize into a single workspace 2 years ago