aquatic_ws: add InMessage::from_ws_message, use in load test

This commit is contained in:
Joakim Frostegård 2020-08-01 22:45:19 +02:00
parent f7eae860d3
commit 6f2dc6a510
4 changed files with 56 additions and 29 deletions

1
Cargo.lock generated
View file

@ -239,6 +239,7 @@ dependencies = [
name = "aquatic_ws_protocol"
version = "0.1.0"
dependencies = [
"anyhow",
"hashbrown",
"serde",
"serde_json",