A curated list of Rust code and resources from Hitrust.
If you want to contribute, please read this.
For more codes and projects written in Rust, please take a look at rust-unofficial/awesome-rust. Here are mainly some wheels about HIT courses and personal hobbies.
- leetcode - miRoox's solution for leetcode.
- mandelbrot - A parallel mandelbrot set generator.
- rcc - C compiler written in Rust.
- yolo-rs - About Yolov3 & Yolov4 with TVM and Rust.
- unity.kv - A multi-threaded, persistent key/value store.
- medis.tk - Minimal Redis client and server implementation using Tokio.
- fbterm - A terminal emulator for any framebuffer. Also contains an abstraction of the framebuffer, which can draw images by pixel.
- oxidenes - This is just another NES emulator.
- wll - Wolfram LibraryLink interface for Rust.
- nettest - All-in-one network test tool.
- 12101111-os - Operating system written in Rust. Only support UEFI x86_64.
- os-summer - A joint project between Tsinghua University and Pengcheng Lab.
- xv6-riscv-rust - A project intending to port xv6-riscv using Rust.
- stm32-rustup - A guide to rust up your STM32 micro controller and lead you into embedded rust world.
- mengine.rs - A minimal browser engine written in Rust.
- Asynchronous Programming in Rust
- Educational blog posts for Rust beginners
- Strong types, strong lifts - snoyberg
- Writing an OS in Rust
- Rust 语言中文社区 — 为数不多且较为活跃的 Rust 中文社区,会定期发布 Rust 周报和日报。
- This Week in Rust - Stay up to date with events, learning resources, and recent developments in Rust community.