feat: add hitta.se flight-data parser as pure native-testable functions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 14:54:04 +02:00
parent 896333254a
commit 4980beec0a
4 changed files with 736 additions and 0 deletions
+4
View File
@@ -8,5 +8,9 @@ authors.workspace = true
crate-type = ["cdylib", "rlib"]
[dependencies]
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
insta = { version = "1.47", features = ["yaml"] }