Skip to main content

Crate evenframe_derive

Crate evenframe_derive 

Source

Derive Macrosยง

Evenframe
For structs it generates both:
EvenframeUnion
Derive macro for unions of persistable structs Each variant must contain exactly one persistable struct type
Schemasync
Derive macro for types that only participate in database schema synchronization.
Typesync
Derive macro for types that only participate in TypeScript type generation.