probex-common 0.1.19

Shared type definitions between eBPF and userspace components of probex
Documentation
1
2
3
4
5
6
7
8
# probex-common

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.