Skip to main content

pcap_toolkit/stats/
flow.rs

1//! Re-export [`FlowKey`] from the shared [`crate::flow`] module.
2//!
3//! The canonical definition lives in `src/flow.rs` so that `pcap` can use it
4//! without depending on `stats`.
5
6pub use crate::flow::FlowKey;