mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
10 lines
271 B
Rust
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;
|