Add proc macro to implement models

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-04-25 11:01:18 +02:00
parent 1343e61e0f
commit dc93518a35
10 changed files with 341 additions and 1 deletions

View File

@@ -12,3 +12,4 @@ chrono = { version = "0.4", features = ["serde"] }
fjall = "2.9.0"
ourdb = { path = "../ourdb" }
tst = { path = "../tst" }
heromodels-derive = { path = "./heromodels-derive" }