Macro processing factored into Orchid functions

This commit is contained in:
2025-01-08 01:34:40 +00:00
parent e780969c6c
commit 7cdfe7e3c4
36 changed files with 631 additions and 289 deletions

View File

@@ -7,8 +7,8 @@ edition = "2021"
[dependencies]
derive_destructure = "1.0.0"
hashbrown = "0.14.5"
itertools = "0.13.0"
hashbrown = "0.15.2"
itertools = "0.14.0"
lazy_static = "1.4.0"
never = "0.1.0"
num-traits = "0.2.19"