Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Rust

Rust

1889 projects

Showing 36 of 1888 projects

lmdb-rs
lmdb-rsRust

Rust bindings for the Lightning Memory-Mapped Database (LMDB), providing safe and idiomatic access.

#database#memory-mapped#storage
Stars113
Forks46
Last commit3 years ago
Quickstart with Webpack
Quickstart with WebpackRust

A production-ready starter template for building web apps with Seed (Rust), TailwindCSS, and Webpack.

#template#webassembly#web-assembly
Stars113
Forks13
Last commit1 year ago
Anansi
AnansiRust

A simple, safe, and fast full-stack web framework for Rust that makes web development easier.

#orm#server-side#mvc
Stars113
Forks11
Last commit3 years ago
unqlite.rs
unqlite.rsRust

A high-level Rust wrapper for the UnQLite embedded NoSQL database engine.

#unqlite#database#database-engine
Stars113
Forks18
Last commit5 years ago
CraftQL
CraftQLRust

A CLI tool to visualize GraphQL schemas and output them as Graphviz .dot format for dependency analysis.

#graph#developer-tools#schemas
Stars112
Forks2
Last commit3 years ago
stream-download-rs
stream-download-rsRust

A Rust library for streaming audio, video, and other content from remote sources with read and seek support.

#media#media-processing#async-io
Stars112
Forks16
Last commit6 days ago
yew-wasm-pack-minimal
yew-wasm-pack-minimalRust

A minimal template for creating Yew web apps with wasm-bindgen and wasm-pack, producing simple deployable artifacts.

#minimal-setup#template#webassembly
Stars112
Forks23
Last commit2 years ago
cargo-breaking
cargo-breakingRust

Compares a Rust crate's public API between branches, detects breaking changes, and suggests the next semantic version.

#version-management#rust-ecosystem#semantic-versioning
Stars111
Forks6
Last commit3 years ago
mdsf
mdsfRust

Format and lint markdown code blocks using your favorite language-specific tools.

#multi-language#elixir#developer-tools
Stars111
Forks5
Last commit3 days ago
RustCMake
RustCMakeCMake

An example project demonstrating how to integrate Rust with CMake for cross-language builds.

#integration#example-project#cmake
Stars110
Forks15
Last commit8 years ago
triple_accel
triple_accelRust

Rust edit distance library accelerated with SIMD for fast Hamming, Levenshtein, and Damerau-Levenshtein calculations.

#string-similarity#simd#string-matching
Stars110
Forks15
Last commit3 years ago
yew-parcel-template
yew-parcel-templateRust

A starter template for building Yew web applications with Yew-Router and Parcel bundler.

#yew-router#webassembly#yew-framework
Stars109
Forks14
Last commit3 years ago
rust-ajson
rust-ajsonRust

A high-performance Rust JSON parser that extracts values using dotpath syntax, inspired by gjson.

#dotpath-syntax#query-language#serde-json
Stars109
Forks12
Last commit3 years ago
can-dbc
can-dbcRust

A Rust parser for CAN DBC files using Pest grammar, enabling structured access to CAN network definitions.

#can-bus#pest-grammar#embedded
Stars107
Forks42
Last commit9 days ago
web-view todomvc desktop app
web-view todomvc desktop appRust

A lightweight desktop TodoMVC implementation using Rust, WebAssembly, and web-view.

#webassembly#desktop-app#yew-framework
Stars107
Forks8
Last commit3 years ago
amaru
amaruRust

A fully open-source Cardano node client written in Rust, enabling direct blockchain interaction.

#open-source#cryptocurrency#node-client
Stars106
Forks29
Last commit1 day ago
tun2tor
tun2torRust

A Rust library that creates a utun interface and routes traffic through Tor for secure network tunneling.

#proxy#utun#privacy
Stars106
Forks16
Last commit4 years ago
live-ask.com
live-ask.comRust

A free, real-time Q&A platform for moderating discussions at conferences, meetups, and panel events.

