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

View file

@ -19,6 +19,7 @@ pretty_env_logger = "0.4"
futures = "0.3"
rand = "0.8"
indexmap = "1.7"
smallvec = {version = "1", features = ["serde"]}
clone_to_owned = {path="../clone_to_owned"}
librqbit_core = {path="../librqbit_core"}