small rewrite and addition of by_depth + by_depth_test

This commit is contained in:
2025-02-25 15:03:25 -05:00
parent f60de28c58
commit a95b9e08c1
5 changed files with 129 additions and 66 deletions

7
Cargo.lock generated
View File

@@ -334,6 +334,12 @@ version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "num"
version = "0.4.3"
@@ -436,6 +442,7 @@ dependencies = [
"either",
"indicatif",
"lazy_static",
"nohash-hasher",
"num",
"rand",
"static_assertions",