Skip to main content

fips_core/tree/
mod.rs

1//! Spanning-tree compatibility exports.
2//!
3//! Runtime-agnostic spanning-tree state lives under `proto::stp`; this module
4//! keeps the existing public `crate::tree` path stable.
5
6pub use crate::proto::stp::*;