| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
| |
we do not need to reference stuff here and can just consume it
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
the match_variant macro was unclear, unreadable and no longer needed as
we have automaticly derived from implementations for all Variant enum
fields now
|
| | |
|
| | |
|
| |
|
|
| |
move stuff around a bit to sepperate it out for deserializevariant
|
| |
|
|
|
| |
Factored out a lot of the serialization of variants into trait's that
have auto impl so code duplication is much reduced
|
| |
|
|
|
|
| |
some objects where still handling BufferId or MsgId as their raw types
which lead to errors now that the Types are properly parsed in the
varinats
|
| | |
|
|
|
Up to now it was represented as i32. If we introduce a newtype for it,
we can handle it idiomatically as dedicated Variant::BufferId variant
(instead of having it mashed into Variant::UserType).
|