Files
fips/src/proto/mod.rs
T

10 lines
271 B
Rust

//! Sans-IO (runtime-agnostic) protocol state machines.
//!
//! A module here has been migrated out of the async node shell; the async
//! I/O adapters remain in `node::handlers`.
pub(crate) mod discovery;
pub(crate) mod fmp;
pub(crate) mod mmp;
pub(crate) mod routing;