From 501fe3ec7a63a534fca3926a5fc4267f6886f089 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 7 Dec 2025 15:03:44 -0500 Subject: [Rust] Move architecture module code into more reasonable files To keep backwards compatibility for commonly referenced code we re-export them within the architecture module. Also does some light refactoring of some newly added APIs to keep them more consistent with other parts of the codebase. --- rust/src/flowgraph.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'rust/src/flowgraph.rs') diff --git a/rust/src/flowgraph.rs b/rust/src/flowgraph.rs index 4489d950..02a79fa3 100644 --- a/rust/src/flowgraph.rs +++ b/rust/src/flowgraph.rs @@ -32,7 +32,6 @@ pub use edge::EdgeStyle; pub use edge::FlowGraphEdge; pub use node::FlowGraphNode; -pub type BranchType = BNBranchType; pub type EdgePenStyle = BNEdgePenStyle; pub type ThemeColor = BNThemeColor; pub type FlowGraphOption = BNFlowGraphOption; -- cgit v1.3.1