Gossip Glomers is series of distributed systems challenges.
More details of these challenges can be found at Fly.io.
This repository tries to implement the same using Rust language. Documentation for the repository can be found in GitHub pages.
- List challenges.
cargo xtask list- Run challenges.
cargo xtask run --release "$CHALLANGE"- Serve Results.
cargo xtask serveIf maelstrom binary is not in $PATH variable then for run or serve commands:
- add flag
-m ./maelstromor - add environment variable
MAELSTROM_BIN="./maelstrom"