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

ink!
ink!Rust

A Rust-based domain-specific language for writing smart contracts on Polkadot and Substrate blockchains.

#kusama#webassembly#polkadot
Stars1.5k
Forks477
Last commit4 months ago
systeroid
systeroidRust

A safer, more performant, and user-friendly CLI/TUI alternative to sysctl for managing Linux kernel parameters.

#hacktoberfest#devops#sysctl
Stars1.5k
Forks29
Last commit6 months ago
zemeroth
zemerothRust

A minimalistic 2D turn-based tactical game with hexagonal maps, reaction attacks, and simple vector graphics, written in Rust.

#webassembly#travis-ci#turn-based
Stars1.5k
Forks92
Last commit2 years ago
kafka-rust
kafka-rustRust

A pure Rust client library for Apache Kafka with consumer, producer, and client APIs.

#stream-processing#message-queue#producer
Stars1.4k
Forks149
Last commit22 days ago
tempfile
tempfileRust

A secure, cross-platform Rust library for creating temporary files with support for multiple independent references.

#tempfile#filesystem#library
Stars1.4k
Forks147
Last commit1 day ago
nix-init
nix-initRust

Generate Nix packages from URLs with automatic hash prefetching, dependency inference, and license detection.

#template#open-source#build-tools
Stars1.4k
Forks43
Last commit1 day ago
plotly
plotlyRust

A Rust plotting library powered by Plotly.js for creating interactive and static visualizations.

#chart#plotly-js#plot
Stars1.4k
Forks127
Last commit1 day ago
Plotly.rs
Plotly.rsRust

A Rust plotting library powered by Plotly.js for creating interactive and static visualizations.

#chart#webassembly#plot
Stars1.4k
Forks127
Last commit1 day ago
release-plz
release-plzRust

Automates Rust crate releases from CI with automated changelog generation, version bumps, and publishing via release PRs.

#hacktoberfest#release#version-management
Stars1.4k
Forks179
Last commit1 day ago
Divan
DivanRust

A fast and simple benchmarking library for Rust projects with ergonomic macros and detailed performance reports.

#fast#macros#cargo
Stars1.4k
Forks40
Last commit5 days ago
fp-core.rs
fp-core.rsRust

A Rust library providing purely functional data structures and a comprehensive glossary of functional programming concepts.

#functional-programming#category-theory#type-system
Stars1.4k
Forks69
Last commit4 months ago
gameboy
gameboyRust

A full-featured cross-platform GameBoy emulator written in Rust, tested on Windows, Ubuntu, and Mac.

#hardware-emulation#gameboy-emulator#console-emulation
Stars1.4k
Forks86
Last commit2 months ago
TQUIC
TQUICRust

A high-performance, lightweight, cross-platform QUIC library written in Rust, supporting HTTP/3 and multipath connections.

#high-performance#multipath#network-library
Stars1.4k
Forks146
Last commit7 months ago
tencent/tquic
tencent/tquicRust

A high-performance, lightweight, cross-platform QUIC library written in Rust, supporting HTTP/3 and multipath connections.

#high-performance#multipath#network-library
Stars1.4k
Forks146
Last commit7 months ago
crane
craneNix

A Nix library for building cargo projects with incremental artifact caching to avoid rebuilding dependencies.

#rust-tooling#incremental-builds#ci-cd
Stars1.4k
Forks139
Last commit4 days ago
msgpack-rust
msgpack-rustRust

A complete pure-Rust implementation of the MessagePack binary serialization format.

#rmp#msgpack#serde
Stars1.4k
Forks160
Last commit7 months ago
simd-json
simd-jsonRust

A high-performance Rust JSON parser porting simdjson's SIMD techniques, with Serde compatibility.

#hacktoberfest#serde#high-performance
Stars1.4k
Forks102
Last commit10 days ago
ferium
feriumRust

A fast, multi-source CLI tool for managing Minecraft mods and modpacks from Modrinth, CurseForge, and GitHub Releases.

#minecraft-mod#curseforge#modrinth
Stars1.4k
Forks73
Last commit2 months ago
PumpkinDB
PumpkinDBRust

An immutable ordered key-value database engine with an embedded Forth-inspired scripting language for event sourcing and specialized data architectures.

