Gossip Glomers A series of distributed systems challenges brought to you by Fly.io. Written in Rust.
Go to file
TuDatTr 4c1aff8142 Added README.org
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2024-02-02 03:46:48 +01:00
src Reworked MessageBody Typesystem and added challenge 03 2024-02-02 03:39:52 +01:00
tests Reworked MessageBody Typesystem and added challenge 03 2024-02-02 03:39:52 +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.