Skip to content

Latest commit

 

History

History
93 lines (61 loc) · 4.14 KB

README.md

File metadata and controls

93 lines (61 loc) · 4.14 KB

Awesome Hitrust

A curated list of Rust code and resources from Hitrust.

If you want to contribute, please read this.

Table of contents

Codes

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.

Algorithm

  • leetcode - miRoox's solution for leetcode.
  • mandelbrot - A parallel mandelbrot set generator.

Compiler

  • rcc - C compiler written in Rust.

Computer Vision

  • yolo-rs - About Yolov3 & Yolov4 with TVM and Rust.

Database

  • unity.kv - A multi-threaded, persistent key/value store.
  • medis.tk - Minimal Redis client and server implementation using Tokio.

Emulators

  • 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.

FFI

  • wll - Wolfram LibraryLink interface for Rust.

Network

  • nettest - All-in-one network test tool.

Operating Systems

  • 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.

Embedded

  • stm32-rustup - A guide to rust up your STM32 micro controller and lead you into embedded rust world.

Web

  • mengine.rs - A minimal browser engine written in Rust.

Resources

Videos

Articles

Information

  • Rust 语言中文社区 — 为数不多且较为活跃的 Rust 中文社区,会定期发布 Rust 周报和日报。
  • This Week in Rust - Stay up to date with events, learning resources, and recent developments in Rust community.