Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wangrunji0408/distributed-systems-rs

A Rust reimplementation of the labs in THU distributed systems (2020 spring).
https://github.com/wangrunji0408/distributed-systems-rs

Last synced: 2 months ago
JSON representation

A Rust reimplementation of the labs in THU distributed systems (2020 spring).

Awesome Lists containing this project

README

        

# Distributed-Systems-rs

[![Actions Status](https://github.com/wangrunji0408/distributed-systems-rs/workflows/CI/badge.svg)](https://github.com/wangrunji0408/distributed-systems-rs/actions)

A Rust reimplementation of the labs in THU *distributed systems (2020 spring)*.

Just for practice and a chance to deep dive into the async Rust.

🚧 Working In Progress