aboutsummaryrefslogtreecommitdiff
path: root/src/primitive/peerptr.rs (follow)
Commit message (Collapse)AuthorAgeLines
* NetworkList and signalproxy objects error handlingMax Audron9 days-1/+1
|
* clean up clippy lintsMax Audron10 days-1/+1
|
* refactor deserialize and serializevariant traitMax Audron2025-02-26-1/+1
| | | | move stuff around a bit to sepperate it out for deserializevariant
* refactor variant serialization codeMax Audron2025-02-26-0/+56
Factored out a lot of the serialization of variants into trait's that have auto impl so code duplication is much reduced