Gossip Glomers A series of distributed systems challenges brought to you by Fly.io. Written in Rust.
Go to file
TuDatTr f31fb3bcdc Fixed challenge 03
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2024-02-02 03:53:18 +01:00
src Fixed challenge 03 2024-02-02 03:53:18 +01:00
tests Fixed challenge 03 2024-02-02 03:53:18 +01:00
.gitignore Initial commit 2024-02-02 00:10:17 +01:00
Cargo.lock Initial commit 2024-02-02 00:10:17 +01:00
Cargo.toml Initial commit 2024-02-02 00:10:17 +01:00
README.org Added README.org 2024-02-02 03:46:48 +01:00
rustfmt.toml Initial commit 2024-02-02 00:10:17 +01:00

README.org

Fly.io Distributed Systems Challenge

This repo contains my Rust-based solution of Fly.ios Distributed Systems Challenge.

I've written some rudimantary unit tests for each of the tasks.

What is left to do is to simulate Fly.ios Maelstrom behavior, which is used for testing the Go-based implementation.