#realtime#panel-discussions#feedback
Stars104
Forks11
Last commit10 days ago
wrestic
wresticRust

A Rust wrapper for restic that simplifies configuration and automation of secure, deduplicated backups.

#restic#local#restic-wrapper
Stars104
Forks2
Last commit1 year ago
grid
gridRust

A two-dimensional grid data structure for Rust that provides Vec-like functionality for 2D data.

#2d-array#array#rust-lang
Stars104
Forks32
Last commit3 months ago
angolmois-rust
angolmois-rustRust

A Rust translation of Angolmois, a minimalistic music video game that plays BMS format files.

#bms-player#sdl#audio-visual
Stars104
Forks9
Last commit6 years ago
steganography
steganographyRust

A stable Rust library for hiding and extracting secret messages within images using steganography.

#alpha-channel#covert-communication#crates
Stars103
Forks17
Last commit5 years ago
robotstxt
robotstxtRust

A native Rust port of Google's robots.txt parser and matcher library, preserving all original behavior.

#web-crawling#library#web-standards
Stars102
Forks13
Last commit5 years ago
netcdf
netcdfRust

Medium-level Rust bindings for reading and writing netCDF files, a common scientific data format.

#scientific-computing#geospatial#climate-science
Stars102
Forks29
Last commit3 months ago
can2mqtt
can2mqttRust

A bidirectional, configurable bridge between CAN-Bus and MQTT with flexible data conversion modes.

#embedded-systems#can-bus#mqtt
Stars102
Forks26
Last commit2 months ago
tinyweb
tinywebRust

A minimal Rust toolkit for building client-side web applications with no JavaScript, no dependencies, and less than 800 lines of code.

#webassembly#minimal#static-site
Stars101
Forks8
Last commit1 year ago
tdilb-rs
tdilb-rsRust

A Rust wrapper for the Telegram Database Library (TDLib) with cross-platform support and flexible build options.

#async#tdlib-wrapper#tdlib-rs
Stars101
Forks30
Last commit3 months ago
mmtc
mmtcRust

A minimal terminal client for MPD (Music Player Daemon) that is simple yet highly configurable.

#music#hacktoberfest#keyboard-driven
Stars100
Forks5
Last commit2 years ago
rust-iptables
rust-iptablesRust

Rust bindings for iptables, enabling programmatic manipulation of Linux firewall rules.

#netfilter#bindings#security
Stars99
Forks28
Last commit11 months ago
OctoType
OctoTypeRust

A customizable TUI typing trainer built with Ratatui, inspired by Monkeytype.

#terminal-application#typing-practice#performance-tracking
Stars99
Forks1
Last commit6 days ago
Default quickstart
Default quickstartRust

A minimal Rust-only template for starting new Seed web applications with essential tooling.

#template#webassembly#web-assembly
Stars99
Forks28
Last commit3 years ago
amethyst
amethystRust

A fast, efficient, and lightweight AUR helper and Pacman wrapper for Arch-based Linux distributions.

#arch-linux#hacktoberfest#package
Stars99
Forks9
Last commit3 years ago
libmdbx-rs
libmdbx-rsC

Rust bindings for the libmdbx embedded key-value database, providing safe and idiomatic access.

#storage#ffi#key-value-store
Stars99
Forks46
Last commit1 month ago
redis-shield
redis-shieldRust

A Redis module implementing the token-bucket algorithm as a native command for high-performance rate limiting.

#valkey module#redis#valkey
Stars99
Forks5
Last commit4 days ago
Bounce
BounceRust

A minimal, efficient state management library for Yew web apps, inspired by Redux and Recoil.

#webassembly#minimal-boilerplate#yew
Stars99
Forks12
Last commit3 months ago
qubit
qubitRust

A web-based calculator with natural language input, built with Rust and WebAssembly.

#calculator-application#mathematics#calculator
Stars98
Forks5
Last commit4 years ago
PreviousPage 42 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