#concatenative#database#database-engine
Stars1.4k
Forks61
Last commit6 years ago
Awesome Audio DSP
Awesome Audio DSP

A curated collection of resources for audio digital signal processing and plugin development.

#music-technology#embedded-audio#lv2
Stars1.4k
Forks79
Last commit1 month ago
Joystream
JoystreamRust

A Substrate-based blockchain platform for decentralized video and community governance.

#joystream#cryptocurrency#substrate
Stars1.4k
Forks117
Last commit8 months ago
pdfrip
pdfripRust

A multithreaded PDF password cracking utility with structured search builders, checkpoint/resume, and optimized performance.

#password-cracker#pdf-password-cracking#dictionary-attack
Stars1.4k
Forks143
Last commit4 months ago
Holochain
HolochainRust

An open-source framework for building secure, reliable, and performant peer-to-peer applications.

#open-source#distributed-systems#holochain
Stars1.4k
Forks189
Last commit1 day ago
alejandra
alejandraNix

An uncompromising, fast Nix code formatter written in Rust with a comprehensive style guide.

#formatting#developer-tools#pre-commit
Stars1.4k
Forks56
Last commit3 months ago
electrumrs
electrumrsRust

An efficient Rust-based Electrum server for self-hosted Bitcoin wallet synchronization with a full node.

#indexer#rocksdb#blockchain-indexing
Stars1.4k
Forks556
Last commit4 days ago
comfy-table
comfy-tableRust

A Rust library for building beautiful terminal tables with automatic content wrapping and extensive styling options.

#terminal-tables#hacktoberfest#library
Stars1.4k
Forks46
Last commit1 month ago
deepwiki-rs
deepwiki-rsRust

An AI-powered Rust engine that automatically generates C4 model architecture documentation from source code.

#codebase-analysis#developer-tools#openai
Stars1.4k
Forks156
Last commit8 days ago
BugStalker
BugStalkerRust

A modern debugger for Linux x86-64 written in Rust, specifically designed for debugging Rust programs.

#async-rust#debugging-tools#vscode-extension
Stars1.4k
Forks35
Last commit1 day ago
iocraft
iocraftRust

A Rust crate for building beautiful, declarative terminal user interfaces (TUIs), CLIs, and text-based IO with React-like syntax.

#logs#terminal#tui
Stars1.4k
Forks51
Last commit4 days ago
combine
combineRust

A Rust parser combinator library inspired by Haskell's Parsec, enabling modular LL(1) parsing with arbitrary lookahead.

#parsing#ll1-parser#stream-parsing
Stars1.4k
Forks99
Last commit5 months ago
s2n-quic
s2n-quicRust

A Rust implementation of the IETF QUIC protocol, offering a simple API, high configurability, and integration with secure TLS providers.

#quic-protocol#tls#transport-layer
Stars1.4k
Forks176
Last commit1 day ago
Lap
LapVue

An open-source, offline-first desktop photo manager for organizing and searching large local photo libraries with local AI.

#digital asset manager#desktop-application#ai
Stars1.4k
Forks58
Last commit1 day ago
kameo
kameoRust

A high-performance Rust library for building fault-tolerant, asynchronous actor-based systems that scale from local to distributed.

#distributed#distributed-systems#libp2p
Stars1.4k
Forks79
Last commit3 days ago
CookCLI
CookCLIRust

A command-line tool for managing Cooklang recipes, generating shopping lists, and serving a web interface from a single binary.

#web-server#shopping-list#cli-tool
Stars1.3k
Forks97
Last commit4 days ago
time
timeRust

A comprehensive date and time library for Rust with a focus on safety, correctness, and ergonomics.

#parsing#formatting#correctness
Stars1.3k
Forks305
Last commit1 day ago
bollard
bollardRust

An asynchronous Rust client library for the Docker and Podman daemon APIs.

#async-rust#container-runtime#podman
Stars1.3k
Forks185
Last commit1 day ago
PreviousPage 19 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
#Cross Platform279
#Cli Tool267
#Webassembly209
#Cli188
#Developer Tools169
#Wasm144
#Terminal134
#Rust Library126
#Performance112
#Self Hosted105
#Hacktoberfest104
#No Std97