fips-core 0.3.83

Reusable FIPS mesh, endpoint, transport, and protocol library
Documentation
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::*;