Routing table serialize / optimzie

This commit is contained in:
Igor Katson 2021-07-17 14:45:18 +01:00
parent 24c38b1de1
commit 52f17a1717
3 changed files with 102 additions and 25 deletions

4
Cargo.lock generated
View file

@ -243,7 +243,6 @@ dependencies = [
"rand 0.8.4",
"serde",
"serde_json",
"smallvec",
"tokio",
"tokio-stream",
]
@ -1480,9 +1479,6 @@ name = "smallvec"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
dependencies = [
"serde",
]
[[package]]
name = "socket2"