Sort messages and message handlers

This commit is contained in:
Keavon Chambers
2022-01-12 16:17:40 -08:00
parent e70858884d
commit a535f5c1c1
24 changed files with 834 additions and 781 deletions

12
Cargo.lock generated
View File

@@ -96,6 +96,7 @@ dependencies = [
"kurbo",
"log",
"rand_chacha",
"remain",
"serde",
"serde_json",
"spin",
@@ -268,6 +269,17 @@ version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "remain"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ryu"
version = "1.0.9"