| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
| |
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
|
| | |
|
| |
|
|
|
|
|
|
|
| |
this changes the public API in that all our methods now return a proper
ProtocolError crate. Needed change anyways to properly deal with all our
errors in the long run.
Will still need to do a pass through the crate to remove all existing
unwraps where it makes sense.
|
| | |
|
| | |
|
| | |
|
| |
|