This workspace contains the following crates (high-level summary):
crypto— key exchange, HKDF session derivation, AEAD wrappers and testsdatapath— forwarding hot path, forwarder tests and microbench fixturesafxdp— AF_XDP-specific integration and mocks for CIrouting— route table, prediction helpers and policieswire— packet header views and parsing/marshalling helpersbench— Criterion benchmarks, smoke-run harness and utility benchescli— binary entrypoint and demo flags (mohawk-node)
Each crate is independently testable via cargo test -p <crate> and built through the workspace via cargo build --workspace.