summaryrefslogtreecommitdiff
path: root/graph-checker/src/graph.rs
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2024-09-11 18:12:42 +0400
committerAndrew Guschin <guschin@altlinux.org>2024-09-11 18:12:42 +0400
commit67b2ce202097c4ce0db3ea81df775405608d527f (patch)
tree636c0526df705597acc00b48a411307e8480d0e2 /graph-checker/src/graph.rs
parentb9796c72d952517e866f729691389723fa381bc0 (diff)
wip: add egui
Diffstat (limited to 'graph-checker/src/graph.rs')
-rw-r--r--graph-checker/src/graph.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/graph-checker/src/graph.rs b/graph-checker/src/graph.rs
index a4390d4..db27547 100644
--- a/graph-checker/src/graph.rs
+++ b/graph-checker/src/graph.rs
@@ -7,6 +7,7 @@ pub struct Graph {
pub matrix: Vec<Vec<u32>>,
}
+#[derive(Debug)]
pub struct GraphProfile {
g6: String,
stats: HashMap<String, bool>,