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

10
heromodels/Cargo.lock generated
View File

@@ -262,11 +262,21 @@ dependencies = [
"bincode",
"chrono",
"fjall",
"heromodels-derive",
"ourdb",
"serde",
"tst",
]
[[package]]
name = "heromodels-derive"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "iana-time-zone"
version = "0.1.63"