An implementation of "6.824 Lab 1: MapReduce (2021)" in async Rust.
$ make APP=wc seq # sequential impl for reference
$ make APP=wc dist # distributed impl
$ make diff # compare the outputsYou may write your own App in a crate named app-myapp and specify it through the APP=myapp override in Makefile. Take app-indexer for an example.