Port forward tree iterator from python to rust.

This commit is contained in:
Tom Alexander
2026-06-27 19:31:59 -04:00
parent fba8203cda
commit 1b09c77492
15 changed files with 862 additions and 25 deletions

View File

@@ -23,6 +23,9 @@ tracing-opentelemetry = { version = "0.20.0", optional = true }
tracing-subscriber = { version = "0.3.17", optional = true, features = ["env-filter"] }
url = { version = "2.5.8", default-features = false, features = ["std"] }
[dev-dependencies]
primal = { version = "0.3.3", default-features = false, features = [] }
# Optimized build for any sort of release.
[profile.release-lto]
inherits = "release"