Expand description
Flow topology graph structures for ObzenFlow
This crate provides graph topology data structures and algorithms for building and validating flow-based pipelines. It’s designed to be used both in backend services and frontend applications (including WASM targets).
Re-exports§
pub use builder::TopologyBuilder;pub use stages::StageInfo;pub use stages::StageMetadata;Deprecated pub use topology::DirectedEdge;pub use topology::EdgeKind;pub use topology::Topology;pub use topology::TopologyMetrics;pub use topology::ValidationLevel;pub use types::SccId;pub use types::StageId;pub use types::StageRole;pub use types::StageType;pub use validation::TopologyError;pub use validation::ValidationResult;