7 lines
300 B
Rust
7 lines
300 B
Rust
//! Graph building helpers for system topology.
|
|
//!
|
|
//! This module provides utilities for constructing and manipulating
|
|
//! the system graph. The main [`System`](crate::system::System) struct
|
|
//! handles graph operations; this module may be extended with convenience
|
|
//! builders in future stories.
|