This pair of crates provides libdlpi functionality.
Idiomatic Rust interfaces are provided in the dlpi crate.
System-level interfaces are provided in the libdlpi-sys
crate.
For async clients there is a recv_async variant of recv that returns an
awaitable future.
cargo fmt -- --check
cargo clippy
./run_tests.sh