3017d401b6
- Update WWW Changes: https://github.com/cucumber/common/blob/main/messages/CHANGELOG.md
6 lines
326 B
Text
6 lines
326 B
Text
Cucumber Messages is a message protocol based on Protocol Buffers. It allows one
|
|
process to construct message objects and send them to another process. Protobuf
|
|
takes care of serialising those messages to a binary format, and deserialise
|
|
them on the other end.
|
|
|
|
WWW: https://github.com/cucumber/common/tree/main/messages/ruby
|