chatty-catties/README.md

7 lines
456 B
Markdown
Raw Permalink Normal View History

2024-05-17 18:32:50 +00:00
Working through the [Fly.io distributed systems challenge](https://fly.io/dist-sys/), in Rust.
2024-06-09 20:35:38 +00:00
These solutions are built around the [nebkor-maelstrom](https://crates.io/crates/nebkor-maelstrom)
crate, a dedicated Maelstrom client framework that uses no async and strives for simplicity of
design and use. The most complicated client in this project is the `gg-kafka` client, at 158 lines;
the entire workspace will build from clean in about five seconds.