Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Rust

Rust

1888 projects

Showing 36 of 1888 projects

Scaphandre
ScaphandreRust

A metrology agent for measuring electric power and energy consumption of tech services, enabling sustainability-focused decisions.

#energy#metrics-agent#observability
Stars2.0k
Forks131
Last commit5 days ago
moss-kernel
moss-kernelRust

A Unix-like, Linux-compatible kernel written in Rust with an asynchronous core and modular architecture.

#systems-programming#linux-compatible#unix-like
Stars2.0k
Forks88
Last commit7 days ago
rust-csv
rust-csvRust

A fast and flexible CSV reader and writer for Rust with Serde support for easy data serialization.

#data-serialization#serde#library
Stars1.9k
Forks249
Last commit9 months ago
nova
novaRust

A lightweight, modular JavaScript engine written in Rust with a focus on embeddability and data-oriented design.

#javascript-engine#embedding#interpreter
Stars1.9k
Forks78
Last commit1 month ago
argh
arghRust

A Rust derive-based argument parser optimized for code size and Fuchsia command-line tool conformance.

#argument-parser#code-size#argh
Stars1.9k
Forks99
Last commit1 month ago
winapi-rs
winapi-rsRust

Comprehensive Rust FFI bindings to the entire Windows API, enabling native Windows development in Rust.

#windows-api#ffi-bindings#windows-sdk
Stars1.9k
Forks388
Last commit2 years ago
kibi
kibiRust

A configurable terminal text editor written in Rust with UTF-8 support, syntax highlighting, and a strict 1024-line code limit.

#educational#syntax-highlighting#text-editor
Stars1.9k
Forks111
Last commit5 days ago
dfdx
dfdxRust

A deep learning library in Rust featuring shape-checked tensors and neural networks with compile-time safety.

#cuda#tensor-library#neural-network
Stars1.9k
Forks107
Last commit2 years ago
dfdx
dfdxRust

A deep learning library for Rust featuring shape-checked tensors and neural networks with compile-time safety.

#cuda#tensor-library#neural-network
Stars1.9k
Forks107
Last commit2 years ago
Aura
AuraHaskell

A multilingual package manager for Arch Linux that supplements Pacman with AUR support, downgrades, snapshots, and system validation.

#arch-linux#aura#aur
Stars1.9k
Forks122
Last commit5 months ago
Aura
AuraHaskell

A multilingual package manager for Arch Linux that supplements Pacman with AUR support, downgrades, snapshots, and system validation.

#system-management#arch-linux#aura
Stars1.9k
Forks122
Last commit5 months ago
rustyline
rustylineRust

A cross-platform readline implementation in Rust with Emacs/vi keybindings, history, and completion.

#emacs#history#vi
Stars1.9k
Forks210
Last commit4 days ago
SeekStorm
SeekStormRust

A sub-millisecond full-text search library and multi-tenancy server written in Rust, designed for high performance and real-time indexing.

#search#realtime#high-performance
Stars1.9k
Forks67
Last commit11 days ago
mailchecker
mailcheckerPHP

Cross-language library to detect temporary (disposable/throwaway) email addresses, covering over 55,000 fake providers.

#email-validation#disposable-email-detection#email-verification
Stars1.9k
Forks307
Last commit3 days ago
kalker
kalkerRust

A scientific calculator with math syntax, supporting user-defined variables/functions, complex numbers, and derivative/integral estimation.

#calculus#calculator#webassembly
Stars1.9k
Forks83
Last commit14 days ago
cairo
cairoRust

A Rust-based compiler for Cairo, the Turing-complete language for creating provable programs for general computation.

#programming-language#compiler#computational-integrity
Stars1.9k
Forks766
Last commit1 day ago
Vagga
VaggaRust

Vagga is a containerization tool without daemons

#linux#containers#rust
Stars1.9k
Forks97
Last commit3 years ago
cfonts
cfontsRust

A command-line tool for displaying stylized ANSI fonts in the terminal with colors, gradients, and alignment.

#sexy-fonts#generator#chalk
Stars1.9k
Forks67
Last commit3 days ago
Git Interactive Rebase Tool
Git Interactive Rebase ToolRust

A native cross-platform terminal-based sequence editor for Git interactive rebase operations.

#hacktoberfest#version-control#developer-tools
Stars1.9k
Forks54
Last commit3 months ago
webclaw
webclawRust

