acmpesuecc / acmpesuecc/zaprpc
feat(codec): add msgpack codec
Open
bounty 1000
enhancement
- Dominant language
- Go
- Stars
- 0
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
## Description
- Implement the `MsgPackCodec` struct in `codec.go`, satisfying the `Codec` interface
- Use [vmihailenco/msgpack](https://github.com/vmihailenco/msgpack)
- Add tests using the `testing` package
- This will allow users to serialise/deserialise **ZapRPC** messages with MessagePack!
## References
- https://msgpack.org/
Contributor guide
Assessment
This issue has not been assessed yet.