Begin writing the core utils that we'll use for testing things

This commit is contained in:
James Wilson
2021-07-06 16:18:21 +01:00
parent 11c0db389a
commit 8bf412cad9
6 changed files with 248 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
/// A wrapper around soketto to simplify the process of establishing connections
mod ws_client;
mod connect_to_servers;