Reimplement routing table as a vector

This commit is contained in:
Igor Katson 2021-07-16 14:49:36 +01:00
parent bd0df49591
commit ff2f74594a
3 changed files with 166 additions and 172 deletions

4
Cargo.lock generated
View file

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