Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update some dependencies.dev | Harald Eilertsen | 2023-03-28 | 1 | -1/+1 |
| | |||||
* | Fix license header on new files. | Harald Eilertsen | 2023-03-28 | 1 | -0/+16 |
| | |||||
* | Add ZotAPI trait and derive macro. | Harald Eilertsen | 2023-03-27 | 2 | -0/+33 |
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 :) |