feat(parser)!: rework of subgroups parsing

This commit is contained in:
2025-06-08 01:03:00 +04:00
parent d23092a32a
commit 4fca22662c
5 changed files with 139 additions and 141 deletions

View File

@@ -16,6 +16,7 @@ serde_repr = "0.1.20"
regex = "1.11.1"
utoipa = { version = "5", features = ["chrono"] }
strsim = "0.11.1"
log = "0.4.26"
[dev-dependencies]
criterion = "0.6"