aboutsummaryrefslogtreecommitdiff
path: root/derive/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeLines
* clean up clippy lintsMax Audron10 days-2/+0
|
* remove old quassel attributes from derive macrosMax Audron2025-03-01-2/+2
| | | | | this was used across the different derive macros and already replace by macro specific network and setter attributes.
* extend docs and reorganize filesMax Audron2025-02-27-7/+1
|
* fix derive macrosMax Audron2022-10-04-3/+9
|
* add Setters derive macroMax Audron2021-12-03-1/+35
|
* add sync proc macroMax Audron2021-12-01-0/+6
|
* remove replaced "Network" derive macroMax Audron2021-10-01-5/+0
|
* add NetworkList and NetworkMap derive macrosMax Audron2021-09-28-0/+10
| | | | | | this is an ongoing effort to generalize the parsing/serialization. With this NetworkList and NetworkMap can be used both at the same time to allow the de-/serialization of objects into both formats
* WIP: impl more signalproxy objectsMax Audron2021-04-05-206/+4
|
* WIP: impl signalproxy typesMax Audron2021-03-09-3/+75
|
* add to and from network deriveMax Audron2021-01-21-0/+144