feat: string parsers developed for all formats with strict regex

NOTE: this will be diluted down in order to admit any type of weird
string
This commit is contained in:
2025-08-15 17:44:36 +02:00
parent 5ffeee7851
commit 2fc069ca8e
8 changed files with 266 additions and 1 deletions

View File

@@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
clipboard = "0.5.0"
regex = "1.11.1"