feat: use ere (compile-time regex compilation)

This commit is contained in:
2026-02-07 17:00:06 +08:00
parent 216930027d
commit e8a28a6d2f
4 changed files with 55 additions and 20 deletions

View File

@@ -62,6 +62,7 @@ rnix = "0.12"
rowan = "0.15"
nix-js-macros = { path = "../nix-js-macros" }
ere = "0.2.4"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }