wip: FQM topology with OKDHaCluster, not satisfied yet with the cluster topology data structure

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-09-08 11:32:19 -04:00
parent 8592a3bc36
commit 87a9ec3ec4
7 changed files with 231 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
pub mod inventory;
pub mod topology;
pub fn add(left: usize, right: usize) -> usize {
left + right
}