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 serve
If maelstrom binary is not in $PATH
variable then for run or serve commands:
- add flag
-m ./maelstrom
or - add environment variable
MAELSTROM_BIN="./maelstrom"