| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
- Add Authentication, Locked, NoResult, and NotFound error variants -
Remove Crypto error variant - Reorder all variants in A-Z order for
better maintainability
|
| | |
|
| |
|
|
|
| |
- Enhance action_gen macro functionality
- Add new error variants for TCP connection
|
| |
|
|
|
| |
- Add NotLocal error for actions requiring local execution
- Add NotRemote error for actions requiring remote execution
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Add rmp-serde dependency for MessagePack serialization
- Implement write_msgpack and read_msgpack methods for basic MessagePack support
- Add write_large_msgpack and read_large_msgpack methods for chunked transmission
- Add error conversions for rmp-serde errors
- Add comprehensive tests for MessagePack functionality
- Fix code formatting and improve readability
- Make stream field pub(crate) for better access control
All tests pass successfully, ensuring backward compatibility.
|
| | |
|
| |
|