Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Rust
R

Rust

Language
2002 projects7691.0k total stars620.4k total forks40 languages

Open-source projects built with Rust

There are currently 2002 open-source projects built with Rust, with a combined total of 7691.0k GitHub stars. The most common language among these projects is Rust.

Showing 2,002 open-source projects · page 14 of 56

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
structopt
structoptTeXitoi/structopt

Parse command line arguments by defining a struct in Rust, combining clap with custom derive.

2.7k150Rust
2 years ago
sysinfo
sysinfoGuillaumeGomez/sysinfo

A cross-platform Rust library for retrieving detailed system information like CPU, memory, processes, disks, networks, and components.

2.7k417Rust
7 days ago
rusoto
rusotorusoto/rusoto

A comprehensive AWS SDK for Rust, providing idiomatic Rust APIs for interacting with Amazon Web Services.

2.7k438Rust
2 years ago
mprocs
mprocspvolok/mprocs

A terminal tool to run and manage multiple commands in parallel with separate output panes and interactive controls.

2.7k111Rust
4 days ago
cargo-chef
cargo-chefLukeMathWalker/cargo-chef

A cargo subcommand that speeds up Rust Docker builds by caching dependencies using Docker layer caching.

2.7k143Rust
3 months ago
Skytable
Skytableskytable/skytable

A modern scalable NoSQL database with BlueQL, designed for performance, scalability and flexibility.

2.7k92Rust
3 months ago
pulldown-cmark
pulldown-cmarkpulldown-cmark/pulldown-cmark

A fast, safe, and versatile pull parser for CommonMark and GitHub Flavored Markdown, written in Rust.

2.7k293Rust
16 days ago
rust-bitcoin
rust-bitcoinrust-bitcoin/rust-bitcoin

A Rust library for Bitcoin protocol data structures, serialization, parsing, and network message handling.

2.6k991Rust
1 day ago
moka
mokamoka-rs/moka

A high-performance, concurrent caching library for Rust inspired by Java's Caffeine.

2.6k124Rust
12 days ago
inquire
inquiremikaelmello/inquire

A Rust library for building interactive, customizable prompts in terminal applications.

2.6k109Rust
4 months ago
specs
specsamethyst/specs

A parallel Entity-Component System (ECS) library for Rust, designed for high flexibility and performance.

2.6k216Rust
2 years ago
maud
maudlambda-fairy/maud

A compile-time HTML template engine for Rust that transforms markup into specialized Rust code for maximum performance and type safety.

2.6k174Rust
2 months ago
LibAFL
LibAFLAFLplusplus/LibAFL

A modular Rust library for building fast, scalable, and customizable fuzzers that work across multiple platforms and instrumentation backends.

2.6k476Rust
12 days ago
nearcore
nearcorenear/nearcore

Reference client implementation of the NEAR Protocol blockchain, enabling scalable, user-friendly decentralized applications.

2.6k782Rust
1 day ago
html5ever
html5everservo/html5ever

A high-performance, browser-grade HTML5 parser written in Rust, developed as part of the Servo project.

2.6k280Rust
8 days ago
libpnet
libpnetlibpnet/libpnet

A cross-platform Rust library for low-level network packet manipulation and protocol implementation.

2.6k331Rust
2 months ago
rbspy
rbspyrbspy/rbspy

A low-overhead sampling CPU profiler for Ruby that can profile running processes without restarting them.

2.6k104Rust
1 day ago
faer-rs
faer-rssarah-quinones/faer-rs

A pure Rust linear algebra library focusing on portability, correctness, and performance with both low-level routines and high-level wrappers.

2.6k101Rust
1 month ago
rust-cross
rust-crossjaparic/rust-cross

A comprehensive guide to cross-compiling Rust programs, covering setup, toolchains, and troubleshooting for various target architectures.

2.5k92Shell
4 years ago
log
logrust-lang/log

A lightweight logging facade library for Rust that provides a unified API while allowing flexible backend implementations.

2.5k287Rust
1 month ago
SQLPage
SQLPagesqlpage/SQLPage

Build data-centric web applications by writing SQL queries that automatically generate interactive user interfaces.

2.5k175Rust
3 days ago
watchfiles
watchfilessamuelcolvin/watchfiles

A high-performance file watching and code reload library for Python, built with Rust for speed and reliability.

2.5k141Python
1 month ago
sn0int
sn0intkpcyrd/sn0int

A semi-automatic OSINT framework and package manager for gathering intelligence and enumerating attack surfaces.

2.5k225Rust
2 months ago
weggli
weggligoogleprojectzero/weggli

A fast semantic search tool for C/C++ codebases that uses AST pattern matching to help security researchers find interesting functionality.

2.5k143Rust
2 years ago
capnproto-rust
capnproto-rustcapnproto/capnproto-rust

A Rust implementation of Cap'n Proto, enabling zero-copy serialization and RPC for high-performance distributed systems.

2.5k259Rust
1 day ago
rbatis
rbatisrbatis/rbatis

A high-performance Rust ORM framework with compile-time dynamic SQL compilation for zero-runtime-overhead database operations.

2.5k171Rust
5 days ago
opencv-rust
opencv-rusttwistedfall/opencv-rust

Rust bindings for the OpenCV computer vision library, enabling Rust developers to leverage OpenCV's capabilities.

2.5k187Rust
1 day ago
engine
engineQovery/engine

An open-source abstraction layer library that simplifies application deployment on AWS, GCP, Azure, and other cloud providers.

2.5k85Rust
1 day ago
cargo-generate
cargo-generatecargo-generate/cargo-generate

A developer tool to quickly create new Rust projects using git repositories as templates.

2.5k202Rust
1 day ago
scryer-prolog
scryer-prologmthom/scryer-prolog

A modern ISO Prolog implementation written in Rust, aiming to be an industrial-strength production environment and research testbed.

2.4k165Rust
1 day ago
rodio
rodioRustAudio/rodio

A Rust audio playback library with a simple API, supporting multiple audio formats through optional decoders.

2.4k319Rust
1 day ago
Fleet
Fleetsuptejas/fleet

A blazing fast build tool for Rust that compiles up to 5x faster than cargo.

2.4k48Rust
3 months ago
gptcommit
gptcommitzurawiki/gptcommit

A git prepare-commit-msg hook that automatically generates commit messages using OpenAI language models.

2.4k81Rust
3 months ago
rust-doom
rust-doomcristicbz/rust-doom

A Doom 1 & 2 renderer written in Rust, featuring a modern OpenGL 3+ pipeline and 100% safe code.

2.4k106Rust
2 years ago
may
mayXudong-Huang/may

A high-performance Rust library for stackful coroutines, providing Goroutine-like concurrency for massive concurrent programs.

2.4k98Rust
8 days ago
scraper
scraperrust-scraper/scraper

A Rust library for parsing HTML and querying elements using CSS selectors.

2.4k127Rust
4 days ago
1
13
14
15
56