diff options
author | 2024-03-24 20:39:38 +0100 | |
---|---|---|
committer | 2024-03-24 20:39:43 +0100 | |
commit | 7e1eb27a06e5545b3d1b77b5998dc0463df27d70 (patch) | |
tree | 8c9569d9574e3321390521bf855ad9d39a187db2 /src/proxy.rs | |
parent | dfd6b4a2b7494854096663be73dc9255ff14c7d8 (diff) |
Created structure and scaffolding for the Lightstreamer client.
Diffstat (limited to 'src/proxy.rs')
-rw-r--r-- | src/proxy.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proxy.rs b/src/proxy.rs new file mode 100644 index 0000000..48b2758 --- /dev/null +++ b/src/proxy.rs @@ -0,0 +1,3 @@ +pub struct Proxy { + +}
\ No newline at end of file |