1 2 3 4 5 6
//! Metrics Measurement Protocol compatibility exports. //! //! Runtime-agnostic MMP logic lives under `proto::mmp`; this module keeps the //! existing public `crate::mmp` path stable. pub use crate::proto::mmp::*;