rxdp 0.3.1

Bindings for interoperating with XDP programs and eBPF maps.
Documentation
1
2
3
use crate::error::XDPError;

pub type XDPResult<T> = Result<T, XDPError>;