| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
| |
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).
|