Skip to content

🌸 A curated list of Rust code and resources from Hitrust

License

Notifications You must be signed in to change notification settings

h1trust/awesome-hit-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🌸 A curated list of Rust code and resources from Hitrust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages