First basic chunking of datafiles into events

This commit is contained in:
Dominik Werder
2021-04-03 22:52:23 +02:00
parent 827161e06e
commit 72d985f8c8
2 changed files with 147 additions and 58 deletions
+2
View File
@@ -10,8 +10,10 @@ tracing = "0.1.25"
serde_json = "1.0"
async-channel = "1.6"
bytes = "1.0.1"
byteorder = "1.4.3"
futures-core = "0.3.12"
futures-util = "0.3.13"
async-stream = "0.3.0"
hex = "0.4.3"
err = { path = "../err" }
netpod = { path = "../netpod" }