Convert between Packet and individual packet structs

This commit is contained in:
Joscha 2022-06-22 10:47:26 +02:00
parent 21010fc48a
commit 49169a1b62
8 changed files with 341 additions and 187 deletions

1
Cargo.lock generated
View file

@ -195,6 +195,7 @@ dependencies = [
"rusqlite",
"serde",
"serde_json",
"thiserror",
"tokio",
"tokio-tungstenite 0.17.1",
"toss",