optimization: with scope lookup

This commit is contained in:
2026-02-13 17:51:20 +08:00
parent a8f1c81b60
commit 3aee3c67b9
12 changed files with 148 additions and 164 deletions

20
Cargo.lock generated
View File

@@ -1013,12 +1013,6 @@ dependencies = [
"windows-sys 0.60.2",
]
[[package]]
name = "fixedbitset"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
[[package]]
name = "flate2"
version = "1.1.5"
@@ -1957,7 +1951,6 @@ dependencies = [
"nix-js-macros",
"nix-nar",
"num_enum",
"petgraph",
"regex",
"reqwest",
"rnix",
@@ -1984,7 +1977,6 @@ name = "nix-js-macros"
version = "0.1.0"
dependencies = [
"convert_case 0.8.0",
"proc-macro2",
"quote",
"syn",
]
@@ -2170,18 +2162,6 @@ version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "petgraph"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
dependencies = [
"fixedbitset",
"hashbrown 0.15.5",
"indexmap",
"serde",
]
[[package]]
name = "pin-project"
version = "1.1.10"