Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A Rust reimplementation of the labs in THU distributed systems (2020 spring).
- Host: GitHub
- URL: https://github.com/wangrunji0408/distributed-systems-rs
- Owner: wangrunji0408
- Created: 2020-03-01T13:24:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T00:49:38.000Z (9 months ago)
- Last Synced: 2024-10-31T13:33:08.075Z (3 months ago)
- Language: Rust
- Size: 1.17 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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