- Python: tree of python objects instead of tree of dicts

- Rust: more derives
This commit is contained in:
w.pomp
2026-06-22 18:08:58 +02:00
parent 034b879e3f
commit 5ecc5c6cb4
38 changed files with 7582 additions and 3435 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "ome-metadata-derive"
version = "0.5.0"
edition = "2024"
[dependencies]
quote = "1"
syn = "2"
[lib]
proc-macro = true