make ospf route more effiencient

This commit is contained in:
sijie.sun
2025-10-24 00:36:17 +08:00
parent 71679e889a
commit 936790be8b
4 changed files with 253 additions and 93 deletions
Generated
+10
View File
@@ -2171,6 +2171,7 @@ dependencies = [
"nix 0.29.0",
"once_cell",
"openssl",
"ordered_hash_map",
"parking_lot",
"percent-encoding",
"petgraph 0.8.1",
@@ -5546,6 +5547,15 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "ordered_hash_map"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c699f8a30f345785be969deed7eee4c73a5de58c7faf61d6a3251ef798ff61"
dependencies = [
"hashbrown 0.15.3",
]
[[package]]
name = "os_info"
version = "3.8.2"