Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 963 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 963 Bytes

Gossip Glomers

Lint and Deploy docs License Top Language

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.

Usage

  1. List challenges.
cargo xtask list
  1. Run challenges.
cargo xtask run --release "$CHALLANGE"
  1. 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"