Module structs

Module structs 

Source
Expand description

Struct: lightweight ORM-style helpers for table structs.

Without runtime reflection (and avoiding extra proc-macro crates), this uses macro_rules! to generate field metadata and getters, providing an experience close to reflective builders.

Structs§

FieldMeta
Struct

Enums§

FieldOpt

Traits§

IsEmpty
Trait to determine “empty” values (implements omitempty semantics).
SqlStruct
Trait implemented by the macro for your structs: exposes metadata, values, and emptiness checks.