From c0d3417856b4a7997f94ede28b6c8fce2bc18be7 Mon Sep 17 00:00:00 2001 From: lunar-mining Date: Mon, 17 Jan 2022 10:54:10 +0100 Subject: [PATCH] map: added types module --- bin/map/src/types.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/map/src/types.rs diff --git a/bin/map/src/types.rs b/bin/map/src/types.rs new file mode 100644 index 000000000..1ad737b1b --- /dev/null +++ b/bin/map/src/types.rs @@ -0,0 +1,2 @@ +//pub type NodeId = String; +//pub type NodeInfo = String;