fips-core 0.3.82

Reusable FIPS mesh, endpoint, transport, and protocol library
Documentation
1
2
3
4
5
6
//! FSP wire compatibility exports for node call sites.
//!
//! Runtime-agnostic FSP parsing lives under `proto::fsp_wire`; this module
//! keeps existing `crate::node::session_wire` paths stable during the split.

pub(crate) use crate::proto::fsp_wire::*;