A fast, local-first web scraper and content extractor optimized for AI agents, with CLI, REST API, and MCP server.

#content-extraction#crawler#cli-tool
Stars1.9k
Forks199
Last commit1 day ago
snmalloc
snmallocC++

A high-performance message-passing memory allocator designed for scalable multithreaded applications.

#memory-allocator#malloc#c-plus-plus
Stars1.9k
Forks127
Last commit17 days ago
grpc-rs
grpc-rsRust

A Rust wrapper for gRPC Core providing high-performance RPC with async support and HTTP/2.

#async#tls#protocol-buffers
Stars1.9k
Forks260
Last commit20 days ago
human-panic
human-panicRust

A Rust library that provides human-friendly panic messages for command-line applications.

#developer-tools#human-centered-design#error-handling
Stars1.9k
Forks66
Last commit4 days ago
ZEN Engine (.6k)
ZEN Engine (.6k)Rust

A cross-platform open-source business rules engine for embedding decision logic in Rust, Node.js, Python, Go, Java, C#, Kotlin, and Swift applications.

#decision-engine#rule-engine#business-rules-engine
Stars1.9k
Forks196
Last commit
Reshape
ReshapeRust

A zero-downtime schema migration tool for Postgres that enables gradual application rollouts.

#devops#postgres#database-tool
Stars1.8k
Forks40
Last commit1 month ago
Rust Web Developer Roadmap
Rust Web Developer RoadmapRust

A visual roadmap and curated resource list for developers learning to build web applications with Rust in 2022.

#backend-development#developer-tools#roadmap
Stars1.8k
Forks111
Last commit
fltk-rs
fltk-rsRust

Rust bindings for the FLTK GUI library, enabling cross-platform, lightweight, and fast desktop applications.

#static-linking#graphics#widget-toolkit
Stars1.8k
Forks118
Last commit2 months ago
rust-cpython
rust-cpythonRust

Rust bindings for the Python interpreter, enabling Rust code to call Python and Python to call Rust.

#ffi-bindings#language-interop#embedded-scripting
Stars1.8k
Forks134
Last commit1 year ago
afl.rs
afl.rsRust

A Rust library for fuzzing Rust code with AFLplusplus to find security and stability issues.

#software-testing#rust-ecosystem#fuzzing
Stars1.8k
Forks118
Last commit4 days ago
mockall
mockallRust

A powerful mock object library for Rust that generates mock implementations of traits and structs for unit testing.

#software-testing#unit-testing#procedural-macros
Stars1.8k
Forks81
Last commit26 days ago
rsedis
rsedisRust

A Redis-compatible in-memory data store re-implemented in Rust for cross-platform use and multi-core performance.

#redis#no-sql#server
Stars1.8k
Forks118
Last commit2 years ago
emacs-ng
emacs-ngEmacs Lisp

A fork of Emacs that adds modern features like TypeScript/JavaScript support via Deno, GPU-accelerated rendering with WebRender, and improved async I/O.

#emacs#webassembly#rust-integration
Stars1.8k
Forks75
Last commit4 days ago
tere
tereRust

A terminal file explorer that prints a selected folder path for fast shell navigation.

#terminal-file-explorer#keyboard-driven#productivity
Stars1.8k
Forks38
Last commit4 months ago
netscanner
netscannerRust

A terminal-based network scanner and diagnostic tool with a modern TUI for WiFi scanning, packet analysis, and port scanning.

#arp#networks#network-scanner
Stars1.8k
Forks54
Last commit18 days ago
oreboot
orebootRust

A Rust-based downstream fork of coreboot, designed as a modern firmware implementation for booting LinuxBoot payloads.

#hacktoberfest#oreboot#linuxboot
Stars1.8k
Forks114
Last commit11 days ago
RustQuant
RustQuantRust

A comprehensive Rust library for quantitative finance, offering pricing models, risk analysis, and financial data tools.

#mathematics#risk-analysis#finance
Stars1.8k
Forks206
Last commit6 months ago
PreviousPage 16 of 53Next

Related Tags

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
2 days ago
3 years ago
#Cross Platform279
#Cli Tool267
#Webassembly209
#Cli188
#Developer Tools169
#Wasm144
#Terminal134
#Rust Library126
#Performance112
#Self Hosted105
#Hacktoberfest104
#No Std97