/mael

Rust implementation for fly.io's Gossip Glomers challenge.

Primary LanguageRust

Mael

This is a Rust implementation for fly.io's distributed systems challenges Gossip Glomers.

Credits

I started this repo after watching Jon Gjengset's video on the challenge, who also implemented a solution in Rust. In particular, he solved 'Echo', 'Unique ID Generation', and 'Broadcast', located on his GitHub.

As a result, the first parts of my implementation are very similar, so I wanted to give him credit here.