This website works better with JavaScript
Home
Explore
Help
Sign In
darkrenaissance
/
darkfi
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
map: added types module
lunar-mining
4 years ago
parent
00e6b6f82c
commit
f2e6f739bc
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
bin/map/src/types.rs
+ 2
- 0
bin/map/src/types.rs
View File
@@ -0,0 +1,2 @@
+pub type NodeId = String;
+pub type NodeInfo = String;