Eraden's Stars
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
helix-editor/helix
A post-modern modal text editor.
TheAlgorithms/Rust
All Algorithms implemented in Rust
extrawurst/gitui
Blazing 💥 fast terminal-ui for git written in rust 🦀
getzola/zola
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
rust-embedded/rust-raspberrypi-OS-tutorials
:books: Learn to write an embedded OS in Rust :crab:
gfx-rs/wgpu
A cross-platform, safe, pure-Rust graphics API.
linebender/druid
A data-first Rust-native UI design toolkit.
rust-bakery/nom
Rust parser combinator framework
serde-rs/serde
Serialization framework for Rust
pretzelhammer/rust-blog
Educational blog posts for Rust beginners
serde-rs/json
Strongly typed JSON library for Rust
rust-windowing/winit
Window handling library in pure Rust
rust-lang/rust-bindgen
Automatically generates Rust FFI bindings to C (and some C++) libraries.
seed-rs/seed
A Rust framework for creating web apps
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
r-darwish/topgrade
Upgrade everything
widelands/widelands
Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
rust-embedded/embedded-hal
A Hardware Abstraction Layer (HAL) for embedded systems
beyond-all-reason/Beyond-All-Reason
Main game repository for Beyond All Reason.
probe-rs/probe-rs
A debugging toolset and library for debugging embedded ARM and RISC-V targets on a separate host
rust-embedded/heapless
Heapless, `static` friendly data structures
geiger-rs/cargo-geiger
Detects usage of unsafe Rust in a Rust crate and its dependencies.
dtolnay/proc-macro2
boinkor-net/governor
A rate-limiting library for Rust (f.k.a. ratelimit_meter)
MarginResearch/cannoli
High-performance QEMU memory and instruction tracing
interact-rs/interact
Online introspection for Rust
probe-rs/cargo-flash
a cargo extension for programming microcontrollers
nihalpasham/rustBoot
rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.
1tgr/rust-websocket-lite
A fast, low-overhead WebSocket client