It's rude to gossip
This repository contains solution for some of the challenges from Gossip Glomers.
- Echo
- Unique ID Generation
- Broadcast
- Grow-Only Counter
- Kafka-Style Log
- Totally-Available Transactions
Usage
Run the program with
cargo rIt listens for maelstrom messages serialized to
JSONL on stdin. Full protocol specification can be found here:
maelstrom/doc/protocol.md.
License
MIT