fips-core 0.3.87

Reusable FIPS mesh, endpoint, transport, and protocol library
Documentation
1
2
3
4
5
6
//! Spanning-tree compatibility exports.
//!
//! Runtime-agnostic spanning-tree state lives under `proto::stp`; this module
//! keeps the existing public `crate::tree` path stable.

pub use crate::proto::stp::*;