feat: implemented deriving for structs of all types

This commit is contained in:
vegowotenks 2025-05-23 17:26:17 +02:00
parent 5af0d4eb2d
commit f52b1b5590
9 changed files with 377 additions and 36 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
derive_generic = { path = "derive_generic" }