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

View file

@ -19,7 +19,6 @@ 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"}