Shared type definitions between the eBPF kernel probes and the userspace components of [probex](https://github.com/XiangpengHao/probex).
Includes event structs, constants, and the viewer API types.
This crate is `no_std`-compatible by default so it can be used in eBPF programs.
See the main [probex](https://github.com/XiangpengHao/probex) repository for usage and documentation.