aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/derive/wrap.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(macros): add Wrap derive macro魏曹先生43 hours1-0/+161
Add `#[derive(Wrap)]` to treat a struct as its inner type, generating `From`, `Deref`, and `DerefMut` implementations. Supports single-field structs or multi-field structs with a `#[wrap]`-marked field.