feat: update regex, bug fixes, add tests

This commit is contained in:
Vlasislav Kashin
2025-07-12 23:30:44 +03:00
parent 2fea8f1e20
commit ebe7d236e9
8 changed files with 1866 additions and 898 deletions

View File

@@ -10,7 +10,7 @@ build = "build/rust_build.rs"
log = "0.4.27"
# helpful error package
thiserror = "2.0.12"
# google protobuf lib required to use .proto files from assets
# protobuf lib required to use .proto files from assets
protobuf = "3.7.2"
# optimized concurrent map
dashmap = "6.1.0"