aboutsummaryrefslogtreecommitdiffstats
path: root/zotapi-derive/src
Commit message (Collapse)AuthorAgeFilesLines
* Add ZotAPI trait and derive macro.Harald Eilertsen2023-03-271-0/+20
The idea is to try to generate more of the boilerplate code, but for now we only do the `z()` method definition. There are also some we're not quite able to replace yet (like XChanRequest) since it also has life times. It's a start anyways :)