Track Awesome Rust Updates Daily
A curated list of Rust code and resources.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 rust-unofficial/awesome-rust · ⭐ 55K · 🏷️ Programming Languages
Jan 06, 2026
Applications / Database
- QuillSQL (⭐160) - An educational Rust relational database (RDBMS) inspired by CMU 15445
Applications / Security tools
- SystemVll/TAuth (⭐137) - An easy and user friendly 2FA & Credentials manager, for your PC.
Jan 03, 2026
Development tools / Static analysis
- cargo-coupling (⭐56) - A Rust coupling analysis tool using Vlad Khononov's "Balancing Coupling in Software Design" framework
Libraries / Artificial Intelligence
- Cortex Memory (⭐58) - A complete solution for agent memory, from extraction and vector search to automated optimization, and insights dashboard out-of-the-box.
Dec 30, 2025
Applications / Audio and Music
- LargeModGames/spotatui (⭐151) [spotatui] - A Spotify terminal client with native streaming, synced lyrics, and real-time audio visualization
Dec 25, 2025
Applications / Audio and Music
- OpenMeters (⭐54) - Fast, simple, and professional audio metering/visualization for Linux written in Rust.
Applications / Security tools
- bountyyfi/lonkero (⭐797) - Enterprise-grade web vulnerability scanner with 60+ attack modules for penetration testing and security assessments
- ssh-vault (⭐487) - A simple tool to manage secrets using ssh keys for encryption and decryption.
Applications / System tools
- fork (⭐72) - Library for creating a new process detached from the controlling terminal (daemon)
Dec 20, 2025
Development tools / IDEs
- Visual Studio
- PistonDevelopers/VisualRust (⭐704) - A Visual Studio extension for Rust
- PistonDevelopers/VisualRust (⭐704) - A Visual Studio extension for Rust
Libraries / Data visualization
- blitzarx1/egui_graphs (⭐643) [egui_graphs] - Interactive graph visualization widget powered by egui and petgraph.
Libraries / Video
- screencapturekit-rs (⭐171) [screencapturekit] - Safe Rust bindings for Apple's ScreenCaptureKit framework for macOS screen/audio capture
Dec 15, 2025
Applications / Audio and Music
- mierak/rmpc (⭐1.9k) [rmpc] - A modern and configurable, terminal based MPD Client with album art support
Libraries / Data streaming
- fluvio (⭐5.1k) - Programmable data streaming platform
Libraries / Logging
- fast/logforth (⭐197) - A versatile, extensible, and easy-to-use logging framework for Rust applications. It allows you to configure multiple dispatches, filters, and appenders to customize your logging setup according to your needs.
Dec 09, 2025
Development tools / Testing
- Assertions and Matchers
- googletest-json-serde
- A collection of JSON matchers for googletest-rust, supporting paths, arrays, and objects.
- googletest-json-serde
Dec 08, 2025
Libraries / Data streaming
- wingfoil (⭐99) - Graph based stream processing framework
Dec 07, 2025
Development tools / Workflow Automation
- envio (⭐913) - A Modern And Secure CLI Tool For Managing Environment Variables
Libraries / Data structures
Resources / Web programming
- Rust Security Handbook (⭐176) - A 10-chapter handbook for writing actually secure Rust: type-safety, panic-proofing & more.
Dec 02, 2025
Applications / Database
- ayarotsky/redis-shield (⭐96) - A Redis module that implements the token-bucket algorithm as a native command for high-performance rate limiting
Nov 29, 2025
Development tools / Workflow Automation
- biome (⭐23k) - A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP
Nov 28, 2025
Development tools / Testing
- Property Testing and Fuzzing
- Ackee-Blockchain/trident (⭐349) - Fuzzing framework for Solana smart contracts with manually-guided testing, flow-based sequences, and property-based validation
- proptest - property testing framework inspired by the Hypothesis framework for Python
- quickcheck - A Rust implementation of QuickCheck
- rust-fuzz/afl.rs (⭐1.8k) - A Rust fuzzer, using AFL
Nov 25, 2025
Applications / Database
- Curvine (⭐553) - Curvine is a high-performance, concurrent distributed cache system written in Rust, designed for low-latency and high-throughput workloads in AI,Bigdata etc.
Nov 23, 2025
Applications / Message Queue
- Rmqtt (⭐847) - MQTT Server/MQTT Broker — Scalable distributed MQTT message broker for IoT in the 5G era.
Development tools / Profiling
- pawurb/hotpath (⭐1.3k) - A simple profiler that shows exactly where your code spends time and allocates
Libraries / Database
- VennDB [venndb (⭐128)] - An append-only in-memory database in Rust for rows queried using bit (flag) columns.
Nov 22, 2025
Applications / Security tools
- biandratti/huginn-net (⭐131) - Multi-protocol passive network fingerprinting combining p0f TCP and JA4 TLS analysis for OS and application detection
Nov 19, 2025
Libraries / Web programming
- HTTP Server
- branca - Implementation of Branca for Authenticated and Encrypted API tokens.
- c410-f3r/wtx (⭐334) - Low and high level HTTP/2 server
- carllerche/tower-web (⭐982) [tower-web] - A fast, boilerplate free, web framework
- Cot (⭐846) - The Rust web framework for lazy developers.
- GildedHonour/frank_jwt (⭐251) - JSON Web Token implementation.
- Gotham (⭐2.3k) - A flexible web framework that does not sacrifice safety, security or speed.
- Graphul (⭐453) - An Express-inspired web framework.
- handlebars-rust (⭐1.4k) - an Iron web framework middleware.
- hyperium/hyper (⭐16k) - an HTTP implementation
- Iron (⭐6.1k) - A middleware-based server framework
- Juniper (⭐5.9k) - GraphQL server library
- miketang84/sapper (⭐619) - A lightweight web framework built on async hyper.
- Nickel (⭐3k) - inspired by Express
- plabayo/rama (⭐876) - A modular service framework to move and transform your network packets, can also be used to fingerprint incoming clients
- poem-web/poem (⭐4.3k) - A full-featured and easy-to-use web framework.
- Rustless (⭐620) - A REST-like API micro-framework inspired by Grape (⭐10k) and Hyper (⭐16k)
- Salvo (⭐4k) - an easy to use webframework base on hyper and tokio.
- Saphir (⭐92) - A progressive web framework with low-level control, without the pain.
- seanmonstar/warp (⭐10k) - A super-easy, composable, web server framework for warp speeds.
- tiny-http (⭐1.1k) - Low level HTTP server library
- tomaka/rouille (⭐1.2k) - Web framework
- Zino (⭐1.1k) - Next-generation framework for composable applications
Nov 18, 2025
Libraries / Artificial Intelligence
- chelsea0x3b/dfdx (⭐1.9k) - CUDA accelerated machine learning framework that leverages many of Rust's unique features.
Libraries / Finance
- kand-ta/kand (⭐383) [kand] - A Modern, High-Performance Technical Analysis Library in Rust, Python, and JS/TS(WASM).
Nov 13, 2025
Applications
- run (⭐877) [run-kit] - Universal multi-language runner and smart REPL (25+ languages: Python, JS, Go, C, etc.).
Applications / File manager
- FileSSH (⭐184) - A fast and easy to use TUI to manage files on a remote server, including quick SSH session creation, in-place file editing and more!
Nov 10, 2025
Libraries / Configuration
- leptonyu/cfg-rs (⭐49) [cfg-rs] - A Configuration Library for Rust Applications.
Nov 09, 2025
Applications
- qiluo-admin (⭐164) - An enterprise-grade rapid development platform (Axum + SeaORM + JWT + VUE3, supports MySQL/Postgres/SQLite)
Applications / Database
- dsplce-co/supabase-plus (⭐62) [supabase-plus] - A batteries-included command-line utility that extends the official Supabase CLI
Applications / Productivity
- CookCLI (⭐1.1k) - Command-line recipe manager with web server, shopping lists, and meal planning capabilities.
Nov 04, 2025
Applications / System tools
- deshaw/procfd (⭐68) [procfd] - Linux lsof replacement to list open file descriptors for processes
Nov 01, 2025
Applications / Workflow Automation
- dali-benothmen/cronflow (⭐67) - Cronflow is a high-performance, developer-focused workflow automation library that lets you build and orchestrate complex, scalable automation workflows fully in code.
Oct 28, 2025
Libraries / Data structures
- bilinearlabs/rs-merkle-tree (⭐220) - Merkle tree implementation in Rust with configurable storage backends and hash functions. Fixed depth and incremental only. Optimized for fast proof generation.
Oct 25, 2025
Applications / Database
- RustFS (⭐19k) [RustFS] - 🚀 RustFS is an open-source,S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.
Oct 24, 2025
Libraries / Network programming
- HTTP
- deboa - A friendly http client on top of hyper with several addoons, serialization formats and macros. [
]
- Hurl (⭐18k) - Run and test HTTP requests with plain text and libcurl
- deboa - A friendly http client on top of hyper with several addoons, serialization formats and macros. [
Oct 23, 2025
Libraries / Data processing
- pathwaycom/pathway (⭐52k) - Performant open-source Python ETL framework with Rust runtime, supporting 300+ data sources.
Oct 22, 2025
Applications / Web
- SinTan1729/Chhoto URL (⭐671) - A simple, blazingly fast, selfhosted URL shortener with no unnecessary features.
Oct 19, 2025
Development tools / Services
- deepwiki-rs (⭐590) - Transform your codebase into professional architecture documentation.
Oct 15, 2025
Resources / Web programming
- Arts
- 🦀 Free Ferris Pack 🦀 (⭐186) - Pack of 50+ Free Ferris illustrations with different emotions, poses and situations in PNG and SVG licensed under CC0
Oct 14, 2025
Applications
- Typst (⭐50k) - A markup-based typesetting system
Applications / Web
- Stoatchat (⭐1.8k) - User-first chat platform built with modern web technologies.
Development tools / Embedded
- Development Tools
- Vaishnav-Sabari-Girish/ComChan (⭐67) - A minimal serial monitor with plotter TUI.
Libraries / Concurrency
- NikitaSmithTheOne/rate-limiters-rs (⭐6) [rate-limiters] - Rust library for rate limiting (Leaky Bucket, Token Bucket, Fixed/Sliding Window)
Libraries / Cryptography
- rust-openssl (⭐1.6k) - OpenSSL bindings
Libraries / Parsing
- slimreaper35/dockerfile-parser-rs (⭐1) [dockerfile-parser-rs] - Dockerfile parsing library and CLI tool
Oct 09, 2025
Applications / Security tools
- reaction - Scan logs and take action: an alternative to fail2ban
Oct 06, 2025
Applications / Productivity
- flusterIO/fluster (⭐147) - An all-in-one note taking application built for STEM students and professionals.
Oct 04, 2025
Applications / Productivity
- graves/awful_aj (⭐12) [awful_aj] - A CLI for working with OpenAI-compatible APIs, YAML templates for prompt engineering and a built in Vector Database for persistent memories.
Libraries / Automotive
- oxibus/can-dbc (⭐98) [can-dbc] - A parser for the DBC format
Oct 03, 2025
Development tools / Workflow Automation
- VT Code - Terminal coding agent that pairs a modern TUI with deep, semantic code understanding powered by tree-sitter and ast-grep.
Libraries / Command-line
- TUI
- AppCUI (⭐355) [appcui] - A full-featured, cross-platform TUI/CUI framework in Rust, with built-in widgets, layout control, animations, Unicode and theming support.
- BearLibTerminal
- ccbrown/iocraft (⭐1.1k) [iocraft] - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO.
- gyscos/Cursive (⭐4.7k) [cursive] - build rich TUI applications
- ivanceras/titik (⭐123) - a crossplatform TUI widget library with the goal of providing interactive widgets
- ncurses
- ihalila/pancurses (⭐410) [pancurses] - curses library, supports linux and windows
- jeaye/ncurses-rs (⭐693) [ncurses] - ncurses bindings
- ogham/rust-term-grid (⭐68) [term_grid] - Library for putting things in a grid
- ratatui-org/ratatui (⭐17k) [ratatui] - Library that's all about cooking up terminal user interfaces (TUIs)
- redox-os/termion (⭐2.2k) [termion] - bindless library for controlling terminals/TTY
- ruterm - tiny & simple library for working with TTY
- Termbox
- gchp/rustbox (⭐469) [rustbox] - bindings to Termbox (⭐2k)
- TimonPost/crossterm (⭐3.8k) [crossterm] - crossplatform terminal library
Libraries / Geospatial
- apache/sedona-db (⭐368) - SedonaDB is a geospatial DataFrame library written in Rust.
Sep 20, 2025
Applications / Security tools
- domcyrus/rustnet (⭐1.5k) - Cross-platform network monitoring TUI with process identification via eBPF/PKTAP and deep packet inspection
Sep 15, 2025
Applications / Database
- tsink (⭐196) - Embedded time-series database for Rust
Sep 13, 2025
Applications / Games
- GitType (⭐811) - A CLI code-typing game that turns your source code into typing challenges
Sep 07, 2025
Applications
- rkik (⭐51) - CLI tool designed for stateless and passive NTP inspection, just as dig or ping are for DNS and ICMP. It supports async requests and continuous monitoring.
Sep 04, 2025
Applications / Utilities
- cartesiancs/vessel (⭐296) - C2 (Command & Control) software for orchestrating physical devices.
Aug 31, 2025
Applications / Audio and Music
- tunein-cli (⭐79) - Browse and listen to thousands of radio stations across the globe right from your terminal
Aug 30, 2025
Applications
- Andromeda (⭐753) - JavaScript & TypeScript runtime built from the ground up in Rust 🦀 and powered by The Nova Engine.
Aug 29, 2025
Applications / Security tools
- mongodb/kingfisher (⭐709) - A blazingly fast tool for secret detection and live validation across files, Git repos, S3, Jira, and Confluence
Libraries / Artificial Intelligence
- openai/harmony (⭐4.1k) [openai-harmony] - Renderer for the harmony response format to be used with gpt-oss.
Libraries / Game development
- SDL [sdl]
- brson/rust-sdl (⭐181) - SDL1 bindings
- Rust-SDL2/rust-sdl2 (⭐2.9k) - SDL2 bindings
Aug 26, 2025
Applications / System tools
- topheman/webassembly-component-model-experiments (⭐51) - WebAssembly Component Model based REPL with sandboxed multi-language plugin system
Aug 23, 2025
Applications / Productivity
- kruseio/hygg (⭐238) [hygg] - 📚 Simplifying the way you read. Minimalistic Vim-like TUI document reader.
Applications / System tools
- anylinuxfs (⭐831) - CLI tool for mounting any linux-supported filesystem on a Mac - using NFS with a microVM
Applications / Utilities
- restsend/rustpbx (⭐409) - Software-Defined SIP Proxy including register, presence, b2bua. alternative to Freeswitch/FreePBX.
Libraries / Network programming
- SIP
- restsend/rsipstack (⭐146) - A RFC 3261 compliant SIP stack
Aug 17, 2025
Libraries / Data processing
- GoPlasmatic/datalogic-rs (⭐48) [datalogic-rs] - High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering.
Aug 16, 2025
Development tools / Build system
- Fleet (⭐2.4k) [fleet-rs] - The blazing fast build tool for Rust.
Jul 22, 2025
Libraries / Artificial Intelligence
- ramsyana/RustTensor (⭐68) - A learning-focused, high-performance tensor computation library built from scratch in Rust with automatic differentiation and CPU/CUDA backends.
Jul 21, 2025
Applications / Database
- GlueSQL (⭐3k) - Rust library for SQL databases that includes a parser (sqlparser-rs), an execution layer, and a variety of storage options, both persistent and non-persistent, all in one package.
Jul 20, 2025
Libraries / Artificial Intelligence
- BAML (⭐7.1k) - A simple prompting language for building reliable AI workflows and agents. BAML's compiler is written in Rust!
Jul 19, 2025
Libraries / Scripting
- cel-rust (⭐548) [cel-interpreter] - Common expression language parser and interpreter
Jul 13, 2025
Applications / Games
- topheman/snake-pipe-rust (⭐16) - A snake game in the terminal based on stdin/stdout (+tcp and unix domain sockets)
Applications / Text processing
- loki_text (⭐3) [loki_text] - String manipulation library with pattern searching, text transformation, and multiple string search algorithms (KMP, Boyer-Moore, Aho-Corasick, etc.)
Development tools / Transpiling
- aleph-lang/aleph_ollama (⭐1) [aleph_ollama] - AI-powered source code translation tool using local Ollama API.
Libraries / Compression
- paxit (⭐1) [paxit] - Flexible library for compressing and decompressing files using various algorithms (zip, tar, gzip, xz, zst, etc.) with modular design for easy extension
Jul 12, 2025
Registries / Web programming
- RepoFlow - A simple and modern repository platform that can host Rust crate repositories and proxy crates.io. Also supports other package types like Docker, PyPI, Maven, npm, and RubyGems. Available as a cloud service or self-hosted.
Jul 05, 2025
Libraries / Encoding
- vitiral/stfu8 (⭐25) [stfu8] - Sorta Text Format in UTF-8
- YAML
- chyh1990/yaml-rust (⭐641) - The missing YAML 1.2 implementation.
- saphyr (⭐276) - A set of crates dedicated to parsing YAML.
Jul 03, 2025
Applications / Operating systems
- asterinas/asterinas (⭐4k) - A secure, fast, and general-purpose OS kernel that provides Linux-compatible ABI.
Development tools / Static analysis
- RAPx (⭐130) - A platform that helps Rust programmers develop and use advanced static analysis tools beyond those provided by the rustc compiler.
Jul 01, 2025
Applications / Finance
- klirr (⭐106) [klirr] - Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
Jun 30, 2025
Development tools / Workflow Automation
- Forge (⭐4.6k) - A terminal-based AI pair programmer for code generation and editing.
Jun 29, 2025
Applications / Database
- Turso (⭐16k) - Turso Database is an in-process SQL database, compatible with SQLite.
Libraries / Cryptography
- kn0sys/ecc-rs (⭐0) - Intuitive library for elliptic curve cryptography tutorials
Jun 26, 2025
Libraries / Bioinformatics
- polars-bio (⭐133) - Blazing-Fast Bioinformatic Operations on Python DataFrames
- Rust-Bio - bioinformatics libraries.
Jun 23, 2025
Applications
- Edit (⭐13k) - A simple editor for simple needs.
Jun 21, 2025
Applications
- clash-verge-rev/clash-verge-rev (⭐89k) - A cross-platform, modern Clash GUI based on tauri & rust, supporting Windows, macOS, and Linux.
Applications / System tools
- matheus-git/systemd-manager-tui (⭐834) [systemd-manager-tui] - A program for managing systemd services through a TUI (Terminal User Interfaces).
Libraries / Computation
- Science
- Axect/Peroxide (⭐659) - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
- cpmech/russell (⭐174) - Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
- Nonanti/mathcore (⭐88) - Symbolic mathematics library with CAS capabilities. Supports differentiation, integration, equation solving, and arbitrary precision arithmetic
- Ryan-D-Gast/differential-equations (⭐76) - A high-performance library for numerically solving differential equations
Jun 18, 2025
Applications / Blockchain
- Kaspa (⭐733) - The fastest, open-source, decentralized & fully scalable Layer-1 in the world.
Applications / Database
- Materialize (⭐6.2k) - Streaming SQL database powered by Timely Dataflow 💲
Development tools / Build system
- tracemachina/nativelink (⭐1.5k) - NativeLink is a Backend Remote Execution platform written in rust for client build systems such as Buck2, Bazel, Pants, etc..
Jun 16, 2025
Applications / Utilities
- Eoin-McMahon/Blindfold (⭐91) [Blindfold] - A simple CLI tool for generating
.gitignorefiles quickly and easily.
Jun 11, 2025
Libraries / Scripting
- giraffekey/xylo (⭐72) [xylo-lang] - A functional programming language for procedural art.
Jun 08, 2025
Applications / Image processing
- oxipng (⭐3.7k) [oxipng] - Multithreaded PNG optimizer written in Rust.
Libraries / Game development
- Tatami
- giraffekey/tatami (⭐36) [tatami] - A roguelike dungeon generation algorithm.
May 28, 2025
Applications
- Saga Reader (⭐432) - A Blazing-Fast and Extremely-Lightweight Internet Reader driven by AI.Supports fetching of search engine information and RSS.
May 23, 2025
Applications / Embedded
- uefi-rs (⭐1.5k) - Rusty wrapper for the Unified Extensible Firmware Interface. This crate makes it easy to develop Rust software that leverages safe, convenient, and performant abstractions for UEFI functionality.
May 19, 2025
Applications / Database
- HelixDB (⭐3.5k) - A powerful, graph-vector database for intelligent data storage for RAG and AI
Applications / Productivity
- illacloud/illa (⭐260) - Low-code internal tool builder.
Libraries / Authentication
- oxide-auth (⭐761) - A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends
May 12, 2025
Libraries / Licensing
- WyvernIXTL/license-fetcher (⭐2) [license-fetcher] - Fetch licenses of dependencies at build time and embed them into your program.
May 11, 2025
Applications / Text processing
- scooter (⭐1.1k) - Interactive find and replace in the terminal.
May 07, 2025
Libraries / Artificial Intelligence
- ave-sergeev/tictonix (⭐5) [tictonix] - A library that provides the ability to convert tokens into embeddings, as well as to encode their positions.
May 05, 2025
Libraries / Concurrency
- orx-parallel - High performance, configurable and expressive parallel computation library.
May 04, 2025
Libraries / Artificial Intelligence
- smartcorelib/smartcore (⭐869) - Machine Learning Library [
]
May 03, 2025
Development tools / Debugging
- godzie44/BugStalker (⭐1.2k) - Modern debugger for Linux x86-64. Written in Rust for Rust programs.
Apr 27, 2025
Applications / Blockchain
- tendermint-rs (⭐668) - Tendermint blockchain data structures and clients
Applications / Utilities
- bloznelis/kbt (⭐374) [kbt] - A simple TUI tool for keyboard testing.
Apr 24, 2025
Libraries / Data streaming
- arkflow-rs/arkflow (⭐1.2k) - High-performance Rust stream processing engine
Apr 12, 2025
Libraries / Data processing
- pola-rs/polars (⭐37k) - Fast feature complete DataFrame library
Apr 11, 2025
Applications / Database
- RisingWaveLabs/RisingWave (⭐8.6k) - the next-generation streaming database in the cloud
Apr 10, 2025
Libraries / Artificial Intelligence
- Mottl/lightgb3-rs (⭐42) - Bindings for LightGBM
Apr 08, 2025
Libraries / Database
- SQL [sql]
- Generic
- launchbadge/sqlx (⭐16k) - async PostgreSQL/MySQL/SQLite connection pool with strong typing support
- SeaQL/sea-query (⭐1.6k) - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
- SeaQL/sea-schema (⭐216) - 🌿 SQL schema definition and discovery
- launchbadge/sqlx (⭐16k) - async PostgreSQL/MySQL/SQLite connection pool with strong typing support
- Microsoft SQL
- MySql [mysql]
- AgilData/mysql-proxy-rs (⭐194) - A MySQL Proxy
- blackbeam/mysql_async (⭐402) [mysql_async] - asynchronous Mysql driver based on Tokio.
- blackbeam/rust-mysql-simple (⭐689) [mysql] - A native MySql client
- AgilData/mysql-proxy-rs (⭐194) - A MySQL Proxy
- Oracle
- kubo/rust-oracle (⭐217) [oracle] - Oracle driver
- kubo/rust-oracle (⭐217) [oracle] - Oracle driver
- PostgreSql [postgres, postgresql]
- c410-f3r/wtx (⭐334) - Fast implementation with a low set of external dependencies.
- rust-postgres (⭐3.9k) [postgres] - A native PostgreSQL client
- Sqlite [sqlite]
- rusqlite (⭐4k) - Sqlite3 bindings
- Generic
Libraries / Task scheduling
- persistent-scheduler (⭐20) [persistent-scheduler] - A high-performance task scheduling system built with Tokio, offering task persistence, repeatable tasks, and Cron-based scheduling for reliable time-based operations.
Apr 07, 2025
Applications / Blockchain
- Anchor (⭐4.9k) - Anchor is the leading development framework for building secure Solana programs (smart contracts).
Applications / Text editors
- ilai-deutel/kibi (⭐1.8k) - A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more.
Apr 01, 2025
Applications
- hickory-dns - A DNS-server
Applications / Productivity
- 0xdea/jiggy (⭐20) [jiggy] - Minimalistic cross-platform mouse jiggler written in Rust
Libraries / Database
- ORM [orm]
- diesel-rs/diesel (⭐14k) - an ORM and Query builder
- ivanceras/rustorm (⭐250) - an ORM
- njord (⭐413) - ⛵ A versatile, feature-rich Rust ORM
- rbatis/rbatis (⭐2.4k) - ORM Framework High Performance(JSON based)
- SeaQL/sea-orm (⭐9.2k) - 🐚 An async & dynamic ORM
- SeaQL/seaography (⭐492) - 🧭 GraphQL framework for SeaORM
- thegenius/taitan-orm (⭐123) - The State of Art ORM for Rust, Async & Compile Time Generation.
Mar 31, 2025
Applications / Database
- DB3 Network (⭐379) - DB3 is a community-driven blockchain layer2 decentralized database network
Applications / Security tools
- 0xdea/oneiromancer (⭐110) [oneiromancer] - Reverse engineering assistant that uses a locally running LLM to aid with source code analysis
Mar 30, 2025
Applications / System tools
- lsd (⭐15k) - An ls with a lot of pretty colors and awesome icons
Development tools / Workflow Automation
- frolic (⭐197) - An API layer to build customer facing dashboards 10x faster
Mar 29, 2025
Applications
- vproxy (⭐340) - A high-performance HTTP/HTTPS/SOCKS5 proxy server
Mar 27, 2025
Development tools / Workflow Automation
- dotenv-linter (⭐2k) - Linter for
.envfiles
Mar 24, 2025
Applications / Finance
- tackler (⭐120) [tackler] - Fast, reliable bookkeeping engine with native GIT SCM support for plain text accounting
Mar 23, 2025
Development tools / Workflow Automation
- Rustup (⭐6.7k) - the Rust toolchain installer
Mar 22, 2025
Applications
- cloudflare/boringtun (⭐6.8k) - A Userspace WireGuard VPN Implementation
- mdBook (⭐21k) - A command line utility to create books from markdown files
Applications / Blockchain
- Lighthouse (⭐3.4k) - Ethereum Consensus Layer (CL) Client
Applications / Database
- sled - A (beta) modern embedded database
Applications / Emulators
- Gameboy Advance
- michelhe/rustboyadvance-ng (⭐640) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and WebAssembly support.
- michelhe/rustboyadvance-ng (⭐640) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and WebAssembly support.
Applications / Observability
- OpenTelemetry - OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools.
Applications / Productivity
- ShadoySV/work-break (⭐19) [work-break] - Work and rest time balancer taking into account your current and today strain
Applications / System tools
- gitui (⭐21k) - Blazing fast terminal client for git.
Applications / Web Servers
- mufeedvh/binserve (⭐1.1k) - A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code
Mar 21, 2025
Applications / Web Servers
- emanuele-em/proxelar (⭐447) - A MITM Proxy 🦀! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities
Development tools / Workflow Automation
- delta - A syntax-highlighter for git and diff output
Mar 17, 2025
Applications / Blockchain
- Holochain (⭐1.3k) - Scalable P2P alternative to blockchain for all those distributed apps you always wanted to build.
Applications / Database
- Atomic-Server (⭐1.5k) [atomic-server] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes.
- Databend (⭐9.1k) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture
- Qdrant (⭐28k) - An open source vector similarity search engine with extended filtering support
- TerminusDB (⭐380) - open source graph database and document store
Applications / Graphics
- turnage/valora - A library for generative fine art
Applications / Security tools
- rustscan (⭐19k) - Make Nmap faster with this port scanning tool
Applications / System tools
- ajeetdsouza/zoxide (⭐32k) - A fast alternative to
cdthat learns your habits
- pueue (⭐6k) - Manage your long running shell commands.
Applications / Text processing
- cchexcode/complate (⭐46) - An in-terminal text templating tool designed for standardizing messages (like for GIT commits).
Applications / Virtualization
- youki-dev/youki (⭐7.1k) - A container runtime
Libraries / Video
- ffmpeg-sidecar (⭐503) - Wrap a standalone FFmpeg binary in an intuitive Iterator interface.
Mar 16, 2025
Applications
- wasmer (⭐20k) - A safe and fast WebAssembly runtime supporting WASI and Emscripten
Applications / Audio and Music
- Pinepods (⭐759) - A rust based podcast management system with multi-user support. Pinepods utilizes a central database so aspects like listen time and themes follow from device to device. With clients built using Tauri, it's a full cross-platform listening solution!
- WhatBPM (⭐94) - A daily statically generated information resource for electronic dance music producers. Provides daily analytics on the most frequently used values for each EDM genre: tempos, keys, root notes, and so on, using publicly available data such as Beatport and Spotify.
Applications / Blockchain
- beerus (⭐263) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡
Mar 15, 2025
Applications
- denoland/deno (⭐106k) - A secure JavaScript/TypeScript runtime built with V8 and Tokio
- fend (⭐929) - Arbitrary-precision unit-aware calculator
Applications / Audio and Music
- ncspot (⭐6.3k) - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes.
- Spotifyd (⭐10k) - An open source Spotify client running as a UNIX daemon.
Libraries / Cloud
- Azure
- Azure/azure-sdk-for-rust (⭐861) - Official Azure SDK for Rust
Mar 13, 2025
Applications / System tools
- nwiizo/tfmcp (⭐347) - Terraform MCP Tool - CLI for AI assistants to manage Terraform environments via Model Context Protocol.
Mar 11, 2025
Applications / Security tools
- 0xdea/augur (⭐88) [augur] - Reverse engineering assistant that extracts strings and related pseudo-code from a binary file
Libraries / Data processing
- cocoindex (⭐5.1k) - ETL framework to build fresh index
Mar 06, 2025
Applications / System tools
- fish-shell/fish-shell (⭐32k) - The user-friendly command line shell
Mar 04, 2025
Applications / Security tools
- 0xdea/haruspex (⭐93) [haruspex] - Vulnerability research assistant that extracts pseudo-code from the IDA Hex-Rays decompiler
- 0xdea/rhabdomancer (⭐101) [rhabdomancer] - Vulnerability research assistant that locates all calls to potentially insecure API functions in a binary file
Mar 02, 2025
Libraries / Data streaming
- iggy (⭐3.7k) [iggy] - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols
Libraries / Encoding
- XML
- Florob/RustyXML (⭐105) - an XML parser
- netvl/xml-rs (⭐469) - A streaming XML library
- shepmaster/sxd-document (⭐158) - An XML library
- shepmaster/sxd-xpath (⭐127) - An XPath library
- tafia/quick-xml (⭐1.4k) - High performance XML pull reader/writer
- yaserde (⭐192) - Yet Another Serializer/Deserializer specialized for XML
Feb 24, 2025
Libraries / Audio and Music
- aschey/stream-download-rs (⭐100) [stream-download] - A library for streaming audio, video, and other media content
Feb 23, 2025
Libraries / Reverse engineering
- objdiff (⭐366) - A local diffing tool for decompilation projects
Feb 13, 2025
Applications / Utilities
- Tail Tales (⭐12) - A TUI log viewer with logfmt support.
Development tools / Static analysis
- MIRAI (⭐190) - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR)
Feb 08, 2025
Applications
- wezterm (⭐23k) - A GPU-accelerated cross-platform terminal emulator and multiplexer
Jan 19, 2025
Applications
- Mega (⭐374) - A monorepo & monolithic codebase management system that supports Git, also is an unofficial open source implementation of Google Piper.
Libraries / Asynchronous
- dagrs (⭐466) - A high-performance asynchronous task programming framework, which follows the concept of Flow based Programming.
Jan 18, 2025
Applications / Database
- KiteSQL (⭐663) - SQL as a Function for Rust
Applications / System tools
- nwiizo/tfocus (⭐67) - Interactive tool for selecting and executing Terraform plan/apply operations
Jan 17, 2025
Libraries / Artificial Intelligence
- blackportal-ai/delta (⭐415) - Δ An Open-Source Machine Learning Framework in Rust.
- blackportal-ai/nebula (⭐83) - A Package Manager for Machine Learning Datasets and Models.
Jan 13, 2025
Applications / Database
- apecloud/ape-dts (⭐538) - Data Transfer Suite. Provides data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka, ClickHouse, and more.
Jan 11, 2025
Libraries / GUI
- Ribir (⭐1.6k) - Ribir is a Rust GUI framework that helps you build beautiful and native multi-platform applications from a single codebase.
Jan 09, 2025
Applications / Utilities
- television (⭐3.9k) - A blazing fast general purpose fuzzy finder TUI
Applications / Web Servers
- vproxy/0x676e67 (⭐340) - An fast asynchronous Rust HTTP/Socks5 Proxy
Jan 07, 2025
Applications / Web Servers
- g3proxy (⭐803) - Forward proxy server, support Proxy Chaining, Protocol Inspection, MITM Interception, ICAP Adaptation, Transparent Proxy
Development tools / Profiling
- g3bench (⭐803) - A benchmark tool that supports HTTP 1.x, HTTP 2, HTTP 3, TLS Handshake, DNS and Cloudflare Keyless
Libraries / Game development
- Minecraft
- bedrock-crustaceans/bedrock-rs (⭐137) - Universal toolkit for Minecraft Bedrock Edition development in Rust.
- FerrumC (⭐2k) - A upgrade of the original Minecraft server in Rust [
]
- Pumpkin (⭐6.1k) - A high-performance Minecraft server Software fully written in Rust
- bedrock-crustaceans/bedrock-rs (⭐137) - Universal toolkit for Minecraft Bedrock Edition development in Rust.
Jan 05, 2025
Applications / Finance
- tarkah/tickrs (⭐1.5k) - Realtime ticker data in your terminal
Applications / Productivity
- aichat (⭐8.9k) - All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
Development tools / Static analysis
- verus-lang/verus (⭐2.2k) - Verified Rust for low-level systems code
Jan 03, 2025
Applications / Web Servers
- plabayo/rama (⭐876) - A modular service framework to move and transform your network packets, used to build web clients, servers and — above all — proxies
Libraries / Finance
- stochastic-rs (⭐113) [stochastic-rs] - High-performance data generation library for stochastic process with quant finance tools.
Dec 27, 2024
Applications / Operating systems
- adamperkowski/highlightos (⭐70) - x86_64 OS kernel written in Rust & Assembly.
Dec 26, 2024
Applications / Embedded
- rmk (⭐1.4k) - A feature-rich keyboard firmware.
Dec 23, 2024
Libraries / Computation
- fastnum (⭐235) fastnum - Fast exact precision decimal numbers implemented in pure Rust. Suitable for financial, crypto and any other fixed-precision calculations.
Libraries / Game development
- Godot
- adalinesimonian/gdvm (⭐54) - Godot version manager for the CLI
- godot-rust/gdext (⭐4.3k) [gdext] - Bindings to the Godot 4+ game engine
- godot-rust/gdnative (⭐3.6k) [gdnative] - Bindings to the Godot 3+ game engine
- adalinesimonian/gdvm (⭐54) - Godot version manager for the CLI
Dec 19, 2024
Libraries / Macro
- elastio/bon (⭐1.9k) [bon] - generate compile-time-checked builders for structs and functions, provides partial application, optional and named parameters for functions and methods.
Dec 16, 2024
Applications / Operating systems
- vinc/moros (⭐1k) - A text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS.
Dec 11, 2024
Libraries / Scripting
- facebook/starlark-rust (⭐903) - A small, deterministic, thread-safe language with Python syntax
Dec 10, 2024
Libraries / Date and time
- burntSushi/jiff (⭐2.5k) - A date-time library for Rust that encourages you to jump into the pit of success.
Dec 09, 2024
Applications / Database
- Hiqlite (⭐373) - highly-available, embeddable, raft-based SQLite + cache
Applications / Message Queue
- Rocketmq-Rust (⭐1.4k) - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage.
Applications / Web
- Redlib (⭐3k) - An alternative private front-end to Reddit, with its origins in Libreddit (⭐5.2k)
Dec 06, 2024
Applications / Emulators
- Shockwave Player
- DirPlayer (⭐82) - A web-compatible Shockwave Player emulator written in Rust
Libraries / Compression
- bzip2
- trifectatechfoundation/bzip2-rs (⭐160) - libbz2 bindings
Dec 03, 2024
Libraries / Parsing
- 0xlane/pe-sign (⭐67) [pe-sign] - A cross-platform rust no-std library for verifying and extracting signature information from PE files.
Libraries / Web programming
- Static Site Generators
- cobalt-org/cobalt.rs (⭐1.5k) - Static site generator
- FuGangqiang/mdblog.rs (⭐59) [mdblog] - Static site generator from markdown files.
- getzola/zola (⭐16k) [zola] - An opinionated static site generator with everything built-in.
- grego/blades (⭐345) [blades] - Blazing fast dead simple static site generator.
- leven-the-blog/leven (⭐57) [leven] - A simple, parallelized blog generator.
- rochacbruno/marmite (⭐789) [Marmite] - Zero config blog generator
- cobalt-org/cobalt.rs (⭐1.5k) - Static site generator
Dec 02, 2024
Applications / Text processing
- dathere/qsv (⭐3.4k) [qsv] - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more.
Nov 27, 2024
Applications / Database
- TrailBase (⭐4.4k) - A fast, lightweight, single-file FireBase alternative with type-safe APIs, built-in V8 JS/ES6/TS engine, auth and admin dashboard
Development tools / Deployment
- release-plz (⭐1.2k) [release-plz] - Release crates from CI, with changelog generation and semver check.
Libraries / Parsing
- cchexcode/wavefront_rs (⭐4) - A parser for the Wavefront OBJ format.
Nov 22, 2024
Applications
- Rust Iot Platform (⭐281) - A high-performance IoT development platform built with Rust, designed for multi-protocol support and real-time data processing. This platform supports MQTT, WebSockets (WS), TCP, and CoAP protocols, making it highly flexible for diverse IoT applications.
Nov 19, 2024
Libraries / Scripting
- trynova/nova (⭐1.8k) - JavaScript engine written entirely in Rust
Nov 14, 2024
Applications / System tools
- skim (⭐6.2k) - A fuzzy finder
Libraries / Reverse engineering
- binarly-io/idalib (⭐232) [idalib] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
Nov 07, 2024
Resources / Web programming
- A Brief History of Rust. Part 1 - From a developer's pursuit of software stability to a project that nearly destabilized its creator. Part 2. Part 3.
Nov 06, 2024
Registries / Web programming
- cenotelie/cratery (⭐168) - A lightweight private cargo registry with batteries included, built for organisations, including features similar to docs.rs and deps.rs.
Oct 31, 2024
Applications / Blockchain
- dusk-network/rusk (⭐197) - Reference implementation of Dusk, a privacy-focused, scalable FMI for real-world assets (RWA) and compliant financial applications.
Applications / Database
- oxigraph/oxigraph (⭐1.4k) [oxigraph] - graph database implementing the SPARQL standard
Applications / Graphics
- linebender/resvg (⭐3.5k) - An SVG rendering library.
Applications / Web Servers
- Mini RPS (⭐41) - Mini reverse proxy server, HTTPS, CORS, static file hosting and template engine (minijinja) crates.io
Libraries / Configuration
- rust-cli/config-rs (⭐3.1k) [config] - Layered configuration system (with strong support for 12-factor applications).
Libraries / Cryptography
- dusk-network/bls12-381 (⭐23) - A Rust-native BLS12-381 with enhancements for zk performance: optimized multi-scalar multiplication, custom hashing, and serde support—ideal for privacy-focused protocols and zero-knowledge applications.
[dusk-bls12_381]
- dusk-network/plonk (⭐621) - A high-performance, Rust-native implementation of the PLONK zk-SNARK over BLS12-381, optimized with custom gates and KZG10 polynomial commitment for efficient zero-knowledge proofs.
[PLONK]
- dusk-network/poseidon252 (⭐218) - A Rust-native Poseidon hash over BLS12-381, Poseidon252 is built for zk-SNARK efficiency, ideal for privacy-focused protocols and zero-knowledge applications.
[Poseidon]
Oct 21, 2024
Libraries / System
- navidys/procsys (⭐7) [procsys] - A library to retrieve system, kernel, and process metrics from the pseudo-filesystems /proc and /sys.
Oct 20, 2024
Libraries / Graphics
- Fonts
- redox-os/rusttype (⭐639) - Alternative to libraries like FreeType
- rustybuzz (⭐647) - An incremental harfbuzz port
Oct 16, 2024
Applications / Security tools
- Raspirus (⭐208) - User- and resources-friendly rules-based malware scanner
Libraries / Text search
- SeekStorm (⭐1.8k) [SeekStorm] - sub-millisecond full-text search library & multi-tenancy server in Rust
- tantivy (⭐14k) [tantivy] - A horse-speed full-text search engine library written in Rust.
Oct 12, 2024
Applications / Blockchain
- reth (⭐5.3k) - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol.
Applications / Security tools
- AdGuardian-Term (⭐1.4k) [adguardian] - Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
Oct 10, 2024
Applications / System tools
- jacek-kurlit/pik (⭐410) [pik] - A TUI command line tool that helps to find and kill processes
Libraries / Computation
- faer-rs (⭐2.4k) [faer] - Linear algebra foundation for Rust
Oct 06, 2024
Applications / Games
- zipxing/rust_pixel (⭐184) [rust_pixel] - A 2D pixel art game engine & rapid prototyping tools, supporting both text and graphical rendering modes.
Oct 05, 2024
Applications / System tools
- ynqa/logu (⭐119) - Extract patterns from (streaming) unstructured log messages
Oct 03, 2024
Applications / Database
- valentinus (⭐14) - Next generation vector database built with LMDB bindings
Libraries / Network programming
- P2P
- libp2p/rust-libp2p (⭐5.3k) - Implementation of libp2p networking stack.
- n0-computer/iroh (⭐7.6k) [iroh] - crate for building on direct connections between devices
- libp2p/rust-libp2p (⭐5.3k) - Implementation of libp2p networking stack.
Sep 29, 2024
Applications / Utilities
- sorairolake/qrtool (⭐237) [qrtool] - A utility for encoding and decoding QR code images.
Libraries / Cryptography
- sorairolake/abcrypt (⭐24) [abcrypt] - A simple, modern and secure file encryption library.
- sorairolake/scryptenc-rs (⭐8) [scryptenc] - An implementation of the scrypt encrypted data format.
Libraries / Date and time
- sorairolake/nt-time (⭐11) [nt-time] - A Windows file time library.
Libraries / System
- sorairolake/sysexits-rs (⭐31) [sysexits] - The system exit codes as defined by
<sysexits.h>.
Sep 27, 2024
Applications / System tools
- brush-shell (⭐1.1k) - bash/POSIX-compatible shell
Sep 26, 2024
Applications / Productivity
- Furtherance (⭐361) - Time tracking app built with GTK4
Sep 15, 2024
Applications / MLOps
- TensorZero (⭐11k) - data & learning flywheel for LLMs that unifies inference, observability, optimization, and experimentation
Sep 14, 2024
Libraries / Compression
- 7z
- [sevenz-rust] - A 7z decompressor/compressor written in pure rust.
Sep 13, 2024
Libraries / Asynchronous
- tqwewe/kameo (⭐1.1k) - Fault-tolerant Async Actors Built on Tokio
Sep 12, 2024
Applications / Message Queue
- RobustMQ (⭐1.5k) - Next generation cloud-native converged message queue.
Sep 11, 2024
Libraries / Network programming
- MQTT
- bytebeamio/rumqtt (⭐2k) - A library for developers to build applications that communicate with the MQTT protocol over TCP and WebSockets, with or without TLS.
- rmqtt/rmqtt (⭐847) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era
- bytebeamio/rumqtt (⭐2k) - A library for developers to build applications that communicate with the MQTT protocol over TCP and WebSockets, with or without TLS.
Sep 04, 2024
Libraries / Web programming
- Miscellaneous
- cargonauts (⭐180) - A web framework intended for building maintainable, well-factored web apps.
- edezhic/prest (⭐66) [prest] - Progressive RESTful framework aimed to simplify fullstack development
- hominee/dyer (⭐127) [dyer] - dyer is designed for reliable, flexible and fast Request-Response based service, including data processing, web-crawling and so on, providing some friendly, flexible, comprehensive features without compromising speed.
- osohq/oso (⭐3.5k) [oso] - A policy engine for authorization that's embedded in your application.
- pwoolcoc/soup [soup] - A library similar to Python's BeautifulSoup, designed to enable quick and easy manipulation and querying of HTML documents.
- pyrossh/rust-embed [rust-embed] - A macro to embed static assets into the rust binary
- rookie (⭐336) - Load cookies from any browser on any platform.
- rust-scraper/scraper (⭐2.3k) [scraper] - HTML parsing and querying with CSS selectors.
- serenity-rs/serenity (⭐5.3k) [serenity] - A library for the Discord API
- softprops/openapi (⭐135) - A library for processing openapi spec files
- svix/svix-webhooks (⭐3.1k) [svix] - A library for sending webhooks and verifying signatures.
- tbot [tbot] - Make cool Telegram bots easily
- teloxide/teloxide (⭐3.9k) - An elegant Telegram bots framework
- tu6ge/valitron (⭐62) [valitron] - An ergonomic, functional and configurable validator
- utkarshkukreti/select.rs (⭐1k) [select] - A library to extract useful data from HTML documents, suitable for web scraping.
- Utoipa (⭐3.5k) - Simple, Fast, Code first and Compile time generated OpenAPI documentation
- Utoipauto (⭐180) - Rust Macros to automate the addition of Paths/Schemas to Utoipa
Sep 03, 2024
Development tools / Workflow Automation
- cloudflare/foundations (⭐1.5k) - Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems.
Libraries / Network programming
- Zenoh
- eclipse-zenoh-flow/zenoh-flow (⭐109) - A declarative framework for computations that span from the Cloud to the Thing
- eclipse-zenoh/zenoh (⭐2.3k) - Zero Overhead Network Protocol
Aug 28, 2024
Libraries / Logging
- donnie4w/tklog (⭐124) - lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving.
- estk/log4rs (⭐1.1k) - highly configurable logging framework modeled after Java's Logback and log4j libraries
Aug 23, 2024
Applications / Package Managers
- rebos - A declarative way to automate package management on any linux distro
Aug 21, 2024
Applications / Utilities
- dcapal (⭐83) - DcaPal is a free, no registration, online tool to help you keep your portfolio balanced with dollar cost averaging investments.
Development tools / IDEs
- RustRover - A powerful Rust IDE by JetBrains, free for individual non-commercial use
Aug 18, 2024
Libraries / Date and time
- arthurhenrique/rusti-cal (⭐75) [rusti-cal] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust.
Aug 15, 2024
Libraries / Image processing
- Enet4/dicom-rs (⭐513) - A pure Rust implementation of the DICOM standard, allowing users to work with DICOM objects and interact with DICOM applications, while aiming to be fast, safe, and intuitive to use.
Aug 14, 2024
Applications / Database
- Tonbo (⭐1.4k) - Tonbo is an embedded persistent database built on Apache Arrow & Parquet
Libraries / Social networks
- Telegram
- tdilb-rs (⭐70) [tdilb-rs] - Crossplatform Rust wrapper around the Telegram Database Library (TDLib)
- tdilb-rs (⭐70) [tdilb-rs] - Crossplatform Rust wrapper around the Telegram Database Library (TDLib)
Aug 13, 2024
Applications / Operating systems
- redox-os/redox - A Unix-like general-purpose microkernel-based operating system with a focus on security, stability, performance, correctness, simplicity and pragmatism that aims to be a complete alternative for Linux and BSD.
Applications / Social networks
- Telegram
- tgt (⭐785) - A crossplatform TUI for Telegram
- tgt (⭐785) - A crossplatform TUI for Telegram
Aug 12, 2024
Applications / Observability
- MegaAntiCheat/client-backend (⭐141) - The client app for MAC.
Aug 05, 2024
Development tools / Workflow Automation
- Flox (⭐3.7k) - Flox is a virtual environment and package manager all in one.
Aug 03, 2024
Libraries / Artificial Intelligence
- perpetual-ml/perpetual (⭐568) [perpetual] - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
Aug 01, 2024
Applications / Utilities
- Linus-Mussmaecher/rucola (⭐451) - Terminal-based markdown note manager.
Libraries / Data processing
- datafusion (⭐8.2k) - DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
Jul 29, 2024
Development tools / Build system
- facebook/buck2 (⭐4.2k) - Buck2 is a large-scale build tool built in Rust
- pantsbuild/pants (⭐3.7k) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes built in Rust.
Jul 28, 2024
Applications / Blockchain
- Subspace (⭐404) - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
Jul 24, 2024
Applications / System tools
- ChurchTao/clipboard-rs (⭐142) [clipboard-rs] - Cross-platform library written in Rust for getting and setting and monitoring changes the system-level clipboard content.
Jul 11, 2024
Applications / Security tools
- observer_ward (⭐47) - Web application and service fingerprint identification tool
Jul 08, 2024
Applications / Web
- importantimport/hatsu (⭐227) - 🩵 Self-hosted and fully-automated ActivityPub bridge for static sites.
Jun 28, 2024
Applications
- Ryot (⭐3k) - A self hosted application to track media consumption, fitness, etc.
- zellij (⭐28k) - A terminal multiplexer (workspace) with batteries included
Applications / Games
- buxx/OpenCombat (⭐109) - A realtime 2nd world war tactical game
Development tools / Debugging
- kxxt/tracexec (⭐427) [tracexec] - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
Libraries / Asynchronous
- igumnoff/gabriel2 (⭐27) [gabriel2] - Gabriel2: An actor-model library based on Tokio
Jun 27, 2024
Applications
- alacritty (⭐62k) - A cross-platform, GPU enhanced terminal emulator
- Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!)
- asm-cli-rust (⭐350) - An interactive assembly shell.
- defguard (⭐2.5k) - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
- doprz/dipc (⭐324) - Convert your favorite images and wallpapers with your favorite color palettes/themes
- EasyTier (⭐8.9k) - A simple, full-featured and decentralized mesh VPN with WireGuard support.
- fcsonline/drill (⭐2.2k) - A HTTP load testing application inspired by Ansible syntax
- Fractalide (⭐889) - Simple microservices
- habitat (⭐2.7k) - A tool created by Chef to build, deploy, and manage applications.
- Herd (⭐117) - an experimental HTTP load testing application
- innernet (⭐5.4k) - An overlay or private mesh network that uses Wireguard under the hood
- jedisct1/flowgger (⭐874) - A fast, simple and lightweight data collector
- kalker (⭐1.8k) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross-platform + WASM support
- kftray (⭐1.3k) - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations.
- kytan (⭐514) - High Performance Peer-to-Peer VPN
- linkerd/linkerd2-proxy (⭐2.1k) - Ultralight service mesh for Kubernetes.
- MaidSafe - A decentralized platform.
- mirrord (⭐4.8k) - Connect your local process and your cloud environment, and run local code in cloud conditions
- nicohman/eidolon (⭐132) - A steam and drm-free game registry and launcher for linux and macosx
- Pijul - A patch-based distributed version control system
- Rauthy (⭐865) - OpenID Connect Single Sign-On Identity & Access Management
- Rio (⭐6.2k) - A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.
- rx (⭐3.4k) - Vi inspired Modern Pixel Art Editor
- Servo (⭐35k) - A prototype web browser engine
- shoes (⭐753) - A multi-protocol proxy server
- shuttle (⭐6.8k) - A serverless platform.
- Sniffnet (⭐32k) - Cross-platform application to monitor your network traffic with ease
- SWC (⭐33k) - super-fast TypeScript / JavaScript compiler
- tiny (⭐1.1k) - A terminal IRC client
- UpVPN (⭐393) - WireGuard VPN client for macOS, Linux, and Windows built on Tauri.
- Weld (⭐317) - Full fake REST API generator
- WinterJS (⭐3.2k) - A secure JavaScript runtime built with SpiderMonkey and Axum
Applications / Audio and Music
- dano (⭐167) - A hashdeep/md5tree (but much more) for media files
- enginesound (⭐359) - A GUI and command line application used to procedurally generate semi-realistic engine sounds. Featuring in-depth configuration, variable sample rate and a frequency analysis window.
- Festival (⭐313) - A local music player/server/client
- figsoda/mmtc (⭐100) [mmtc] - Minimal mpd terminal client that aims to be simple yet highly configurable
- Glicol (⭐2.9k) - Graph-oriented live coding language, for collaborative musicking in browsers.
- Polaris (⭐2.5k) - A music streaming application.
- Spotify Player (⭐6k) - A Spotify player in the terminal with full feature parity.
- termusic (⭐1.7k) - Music Player TUI written
Applications / Blockchain
- artemis (⭐2.9k) - A simple, modular, and fast framework for writing MEV bots.
- Bitcoin Satoshi's Vision (⭐62) [sv] - A library for working with Bitcoin SV.
- cairo (⭐1.9k) - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of StarkNet, a ZK-Rollup using STARK proofs
- cairo-vm (⭐564) - Implementation of the Cairo VM
- ChainX (⭐328) - Fully Decentralized Interchain Crypto Asset Management on Polkadot.
- CITA (⭐1.3k) - A high performance blockchain kernel for enterprise users.
- coinbase-pro-rs (⭐156) - Coinbase pro client, supports sync/async/websocket
- Diem (⭐17k) - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
- electrumrs (⭐1.3k) - An efficient re-implementation of Electrum Server.
- ethabi (⭐525) - Encode and decode smart contract invocations.
- ethaddrgen (⭐177) - Custom Ethereum vanity address generator
- etk (⭐359) - etk is a collection of tools for writing, reading, and analyzing EVM bytecode.
- Forest (⭐689) - Filecoin implementation
- Foundry (⭐9.9k) - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development.
- Grin (⭐5.1k) - Evolution of the MimbleWimble protocol
- hdwallet (⭐35) [hdwallet] - BIP-32 HD wallet related key derivation utilities.
- Hyperlane (⭐41) - Framework for permissionless, modular interoperability. The offchain clients are written in Rust, as well as the smart contracts for Solana VM and CosmWasm.
- ibc-rs (⭐489) - Implementation of the Interblockchain Communication protocol
- infincia/bip39-rs (⭐56) [bip39] - Implementation of BIP39.
- interBTC (⭐253) - Trustless and fully decentralized Bitcoin bridge to Polkadot and Kusama.
- Joystream (⭐1.4k) - A user governed video platform
- near/nearcore (⭐2.5k) - decentralized smart-contract platform for low-end mobile devices.
- Nervos CKB (⭐1.2k) - Nervos CKB is a public permissionless blockchain, the common knowledge layer of Nervos network.
- opensea-rs (⭐242) - Bindings & CLI to the Opensea API and Contracts.
- Parity-Bitcoin (⭐729) - The Parity Bitcoin client
- Phala-Network/phala-blockchain (⭐363) - Confidential smart contract blockchain based on Intel SGX and Substrate
- polkadot-sdk (⭐2.6k) - The Parity Polkadot Blockchain SDK
- revm (⭐2.1k) - Revolutionary Machine (revm) is a fast Ethereum virtual machine.
- rust-bitcoin (⭐2.5k) - Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin.
- rust-lightning (⭐1.3k)
- Bitcoin Lightning library. The main crate,
lightning, does not handle networking, persistence, or any other I/O. Thus,it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage.po on linking crate.
- sigma-rust (⭐77) - ErgoTree interpreter and wallet-related features.
- Sui (⭐7.5k) - A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language.
- svm-rs (⭐280) - Solidity-Compiler Version Manager.
- wagyu (⭐644) [wagyu] - Library for generating cryptocurrency wallets
- zcash (⭐5.3k) - Zcash is an implementation of the "Zerocash" protocol.
Applications / Database
- CozoDB (⭐3.8k) - A transactional, relational database that uses Datalog and focuses on graph data and algorithms. Time-travel-capable, and fast!
- darkbird (⭐540) [darkbird] - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
- erikgrinaker/toydb (⭐7.1k) - Distributed SQL database, written as a learning project.
- Garage (⭐2.4k) [garage] - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.
- GreptimeDB (⭐5.8k) - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.
- indradb - Graph database
- lancedb (⭐8.3k) [vectordb] - A serverless, low-latency vector database for AI applications
- Lucid (⭐386) - High performance and distributed KV store accessible through a HTTP API.
- native_db (⭐658) [native_db] - Drop-in, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly
- Neon (⭐21k) - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
- noria (⭐5.2k) [noria] - Dynamically changing, partially-stateful data-flow for web application backends
- ParadeDB (⭐8.1k) - ParadeDB is an Elasticsearch alternative built on Postgres, designed for real-time search and analytics.
- ParityDB (⭐282) - Fast and reliable database, optimised for read operation
- PumpkinDB (⭐1.4k) - an event sourcing database engine
- Qrlew/qrlew (⭐48) [qrlew] - The SQL-to-SQL Differential Privacy layer
- seppo0010/rsedis (⭐1.8k) - A Redis reimplementation.
- Skytable (⭐2.6k) - A multi-model NoSQL database
- SQLSync (⭐2.9k) - Multiplayer offline-first SQLite
- SurrealDB (⭐31k) - A scalable, distributed, document-graph database
- tikv (⭐16k) - A distributed KV database in Rust
- USearch (⭐3.5k) - Similarity Search Engine for Vectors and Strings
- vorot93/libmdbx-rs (⭐94) [mdbx-sys] - Bindings for MDBX, a "fast, compact, powerful, embedded, transactional key-value database, with permissive license". This is a fork of mozilla/lmdb-rs with patches to make it work with libmdbx.
- WooriDB (⭐137) - General purpose time serial database inspired by Crux and Datomic.
Applications / Emulators
- CHIP-8
- ColinEberhardt/wasm-rust-chip8 (⭐269) - A WebAssembly CHIP-8 emulator.
- starrhorne/chip8-rust (⭐156) - chip8 emulator
- Commodore 64
- kondrak/rust64 (⭐278) - Commodore 64 emulator
- Flash Player
- Ruffle (⭐18k) - Ruffle is an Adobe Flash Player emulator. Ruffle targets both the desktop and the web using WebAssembly.
- Ruffle (⭐18k) - Ruffle is an Adobe Flash Player emulator. Ruffle targets both the desktop and the web using WebAssembly.
- Gameboy
- Gekkio/mooneye-gb (⭐956) - A Game Boy research project and emulator
- joamag/boytacean (⭐660) - GameBoy Color emulator that runs on the Web using WebAssembly.
- mohanson/gameboy (⭐1.4k) - Full featured Cross-platform GameBoy emulator. Forever boys!.
- mvdnes/rboy (⭐661) - A Gameboy Emulator
- GameMaker
- OpenGMK (⭐372) - OpenGMK is a modern rewrite of the proprietary GameMaker Classic engines, providing a full sourceport of the runner, a decompiler, a TASing framework, and libraries for working with gamedata yourself.
- IBM PC
- MartyPC (⭐779) - An IBM PC/XT emulator written in Rust.
- Intel 8080 CPU
- mohanson/i8080 (⭐118) - Intel 8080 CPU emulator
- iOS
- touchHLE (⭐3.3k) - High-level emulator for iPhone OS apps
- iPod
- clicky (⭐195) - A clickwheel iPod emulator (WIP)
- NES
- koute/pinky (⭐802) - A NES emulator
- pcwalton/sprocketnes (⭐754) - A NES emulator
- Nintendo 64
- gopher64 (⭐779) - N64 emulator written in Rust
- Nintendo DS
- dust (⭐299) - A Nintendo DS emulator
- PlayStation 4
- Obliteration (⭐769) - Experimental PS4 emulator for Windows, macOS and Linux
- Obliteration (⭐769) - Experimental PS4 emulator for Windows, macOS and Linux
- ZX Spectrum
Applications / File manager
- broot (⭐12k) - A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then
cdto it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading dystroy.org/broot
- joshuto (⭐3.7k) - ranger-like terminal file manager
- xplr (⭐4.6k) - A hackable, minimal, fast TUI file explorer
- yazi (⭐31k) - Blazing fast terminal file manager, based on async I/O.
Applications / Games
- chess-tui (⭐857) - A Chess TUI implementation ♟️
- citybound (⭐8.1k) - The city sim you deserve
- cristicbz/rust-doom (⭐2.4k) - A renderer for Doom, may progress to being a playable game
- doukutsu-rs (⭐1.1k) - Reimplementation of Cave Story engine with some enhancements.
- garkimasera/rusted-ruins (⭐539) - Extensible open world rogue like game with pixel art
- gorilla-devs/ferium (⭐1.3k) - Ferium is a fast and feature rich CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases, and modpacks from Modrinth and CurseForge
- HactarCE/Hyperspeedcube (⭐108) - A modern, beginner-friendly 3D and 4D Rubik's cube simulator with customizable mouse and keyboard controls and advanced features for speedsolving
- lifthrasiir/angolmois-rust (⭐104) - A minimalistic music video game which supports the BMS format
- maras-archive/rsnake (⭐142) - Snake.
- mcthesw/game-save-manager (⭐963) - A user-friendly tool for managing game saves
- mtkennerly/ludusavi (⭐4.7k) - Backup tool for PC game saves
- ozkriff/zemeroth (⭐1.4k) - A small 2D turn-based hexagonal strategy game
- rhex (⭐166) - hexagonal ascii roguelike
- rsaarelm/magog (⭐384) - A roguelike game.
- SoftbearStudios/mk48 (⭐411) - Mk48.io is an online multiplayer naval combat game
- swatteau/sokoban-rs (⭐163) - A Sokoban implementation
- thetawavegame/thetawave-legacy (⭐194) - A space shooter game that strives to be an entry point for new game developers to make their first contributions.
- Thinkofname/rust-quake (⭐80) - Quake map renderer.
- ttyperacer/terminal-typeracer - Single player typing test game written for the terminal
- Veloren - An open world, open source multiplayer voxel RPG game currently in alpha development
- Zone of Control (⭐388) - A turn-based hexagonal strategy game
Applications / Graphics
- dps/rust-raytracer (⭐259) - An implementation of a very simple raytracer based on Ray Tracing in One Weekend by Peter Shirley.
- flxzt/rnote (⭐11k) - Sketch and take handwritten notes.
- ivanceras/svgbob (⭐4.1k) - converts ASCII diagrams into SVG graphics
- KaminariOS/rustracer (⭐90) - A PBR glTF 2.0 renderer based on Vulkan ray-tracing.
- Limeth/euclider (⭐222) - A real-time 4D CPU ray tracer
- rodrigorc/papercraft (⭐224) - A tool to unwrap 3D models and create them in paper with scissors and glue.
- rustq/vue-skia (⭐320) - Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering.
- Twinklebear/tray_rust (⭐523) - A ray tracer
- wahn/rs_pbrt (⭐833) - Implements a counterpart to the PBRT book's (3rd edition) C++ code.
Applications / Image processing
- Imager (⭐705) - Automated image optimization.
Applications / Industrial automation
- locka99/opcua (⭐564) - A OPC UA library.
- slowtec/tokio-modbus (⭐518) - A tokio-based modbus library.
Applications / Observability
- avito-tech/bioyino (⭐236) - A high-performance scalable StatsD compatible server.
- openobserve (⭐18k) - 10x easier, 140x lower storage cost, high performance, petabyte scale - Elasticsearch/Splunk/Datadog alternative.
- Quickwit-oss/quickwit (⭐11k) - Cloud-native and highly cost-efficient search engine for log management.
- Scaphandre (⭐1.9k) - A power consumption monitoring agent, to track host and each service power consumption and enable designing systems and applications for more sustainability. Designed to fit any monitoring toolchain (already supports prometheus, warp10, riemann...).
- vectordotdev/vector (⭐21k) - A High-Performance, Logs, Metrics, & Events Router.
Applications / Operating systems
- 0x59616e/SteinsOS (⭐124) - An OS for armv8-a architecture.
- Andy-Python-Programmer/aero (⭐1.2k) - A modern, unix-like operating system following the monolithic kernel design.
- DragonOS-Community/DragonOS (⭐1.1k) - An operating system with a self-developed kernel from scratch and Linux compatibility.
- thepowersgang/rust_os (⭐810) - An OS kernel written in rust. Non POSIX
- theseus-os/Theseus (⭐3.1k) - A safe-language, single address space and single privilege level OS written from scratch -
- tock/tock (⭐6.1k) - A secure embedded operating system for Cortex-M based microcontrollers
Applications / Package Managers
- helsing-ai/buffrs (⭐322) [buffrs] - A modern package manager for protocol buffers and gRPC architectures.
Applications / Payments
- hyperswitch (⭐39k) - An open source payments orchestrator that lets you connect with multiple payment processors and route payment traffic effortlessly, all with a single API integration
Applications / Productivity
- ast-grep (⭐12k) - A CLI tool for code structural search, lint and rewriting.
- Bartib (⭐797) [Bartib] - A simple timetracker for the command line
- espanso (⭐13k) - A cross-platform Text Expander.
- eureka - A CLI tool to input and store your ideas without leaving the terminal
- LLDAP (⭐5.9k) - Simplified LDAP interface for authentication.
- pier-cli/pier (⭐588) - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs
- yashs662/rust_kanban (⭐249) [rust-kanban]
- A Kanban App for the terminal
Applications / Routing protocols
- Holo (⭐444) - Holo is a suite of routing protocols designed to support high-scale and automation-driven networks
- RustyBGP (⭐551) - BGP
Applications / Security tools
- AFLplusplus/LibAFL (⭐2.4k) - Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, etc.
- arp-scan-rs (⭐148) - A minimalistic ARP scan tool for fast local network scans
- cargo-audit - Audit Cargo.lock for crates with security vulnerabilities
- cargo-auditable - Make production Rust binaries auditable
- cargo-crev - A cryptographically verifiable code review system for the cargo package manager.
- cargo-deny - Cargo plugin to help you manage large dependency graphs
- Cherrybomb (⭐1.2k) - Stop half-done API specifications with a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.
- cotp (⭐351) - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
- entropic-security/xgadget (⭐120) [xgadget] - Fast, parallel, cross-variant ROP/JOP gadget search
- epi052/feroxbuster (⭐7.3k) - A simple, fast, recursive content discovery tool.
- Inspektor (⭐284) - A database protocol-aware proxy that is used to enforce access policies 👮
- kpcyrd/authoscope (⭐413) - A scriptable network authentication cracker
- kpcyrd/rshijack (⭐527) - A TCP connection hijacker; rewrite of shijack
- kpcyrd/sn0int (⭐2.4k) - A semi-automatic OSINT framework and package manager
- kpcyrd/sniffglue (⭐1.2k) - A secure multithreaded packet sniffer
- ripasso (⭐794) - A password manager, filesystem compatible with pass
Applications / Social networks
- Mastodon
- Rustodon (⭐876) - A Mastodon-compatible, ActivityPub-speaking server.
Applications / System tools
- atuin (⭐28k) [atuin] - Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
- bandwhich (⭐11k) - Terminal bandwidth utilization tool
- bottom (⭐12k) - Yet another cross-platform graphical process/system monitor.
- brocode/fblog (⭐537) - Small command-line JSON Log viewer
- bustd (⭐237) - Lightweight process killer daemon to handle out-of-memory scenarios on Linux.
- buster/rrun (⭐112) - A command launcher for Linux, similar to gmrun
- cantino/mcfly (⭐7.5k) - Fly through your shell history. Great Scott!
- crabz (⭐363) - Multi-threaded compression and decompression CLI tool
- cristianoliveira/funzzy (⭐288) - A configurable filesystem watcher inspired by entr
- dalance/procs (⭐5.9k) - A modern replacement for 'ps'
- ddh (⭐481) - Fast duplicate file finder
- diskonaut (⭐2.9k) - Terminal visual disk space navigator
- dust (⭐11k) - A more intuitive version of du
- eza-community/eza (⭐19k) - A replacement for 'ls'
- fselect - Find files with SQL-like queries
- GQL (⭐3.5k) - A SQL like query language to run on .git files.
- httm (⭐1.6k) - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even actual Time Machine backups!)
- j0ru/kickoff (⭐464) - Fast and snappy wayland program launcher
- Kondo (⭐2.2k) - CLI & GUI tool for deleting software project artifacts and reclaiming disk space
- LACT (⭐3.5k) - Linux AMDGPU Controller
- lodosgroup/lpm (⭐64) - An experimental system package manager
- lotabout/rargs (⭐558) [rargs] - xargs + awk with pattern matching support
- Luminarys/synapse (⭐854) - Flexible and fast BitTorrent daemon.
- m4b/bingrep (⭐1.8k) - Greps through binaries from various OSs and architectures, and colors them.
- mdgaziur/findex (⭐650) - Findex is a highly customizable application finder using GTK3
- mitnk/cicada (⭐1k) - A bash-like Unix shell
- mmstick/concurr (⭐116) - Alternative to GNU Parallel w/ a client-server architecture
- mmstick/fontfinder (⭐275) - GTK3 application for previewing and installing Google's fonts
- mmstick/tv-renamer (⭐151) - A tv series renaming application with an optional GTK3 frontend.
- mxseev/logram (⭐96) - Push log files' updates to Telegram
- netscanner (⭐1.5k) - TUI Network Scanner
- nickgerace/gfold (⭐377) [gfold] - CLI tool to help keep track of multiple Git repositories
- nivekuil/rip (⭐1.6k) - A safe and ergonomic alternative to
rm
- nushell/nushell (⭐38k) - A new type of shell
- orhun/kmon (⭐2.8k) - Linux Kernel Manager and Activity Monitor
- orhun/systeroid (⭐1.4k) - A more powerful alternative to sysctl(8) with a terminal user interface
- ouch (⭐3.3k) - Painless compression and decompression on the command-line
- pkolaczk/fclones (⭐2.6k) - Efficient duplicate file finder and remover
- pop-os/popsicle (⭐790) - GTK3 & CLI utility for flashing multiple USB devices in parallel
- pop-os/system76-power (⭐629) - Linux power management daemon (DBus-interface) with CLI tool.
- qarmin/czkawka (⭐28k) - Multi-functional app to find duplicates, empty folders, similar images, etc.
- redox-os/ion (⭐1.6k) - Next-generation system shell
- sharkdp/bat (⭐56k) - A cat(1) clone with wings.
- sharkdp/fd (⭐41k) - A simple, fast and user-friendly alternative to find.
- sitkevij/hex (⭐551) - A colorized hexdump terminal utility.
- supercilex/fuc (⭐496) - Fast
cpandrmcommands
- trippy (⭐6.4k) - A network diagnostic tool
- uutils/coreutils (⭐22k) - A cross-platform rewrite of the GNU coreutils
- watchexec (⭐6.6k) - Executes commands in response to file modifications
- XAMPPRocky/tokei (⭐14k) - counts the lines of code
- ynqa/jnv (⭐5.9k) - Interactive JSON filter using jq
- ynqa/sig (⭐719) - Interactive grep (for streaming)
Applications / Task scheduling
- tasklet (⭐80) [tasklet] - A task scheduling library written in Rust
Applications / Text editors
- amp - Inspired by Vi/Vim.
- emacs-ng (⭐1.8k) - Complementing the C codebase with rust code to introduce new features.
- gchp/iota (⭐1.7k) - A simple text editor
- helix (⭐42k) - A post-modern modal text editor inspired by Neovim/Kakoune.
- Lapce (⭐38k) - A modern editor with a backend. Taking inspiration from the discontinued xi-editor (⭐20k).
- mathall/rim (⭐629) - Vim-like text editor.
- ox (⭐3.6k) - An independent Rust text editor that runs in your terminal!
- vamolessa/pepper [pepper] - An opinionated modal editor to simplify code editing from the terminal
- zed (⭐72k) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Applications / Text processing
- ashvardanian/stringzilla (⭐3.3k) - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON
- dominikwilkowski/cfonts (⭐1.8k) [cfonts] - Sexy ANSI fonts for the console
- grex (⭐8k) - A command-line tool and library for generating regular expressions from user-provided test cases
- Lisprez/so_stupid_search (⭐175) - A simple and fast string search tool for human beings
- Melody (⭐4.7k) - A language that compiles to regular expressions and aims to be more easily readable and maintainable
- phiresky/ripgrep-all (⭐9.3k) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
- ripgrep - combines the usability of The Silver Searcher with the raw speed of grep
- ruplacer (⭐485) - Find and replace text in source files
- sd - Intuitive find & replace CLI
- sstadick/hck (⭐727) - A faster and more featureful drop in replacement for
cut
- vishaltelangre/ff (⭐342) - Find files (ff) by name!
- whitfin/bytelines (⭐68) [bytelines] - Read input lines as byte slices for high efficiency.
- whitfin/runiq (⭐221) - an efficient way to filter duplicate lines from unsorted input.
- xsv - A fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.)
Applications / Utilities
- 1History (⭐525) - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file
- brycx/checkpwn (⭐131) - A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords.
- Epic Asset Manager (⭐471) - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
- evansmurithi/cloak (⭐302) - A Command Line OTP (One Time Password) Authenticator application.
- fcsonline/tmux-thumbs (⭐1k) - A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator.
- guoxbin/dtool (⭐377) - A useful command-line tool collection to assist development including conversion, codec, hashing, encryption, etc.
- Mobslide (⭐484) - Desktop application that turns your smartphone into presentation remote controller.
- mprocs (⭐2.2k) - TUI for running multiple processes
- mrjackwills/oxker (⭐1.4k) [oxker] - A simple tui to view & control docker containers.
- nix-community/nix-init (⭐1.2k) - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more
- nix-community/nix-melt (⭐287) - A ranger-like flake.lock viewer
- nix-community/nurl (⭐645) [nurl] - Generate Nix fetcher calls from repository URLs
- nomino (⭐699) - Batch rename utility for developers
- raftario/licensor (⭐202) - write licenses to stdout
- rust-parallel (⭐260) - Fast command line app using Tokio to execute commands in parallel. Similar interface to GNU Parallel or xargs.
- rustdesk/rustdesk (⭐105k) - A remote desktop software, great alternative to TeamViewer and AnyDesk.
- rustic-rs/rustic (⭐2.8k) [rustic-rs] - Fast, encrypted, deduplicated backups powered by Rust.
- str4d/rage (⭐3.2k) [rage] - Rust implementation of age (⭐21k).
- suckit (⭐791) - Recursively visit and download a website's content to your disk.
- Tabiew (⭐2.6k) - A lightweight TUI app to view and query CSV files.
- tversteeg/emplace (⭐284) - Synchronize installed packages on multiple machines
- vamolessa/verco (⭐224) [verco] - A simple Git/Hg tui client focused on keyboard shortcuts
- vaultwarden (⭐53k)
- Alternative implementation of the Bitwarden server API written in Rust
- Vibe (⭐4.8k) - Transcribe audio or video in every language on every platform.
- warpdotdev/Warp (⭐26k) - 💲 Warp is a blazingly-fast modern GPU-accelerated terminal built to make you and your team more productive.
- wrestic (⭐99) - A wrapper around restic.
- wthrr (⭐457) - Weather companion for the terminal.
Applications / Video
- dertuxmalwieder/yaydl (⭐307) [yaydl] - A simple video downloader
- gyroflow/gyroflow (⭐8.1k) - Video stabilization application using gyroscope data
- harlanc/xiu (⭐2.2k) - A powerful and secure live server (rtmp/httpflv/hls/relay).
- vidmerger (⭐146) - Merge video & audio files via CLI
- xiph/rav1e (⭐4k) - The fastest and safest AV1 encoder.
Applications / Virtualization
- firecracker-microvm/firecracker (⭐32k) - A lightweight virtual machine for container workload Firecracker Microvm
- kata-containers/kata-containers (⭐7.2k) - A implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
- tailhook/vagga (⭐1.9k) - A containerization tool without daemons
Applications / Web
- cfal/tobaru (⭐256) - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading.
- LemmyNet/lemmy (⭐14k) - A link aggregator / reddit clone for the fediverse
- MASQ-Project/Node (⭐194) - MASQ Node software provides a decentralized mesh-network of nodes for global users to access normal internet content - next evolution of tech beyond Tor & VPN
- Plume-org/Plume (⭐2.2k) - ActivityPub federating blogging application
Applications / Web Servers
- cloudflare/pingora (⭐26k) - A library for building fast, reliable and evolvable network services.
- mu-arch/skyfolder (⭐154) - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
- orhun/rustypaste (⭐1.1k) - A minimal file upload/pastebin service
- ronanyeah/rust-hasura (⭐142) - A demonstration of how a GraphQL server can be used as a remote schema with Hasura
- static-web-server (⭐2.1k) - A blazing fast and asynchronous web server for static files-serving. ⚡
- svenstaro/miniserve (⭐7.3k) - A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP
- thecoshman/http (⭐477) - Host These Things Please - A basic http server for hosting a folder fast and simply
- TheWaWaR/simple-http-server (⭐3.4k) - simple static http server
Development tools / Workflow Automation
- ATAC (⭐3.3k) - A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
- bacon (⭐3k) - background rust code checker, similar to cargo-watch
- clippy - Rust lints
- clog-tool/clog-cli (⭐901) - generates a changelog from git metadata (conventional changelog)
- comtrya (⭐583) - A configuration management tool for localhost / dotfiles
- create-rust-app (⭐1.6k) - Set up a modern rust+react web app by running one command.
- dan-t/rusty-tags (⭐423) - create ctags/etags for a cargo project and all of its dependencies
- datanymizer/datanymizer (⭐554) - Powerful database anonymizer with flexible rules
- fw (⭐559) - workspace productivity booster
- fzf-make (⭐246) [fzf-make] - A command line tool that executes make target using fuzzy finder with preview window.
- geiger (⭐1.6k) - A program that list statistics related to usage of unsafe code in a crate and all its dependencies
- git-cliff (⭐11k) - A highly customizable Changelog Generator that follows Conventional Commit specifications
- git-journal (⭐639) - The Git Commit Message and Changelog Generation Framework
- hot-lib-reloader (⭐737) - Hot reload Rust code
- intelli-shell (⭐1.1k) - Bookmark commands with placeholders and search or autocomplete at any time
- just (⭐30k) - A handy command runner for project-specific tasks
- mask (⭐1.5k) - A CLI task runner defined by a simple markdown file
- Module Linker (⭐255) - Extension that adds
<a>links to references inmod,useandextern cratestatements at GitHub.
- ptags (⭐138) - A parallel universal-ctags wrapper for git repository
- Racer (⭐3.4k) - code completion for Rust
- Rust Search Extension (⭐1.3k) - A handy browser extension to search crates and docs in address bar (omnibox).
- scriptisto (⭐1.1k) - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages.
- typos (⭐3.7k) [typos-cli] - Source code spell checker
Development tools / Build system
- Cargo - the Rust package manager
- cargo-all-features (⭐177) - A configurable subcommand to simplify testing, building and much more for all combinations of features
- cargo-benchcmp - A utility to compare micro-benchmarks
- cargo-bitbake - A cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
- cargo-cache - inspect/manage/clean your cargo cache (
~/.cargo//${CARGO_HOME}), print sizes etc - cargo-check - A wrapper around
cargo rustc -- -Zno-transwhich can be helpful for running a faster compile if you only need correctness checks - cargo-commander - A subcommand for
cargoto run CLI commands similar to how the scripts section inpackage.jsonworks - cargo-count - lists source code counts and details about cargo projects, including unsafe statistics
- cargo-deb - Generates binary Debian packages
- cargo-depgraph - Creates dependency graphs for cargo projects using cargo metadata and graphviz
- cargo-do - run multiple cargo commands in a row
- cargo-ebuild - cargo extension that can generate ebuilds using the in-tree eclasses
- cargo-edit - allows you to add and list dependencies by reading/writing to your Cargo.toml file from the command line
- cargo-generate (⭐2.3k) - A generator of a rust project by leveraging a pre-existing git repository as a template.
- cargo-info - queries crates.io for crates details from command line
- cargo-license - A cargo subcommand to quickly view the licenses of all dependencies.
- cargo-limit - Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
- cargo-make - Task runner and build tool.
- cargo-modules - A cargo plugin for showing a tree-like overview of a crate's modules.
- cargo-multi - runs specified cargo command on multiple crates
- cargo-outdated - displays when newer versions of Rust dependencies are available, or out of date
- cargo-rdme (⭐170) [cargo-rdme] - Cargo subcommand to create your README from your crate’s documentation.
- cargo-release - tool for releasing git-managed cargo project, build, tag, publish, doc and push
- cargo-script - lets people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem
- cargo-udeps (⭐2k) [cargo-udeps] - find unused dependencies
- cargo-update - cargo subcommand for checking and applying updates to installed executables
- cargo-watch - utility for cargo to compile projects when sources change
- dtolnay/cargo-expand (⭐3k) - Expand macros in your source code
- cargo-all-features (⭐177) - A configurable subcommand to simplify testing, building and much more for all combinations of features
- CMake
- Devolutions/CMakeRust (⭐173) - useful for integrating a Rust library into a CMake project
- SiegeLord/RustCMake (⭐110) - an example project showing usage of CMake with Rust
- GitHub actions
- icepuma/rust-action (⭐78) - rust github action
- peaceiris/actions-mdbook (⭐319) - GitHub Actions for mdBook
- Nix
- nix-community/fenix (⭐954) - Rust toolchains and rust analyzer nightly for nix
- nix-community/fenix (⭐954) - Rust toolchains and rust analyzer nightly for nix
Development tools / Debugging
- GDB
- gdbgui (⭐10k) - Browser based frontend for gdb to debug C, C++, Rust, and go.
- LLDB
- CodeLLDB - A LLDB extension for Visual Studio Code.
Development tools / Deployment
- Docker
- emk/rust-musl-builder (⭐1.6k) - Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries
- kpcyrd/mini-docker-rust (⭐238) - An example project for very small rust docker images
- liuchong/docker-rustup (⭐92) - A multiple version (with musl tools) Rust Docker image
- LukeMathWalker/cargo-chef (⭐2.4k) - A tool and pre-built images for caching compiling remote dependencies between Docker builds.
- rust-cross/rust-musl-cross (⭐719) - Docker images for compiling static Rust binaries using musl-cross
- rust-lang-nursery/docker-rust (⭐508) - the official Rust Docker image
- Stavrospanakakis/is_ready (⭐138) - Wait for multiple services to become available
- Heroku
- emk/heroku-buildpack-rust (⭐526) - A buildpack for Rust applications on Heroku
Development tools / Embedded
- Arduino
- avr-rust/ruduino (⭐731) - Reusable components for the Arduino Uno.
- Cross compiling
- japaric/rust-cross (⭐2.6k) - everything you need to know about cross compiling Rust programs
- japaric/xargo (⭐1.1k) - effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- Espressif
- esp-rs - home to a number of community projects enabling the use of the Rust programming language on various SoCs and modules produced by Espressif Systems.
- Firmware
- oreboot/oreboot (⭐1.7k) - oreboot is a fork of coreboot, with C removed, written in Rust
- nRF
- nrf-rs/nrf-hal (⭐567) - A Rust HAL for the nRF family of devices
Development tools / FFI
- C
- mozilla/cbindgen (⭐2.8k) - generates C header files from Rust source files. Used in Gecko for WebRender
- Sean1708/rusty-cheddar (⭐189) - generates C header files from Rust source files
- C#
- csbindgen (⭐863) - generates C# bindings for Rust source files
- C++
- dtolnay/cxx (⭐6.6k) - Safe interop between Rust and C++
- rust-cpp - Embed C++ code directly in Rust.
- rust-lang/rust-bindgen (⭐5.1k) - A Rust bindings generator
- dtolnay/cxx (⭐6.6k) - Safe interop between Rust and C++
- Erlang
- rusterlium/rustler (⭐4.7k) - safe Rust bridge for creating Erlang NIF functions
- Java
- bennettanderson/rjni (⭐76) - use Java from Rust
- drrb/java-rust-example (⭐340) - use Rust from Java
- j4rs - use Java from Rust
- jni - use Rust from Java
- jni-sys - Rust definitions corresponding to jni.h
- rucaja - use Java from Rust
- Lua
- jcmoyer/rust-lua53 (⭐160) - Lua 5.3 bindings for Rust
- lilyball/rust-lua (⭐131) - Safe Rust bindings to Lua 5.1
- mlua-rs/mlua (⭐2.5k) - High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
- tickbh/td_rlua (⭐53) [td_rlua] - Zero-cost high-level lua 5.3 wrapper for Rust
- tomaka/hlua (⭐520) - Rust library to interface with Lua
- mruby
- anima-engine/mrusty (⭐204) - mruby safe bindings for Rust
- Node.js
- infinyon/node-bindgen (⭐583) - Easy way to generate nodejs module using Rust
- neon-bindings/neon (⭐8.4k) - Rust bindings for writing safe and fast native Node.js modules
- zhangyuang/node-ffi-rs (⭐320) - A module written in Rust and N-API provides interface (FFI) features for Node.js
- Objective-C
- SSheldon/rust-objc (⭐406) - Objective-C Runtime bindings and wrapper for Rust
- PHP
- phper-framework/phper (⭐339) - The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
- Prolog
- mthom/scryer-prolog (⭐2.3k) - Scryer Prolog is a free software ISO Prolog system written in Rust
- Python
- dgrunwald/rust-cpython (⭐1.8k) - Python bindings
- getsentry/milksnake (⭐799) - extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
- PyO3/PyO3 (⭐15k) - Rust bindings for the Python interpreter
- RustPython (⭐21k) - A Python Interpreter written in Rust
- Ruby
- d-unsed/ruru (⭐834) - native Ruby extensions written in Rust
- danielpclark/rutie (⭐1k) - native Ruby extensions written in Rust and vice versa
- Web Assembly
- rhysd/wain (⭐452) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency
- wasm-bindgen (⭐8.7k) - A project for facilitating high-level interactions between wasm modules and JS.
- wasm-pack (⭐7k) - 📦 ✨ pack up the wasm and publish it to npm!
- rhysd/wain (⭐452) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency
Development tools / Formatters
- dprint (⭐3.7k) - A pluggable and configurable code formatting platform
- Prettier Rust (⭐199) - An opinionated Rust code formatter that autofixes bad syntax (Prettier community plugin)
- rustfmt (⭐6.7k) - Rust code formatter maintained by the Rust team and included in cargo
Development tools / IDEs
- Eclipse
- Eclipse Corrosion (⭐239) - a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger
- Emacs
- emacs-racer (⭐398) - Autocompletion (see also company and auto-complete (⭐1.8k))
- flycheck-rust (⭐125) - Rust support for Flycheck (⭐2.5k)
- rust-mode (⭐1.2k) - Rust Major Mode
- rustic (⭐737) - Rust development environment for Emacs
- gitpod.io - Online IDE with full Rust support based on Rust Language Server
- gnome-builder - native support for rust and cargo since Version 3.22.2
- IntelliJ
- intellij-rust/intellij-rust (⭐4.5k) - Rust plugin for the IntelliJ Platform
- Kakoune
- kakoune-lsp (⭐661) - LSP client. Implemented in Rust and supports rls out of the box.
- lapce (⭐38k) - Lightning-fast and Powerful Code Editor written in Rust.
- Ride (⭐175) - A Rust IDE
- Sublime Text
- rust-lang/rust-enhanced (⭐813) - official Rust package
- Vim - the ubiquitous text editor
- autozimu/LanguageClient-neovim (⭐3.6k) - LSP client. Implemented in Rust and supports rls out of the box.
- cargo.nvim (⭐85) - A Neovim plugin for seamless integration with Cargo commands.
- crates.nvim (⭐1.1k) - plugin that helps to managing crates.io dependencies.
- rust.vim (⭐4.1k) - provides file detection, syntax highlighting, formatting, Syntastic integration, and more.
- vim-racer (⭐629) - allows vim to use Racer (⭐3.4k) for Rust code completion and navigation.
- Visual Studio Code
- CodeLLDB - A LLDB extension
- Dependi - Manage your dependencies with ease
- Even Better TOML - TOML support in vscode
- Prettier - Code formatter (Rust) - Opinionated Rust code formatter that autofixes bad syntax (Prettier community plugin)
- rust-analyzer - An alternative rust language server to the RLS
Development tools / Profiling
- Bencher (⭐782) - A suite of continuous benchmarking tools designed to catch performance regressions in CI
- bheisler/criterion.rs (⭐5.4k) - Statistics-driven benchmarking library
- Bytehound (⭐4.7k) - A memory profiler for Linux
- Divan (⭐1.3k) - Simple yet powerful benchmarking library with allocation profiling
- ellisonch/rust-stopwatch (⭐83) - A stopwatch library
- FlameGraphs
- llogiq/flame (⭐729) - An intrusive flamegraph profiling tool for rust
- mrhooray/torch (⭐136) - generates FlameGraphs based on DWARF Debug Info
- sharkdp/hyperfine (⭐27k) - A command-line benchmarking tool
Development tools / Services
- deps.rs (⭐482) - Detect outdated or insecure dependencies
- docs.rs - Automatic documentation generation of crates
Development tools / Static analysis
- static_assertions - Compile-time assertions to ensure that invariants are met
Development tools / Testing
- Code Coverage
- tarpaulin - A code coverage tool
- Continuous Integration
- trust (⭐1.3k) - A Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
- Frameworks and Runners
- AlKass/polish (⭐58) - Mini Testing/Test-Driven Framework
- bitfield/cargo-testdox (⭐18) [cargo-testdox] - Turns your Rust tests into docs
- cargo-dinghy - A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.
- cucumber
- An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
- d-e-s-o/test-log (⭐151) [test-log] - A replacement of the
#[test]attribute that initializes logging and/or tracing infrastructure before running tests. - demonstrate - Declarative Testing Framework
- GoogleTest Rust - Powerful test assertion framework based on the C++ test library GoogleTest
- rlt (⭐206) - A universal load testing framework, with real-time tui support.
- rstest - Fixture-based test framework
- speculate - An RSpec inspired minimal testing framework
- AlKass/polish (⭐58) - Mini Testing/Test-Driven Framework
- Mocking and Test Data
- asomers/mockall (⭐1.8k) [mockall] - A powerful mock object library.
- bcheidemann/fixtures-rs (⭐4) [fixtures] - A proc macro for generating tests from fixtures using glob patterns
- fake-rs (⭐1.2k) - A library for generating fake data
- goldenfile (⭐44) [goldenfile] - A library providing a simple API for goldenfile testing.
- httpmock (⭐626) - HTTP mocking
- mockiato - A strict, yet friendly mocking library for unstable Rust 2018
- mockito - HTTP mocking
- mocktail (⭐82)
- HTTP & gRPC server mocking for Rust
- nrxus/faux (⭐477)
- A library to create mocks out of structs.
- synth (⭐1.5k) - Generate database data declaratively.
- asomers/mockall (⭐1.8k) [mockall] - A powerful mock object library.
- Mutation Testing
- cargo-mutants (⭐1k) [cargo-mutants] - Finds inadequately tested code by injecting mutations, no source changes required.
- mutagen (⭐638) [mutagen] - A source-level mutation testing framework (nightly only)
- cargo-mutants (⭐1k) [cargo-mutants] - Finds inadequately tested code by injecting mutations, no source changes required.
Development tools / Transpiling
- BayesWitnesses/m2cgen (⭐2.9k) - A CLI tool to transpile trained classic machine learning models into a native Rust code with zero dependencies.
- immunant/c2rust (⭐4.6k) - C to Rust translator and cross checker built atop Clang/LLVM.
- jameysharp/corrode (⭐2.2k) - A C to Rust translator written in Haskell.
Libraries / Transpiling
- perf-monitor-rs (⭐227) - A toolkit designed to be a foundation for applications to monitor their performance.
Libraries / Artificial Intelligence
- innoave/genevo (⭐185) - Execute genetic algorithm (GA) simulations in a customizable and extensible way.
- m-decoster/RsGenetic (⭐78) - Genetic Algorithm library. In maintenance mode.
- Martin1887/oxigen (⭐183) - Fast, parallel, extensible and adaptable genetic algorithm library. A example using this library solves the N Queens problem for N = 255 in only few seconds and using less than 1 MB of RAM.
- pkalivas/radiate (⭐232) - A customizable parallel genetic programming engine capable of evolving solutions for supervised, unsupervised, and reinforcement learning problems. Comes with complete and customizable implementation of NEAT and Evtree.
- willi-kappler/darwin-rs (⭐125) - Evolutionary algorithms
- autumnai/leaf (⭐5.5k) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is juice (⭐1.1k).
- burn (⭐14k) - A Flexible and Comprehensive Deep Learning Framework.
- guillaume-be/rust-bert (⭐3k) [rust_bert] - Ready-to-use NLP pipelines and language models
- huggingface/candle (⭐19k) [candle-core] - a minimalist ML framework with a focus on easiness of use and on performance (including GPU support)
- huggingface/tokenizers (⭐10k) - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python.
- LaurentMazare/tch-rs (⭐5.2k) - Bindings for PyTorch.
- maciejkula/rustlearn (⭐637) - Machine learning library.
- rust-ml/linfa (⭐4.5k) - Machine learning framework.
- tensorflow/rust (⭐5.4k) - Bindings for TensorFlow.
- 64bit/async-openai (⭐1.7k) [async-openai] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
- zurawiki/tiktoken-rs (⭐356) [tiktoken-rs] - Library for tokenizing text with OpenAI models using tiktoken.
Libraries / Astronomy
- cds-astro/aladin-lite (⭐138) - Web application for visualizing spatial and planetary image surveys in different projections
- fitsio - fits interface library wrapping cfitsio
- flosse/rust-sun (⭐51) [sun] - A rust port of the JS library suncalc
- saurvs/astro-rust (⭐299) - astronomy
Libraries / Asynchronous
- dpc/mioco (⭐149) - Scalable, coroutine-based, asynchronous IO handling library
- mio (⭐6.8k) - MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions
- rust-lang/futures-rs (⭐5.8k) - Zero-cost futures
- t3hmrman/async-dropper (⭐51) [async-dropper] - Implementation of
AsyncDrop
- TeaEntityLab/fpRust (⭐123) - Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
- tokio-rs/tokio (⭐31k) - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
- Xudong-Huang/may (⭐2.3k) - Stackful coroutine library
Libraries / Concurrency
- zonyitoo/coio-rs (⭐463) - Coroutine I/O
- crossbeam-rs/crossbeam (⭐8.2k) - Support for parallelism and low-level concurrency
- orium/archery (⭐168) [archery] - Library to abstract from
Rc/Arcpointer types.
- Rayon (⭐12k) - A data parallelism library
- rustcc/coroutine-rs (⭐416) - Coroutine Library
Libraries / Audio and Music
- hound - A WAV encoding and decoding library
- insomnimus/nodi (⭐29) [nodi] - A library for playback and abstraction of MIDI files.
- jhasse/ears (⭐89) - A simple library to play Sounds and Musics, on top of OpenAL and libsndfile
- musitdev/portmidi-rs (⭐79) - PortMidi bindings
- ozankasikci/rust-music-theory (⭐672) - Music theory library
- pdeljanov/Symphonia (⭐3k) - Audio decoding and media demuxing library supporting AAC, FLAC, MP3, MP4, OGG, Vorbis, and WAV.
- RustAudio
- RustAudio/cpal (⭐3.4k) - Low-level cross-platform audio I/O library.
- RustAudio/rodio (⭐2.2k) - Audio playback library
- RustAudio/rust-portaudio (⭐389) - PortAudio bindings
- RustAudio/cpal (⭐3.4k) - Low-level cross-platform audio I/O library.
- Serial-ATA/lofty-rs (⭐257) [lofty] - A library for reading and editing the metadata of various audio formats
Libraries / Authentication
- constantoine/totp-rs (⭐240) [totp-rs] - 2fa library to generate and verify TOTP-based tokens
- Keats/jsonwebtoken (⭐2k) - JSON Web Token library
- oauth2 (⭐1.1k) - Extensible, strongly-typed OAuth2 client library
- sgrust01/jwtvault (⭐67) - Async library to manage and orchestrate JWT workflow
- yup-oauth2 (⭐235) - An oauth2 client implementation providing the Device, Installed and Service Account flows
Libraries / Automotive
- idletea/tokio-socketcan (⭐36) [tokio-socketcan] - Linux SocketCAN support for tokio based on the socketcan crate
- marcelbuesing/tokio-socketcan-bcm (⭐8) [tokio-socketcan-bcm] - Linux SocketCAN BCM support for tokio
- mbr/socketcan (⭐188) [socketcan] - Linux SocketCAN library
- Sensirion/lin-bus (⭐18) [lin-bus] - LIN bus driver traits and protocol implementation
Libraries / Caching
- 06chaynes/http-cache (⭐90) [http-cache] - A caching middleware that follows HTTP caching rules
- aisk/rust-memcache (⭐145) - Memcached client library
- al8n/stretto (⭐427) - A high performance thread-safe memory-bound cache
- jaemk/cached (⭐1.9k) - Simple function caching/memoization
- moka-rs/moka (⭐2.3k) - A high performance concurrent caching library inspired by the Caffeine library for Java
- mozilla/sccache (⭐6.8k) - Shared Compilation Cache, great compilation
- zkat/cacache-rs (⭐675) - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs
Libraries / Cloud
- AWS [aws]
- aws/aws-lambda-rust-runtime (⭐3.6k) [lambda_runtime] - Runtime for AWS Lambda
- awslabs/aws-sdk-rust (⭐3.3k) - The new AWS SDK
- rusoto/rusoto (⭐2.7k) - An AWS SDK for Rust
- aws/aws-lambda-rust-runtime (⭐3.6k) [lambda_runtime] - Runtime for AWS Lambda
- Load Balancer
- Convey (⭐350) - Layer 4 Load Balancer with dynamic configuration loading.
- Multi Cloud
- Qovery/engine (⭐2.4k) - Abstraction layer library that turns easy application deployment on Cloud providers in just a few minutes
Libraries / Command-line
- Argument parsing
- clap-rs (⭐16k) [clap] - A simple to use, full featured command-line argument parser
- cliparser - Simple command line parser.
- docopt/docopt.rs (⭐752) [docopt] - Implementation of DocOpt
- google/argh (⭐1.9k) [argh] - An opinionated Derive-based argument parser optimized for code size
- killercup/quicli (⭐537) [quicli] - quickly build cool CLI apps
- ksk001100/seahorse (⭐300) [seahorse] - A minimal CLI framework
- TeXitoi/structopt (⭐2.7k) [structopt] - parse command line argument by defining a struct
- Data visualization
- nukesor/comfy-table (⭐1.3k) [comfy-table] - Beautiful dynamic tables for your cli tools.
- zhiburt/tabled (⭐2.3k) [tabled] - An easy to use library for pretty print tables of structs and enums.
- nukesor/comfy-table (⭐1.3k) [comfy-table] - Beautiful dynamic tables for your cli tools.
- Human-centered design
- rust-cli/human-panic (⭐1.8k) [human-panic] - panic messages for humans
- Line editor
- kkawakam/rustyline (⭐1.8k) [rustyline] - readline implementation
- MovingtoMars/liner (⭐74) [liner] - A library offering readline-like functionality
- murarth/linefeed (⭐194) [linefeed] - Configurable, extensible, interactive line reader
- srijs/rust-copperline (⭐26) [copperline] - command line editing library
- Other
- mgrachev/update-informer (⭐222) [update-informer] - Update informer for CLI applications. It checks for a new version on Crates.io and GitHub
- mgrachev/update-informer (⭐222) [update-informer] - Update informer for CLI applications. It checks for a new version on Crates.io and GitHub
- Pipeline
- hniksic/rust-subprocess (⭐440) [subprocess] - facilities for interaction with external pipelines
- imp/pager-rs [pager] - pipe your output through an external pager
- oconnor663/duct.rs (⭐991) [duct] - A builder for subprocess pipelines and IO redirection
- rust-cli/rexpect (⭐370) [rexpect] - automate interactive applications such as ssh, ftp, passwd, etc
- zhiburt/expectrl (⭐198) [expectrl] - A library for controlling interactive programs in a pseudo-terminal
- Progress
- a8m/pb (⭐597) [pbr] - console progress bar
- clitic/kdam (⭐231) [kdam] - A console progress bar library inspired by tqdm & rich.progress
- console-rs/indicatif (⭐5k) [indicatif] - indicate progress to users
- etienne-napoleone/spinach (⭐115) [spinach] - Practical spinner.
- FGRibreau/spinners (⭐580) [spinners] - 60+ elegant terminal spinners
- Prompt
- hashmismatch/terminal_cli.rs (⭐57) [terminal_cli] - build an interactive command prompt
- mikaelmello/inquire (⭐2.5k) [inquire] - A library for building interactive prompts on terminals.
- starship/starship [starship] - A minimal, blazing fast, and extremely customizable prompt for any shell
- ynqa/promkit (⭐446) [promkit] - A toolkit for building interactive command-line tools
- Style
- colored (⭐2k) [colored] - Coloring terminal so simple, you already know how to do it!
- console-rs/dialoguer (⭐1.5k) [dialoguer] - Library for command line prompts and similar things.
- LukasKalbertodt/bunt (⭐228) [bunt] - cross-platform terminal colors and styling with macros
- LukasKalbertodt/term-painter (⭐79) [term-painter] - cross-platform styled terminal output
- ogham/rust-ansi-term (⭐480) [ansi_term] - control colours and formatting on ANSI terminals
- SergioBenitez/yansi (⭐276) [yansi] - A dead simple ANSI terminal color painting library
Libraries / Compression
- Brotli
- dropbox/rust-brotli (⭐897) - Brotli decompressor that optionally avoids the stdlib
- ende76/brotli-rs (⭐64) - implementation of Brotli compression
- gzip
- zopfli (⭐49) [zopfli] - implementation of the Zopfli compression algorithm for higher quality deflate or zlib compression
- gzp
- sstadick/gzp (⭐170) - multi-threaded encoding and decoding of deflate formats and snappy
- miniz
- rust-lang/flate2-rs (⭐1.1k) - miniz bindings
- rust-lang/flate2-rs (⭐1.1k) - miniz bindings
- tar
- alexcrichton/tar-rs (⭐696) - tar archive reading/writing
- zip
- zip-rs/zip2 (⭐261) [zip] - read and write ZIP archives
- zstd
- gyscos/zstd-rs (⭐613) - rust binding for the zstd compression library
Libraries / Computation
- argmin-rs/argmin (⭐1.2k) [argmin] - Optimization library
- BLAS [blas]
- mikkyang/rust-blas (⭐87) - BLAS bindings
- calebwin/emu (⭐1.6k) - A language for GPGPU numerical computing
- dimforge/nalgebra (⭐4.6k) - low-dimensional linear algebra library
- GSL
- GuillaumeGomez/rust-GSL (⭐201) - GSL bindings
- LAPACK
- stainless-steel/lapack (⭐90) - LAPACK bindings
- Parallel
- arrayfire/arrayfire-rust (⭐824) - Arrayfire bindings
- autumnai/collenchyma (⭐478) - An extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and common host CPU.
- luqmana/rust-opencl (⭐170) - OpenCL bindings
- Statrs
- statrs-dev/statrs (⭐764) - Robust statistical computation library
Libraries / Configuration
- andoriyu/uclicious (⭐19) [uclicious] - libUCL (⭐1.7k) based feature-rich configuration library.
- Kixunil/configure_me (⭐68) [configure_me] - library for processing application configuration easily
- SergioBenitez/Figment (⭐851) [figment] - A configuration library so con-free, it's unreal.
- softprops/envy (⭐957) - deserialize env vars into typesafe structs
Libraries / Cryptography
- arkworks-rs/circom-compat (⭐276) - Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation.
- briansmith/ring (⭐4k) - Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives.
- briansmith/webpki (⭐478) - Web PKI TLS X.509 certificate validation.
- conradkleinespel/rooster (⭐165) [rooster] - Simple password manager to use in your terminal
- cossacklabs/themis (⭐1.9k) [themis] - a high-level cryptographic library for solving typical data security tasks, best fit for multi-platform apps.
- DaGenix/rust-crypto (⭐1.4k) - cryptographic algorithms
- dalek-cryptography/curve25519-dalek (⭐1.1k) - Curve25519 operations
- dalek-cryptography/ed25519-dalek (⭐707) - Ed25519 digital signatures
- dalek-cryptography/x25519-dalek (⭐348) - X25519 key exchange
- debris/tiny-keccak (⭐199) - Keccak family (SHA3)
- exonum/exonum (⭐1.2k) [exonum] - extensible framework for blockchain projects
- facebook/opaque-ke (⭐366) - Implementation of the recent OPAQUE password-authenticated key exchange.
- iddm/randomorg (⭐8) - A random.org client library.
- klutzy/suruga (⭐126) - Implementation of TLS 1.2
- kornelski/rust-security-framework (⭐284) - Bindings for Security Framework (OSX native)
- libOctavo/octavo (⭐141) - Modular hash and crypto library
- orion-rs/orion (⭐708) - This library aims to provide easy and usable crypto. 'Usable' meaning exposing high-level API's that are easy to use and hard to misuse.
- racum/rust-djangohashers (⭐58) [djangohashers] - Port of the password primitives used in the Django Project. It doesn't require Django, only hashes and validates passwords according to its style.
- RustCrypto/hashes (⭐2.2k) - Collection of cryptographic hash functions
- rustls/rustls (⭐7.1k) - Implementation of TLS
- sfackler/rust-native-tls (⭐533) - Bindings for native TLS libraries
- w3f/schnorrkel (⭐332) - Schnorr VRFs and signatures on the Ristretto group
Libraries / Data processing
- amv-dev/yata (⭐385) - high performance technical analysis library
- bluss/ndarray (⭐4.1k) - N-dimensional array with array views, multidimensional slicing, and efficient operations
- kernelmachine/utah (⭐145) - Dataframe structure and operations
- pg_analytics (⭐8.1k) - PostgreSQL extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
- pg_lakehouse (⭐8.1k) - PostgreSQL extension that transforms Postgres into an analytical query engine over object stores like AWS S3/GCS and table formats like Delta Lake/Iceberg.
- weld-project/weld (⭐3k) - High-performance runtime for data analytics applications
Libraries / Data streaming
- ArroyoSystems/arroyo (⭐4.7k) - High-performance real-time analytics in Rust and SQL
Libraries / Data structures
- ashvardanian/simsimd (⭐1.6k) - SIMD-accelerated vector distances and similarity functions for x86 AVX2 & AVX-512, and Arm NEON
- becheran/grid (⭐96) [grid] - Provide a two dimensional data structure that is easy to use and fast.
- billyevans/tst (⭐26) [tst] - Ternary search tree collection
- contain-rs - Extension of Rust's std::collections
- danielpclark/array_tool (⭐78) - Array helpers. Some of the most common methods you would use on Arrays made available on Vectors. Polymorphic implementations for handling most of your use cases.
- fizyk20/generic-array (⭐431) - a hack to allow for arrays sized by typenums
- garro95/priority-queue (⭐215)[priority-queue] - A priority queue that implements priority changes.
- greyblake/nutype (⭐1.6k) [nutype] - define newtype structures with validation constraints.
- mrhooray/kdtree-rs (⭐266) - K-dimensional tree for fast geospatial indexing and nearest neighbors lookup
- orium/rpds (⭐1.6k) [rpds] - Persistent data structures.
- RoaringBitmap/roaring-rs (⭐879) - Roaring Bitmaps
- rust-itertools/itertools (⭐3.1k) - Extra iterator adaptors, functions and macros
- tnballo/scapegoat (⭐263) [scapegoat] - Safe, fallible, stack-only alternative to
BTreeSetandBTreeMap.
- yamafaktory/hypergraph (⭐321) [hypergraph] - Hypergraph is a data structure library to generate directed hypergraphs.
Libraries / Data visualization
- djduque/pgfplots (⭐122) [pgfplots] - Library to generate publication-quality figures.
- mazznoer/colorgrad-rs (⭐349) [colorgrad] - Color scales library for data visualization, charts, games, maps, generative art and others.
- milliams/plotlib (⭐470) - Data plotting library for Rust
- plotly (⭐1.4k) - Plotly for Rust
- plotpy (⭐84) [plotpy] - Rust plotting library using Python (Matplotlib)
- rerun (⭐9.8k) - [rerun] - An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time.
- saresend/gust (⭐130) - A small charting/visualization tool and partial vega implementation
Libraries / Database
NoSQL [nosql]
- ArangoDB
- Aragog [aragog] - A Lightweight ArangoDB Object document, relational and graph mapper
- Arangors (⭐130) [arangors] - An ArangoDB driver
- Aragog [aragog] - A Lightweight ArangoDB Object document, relational and graph mapper
- Cassandra [cassandra, cql]
- AlexPikalov/cdrs (⭐337) [cdrs] - native client
- cassandra-rs (⭐145) - bindings to the DataStax C/C++
- krojew/cdrs-tokio (⭐148) - High-level async Cassandra client written in 100% Rust.
- [cassandra-protocol] - Cassandra protocol implementation.
- [cdrs-tokio] - production-ready async Apache Cassandra driverclient
- CouchDB [couchdb]
- chill-rs/chill (⭐37) [couchdb] - Client for the CouchDB REST API
- DynamoDB [dynamodb]
- softprops/dynomite (⭐221) - A library for strongly-typed and convenient interaction with
rusoto_dynamodb
- softprops/dynomite (⭐221) - A library for strongly-typed and convenient interaction with
- Elasticsearch [elasticsearch]
- benashford/rs-es (⭐219) [rs-es] - Client for the Elastic REST API
- elastic-rs/elastic (⭐254) [elastic] - elastic is an efficient, modular API client for Elasticsearch written in Rust
- etcd
- jimmycuadra/rust-etcd (⭐144) [etcd] - A client library for CoreOS's etcd.
- InfluxDB
- driftluo/InfluxDBClient-rs (⭐83) - Synchronization interface
- LevelDB
- skade/leveldb (⭐185) - LevelDB (⭐39k) bindings
- LMDB [lmdb]
- meilisearch/heed (⭐830) [heed] - Another LMDB binding
- vhbit/lmdb-rs (⭐115) [lmdb-rs] - LMDB bindings
- MongoDB [mongodb]
- mongodb/mongo-rust-driver (⭐1.5k) [mongodb] - MongoDB bindings
- PickleDB
- seladb/pickledb-rs (⭐267) - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- PoloDB
- PoloDB (⭐1.2k) - An embedded JSON-based database has API similar to MongoDB.
- PoloDB (⭐1.2k) - An embedded JSON-based database has API similar to MongoDB.
- Redb
- Redb (⭐4.1k) - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb.
- Redb (⭐4.1k) - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb.
- Redis [redis]
- aembke/fred (⭐505) [fred] - A high level async Redis client for Rust with Tokio.
- redis-rs (⭐4.1k) - Redis library
- aembke/fred (⭐505) [fred] - A high level async Redis client for Rust with Tokio.
- RocksDB
- rust-rocksdb/rust-rocksdb (⭐2.1k) - RocksDB bindings
- rust-rocksdb/rust-rocksdb (⭐2.1k) - RocksDB bindings
- SurrealDB
- surrealdb/surrealdb (⭐31k) - SurrealDB embedded document-graph database
- UnQLite (⭐2.3k)
- zitsen/unqlite.rs (⭐112) - UnQLite bindings
- ZooKeeper
- bonifaido/rust-zookeeper (⭐209) [zookeeper] - A client library for Apache ZooKeeper.
- krojew/rust-zookeeper (⭐22) [zookeeper-async] - Async Zookeeper client, based on tokio.
- ArangoDB
- sfackler/r2d2 (⭐1.6k) - generic connection pool
Libraries / Date and time
- chronotope/chrono (⭐3.7k) - Date and time library
- Mnwa/ms (⭐35) [ms-converter] - it's a library for converting human-like times to milliseconds
Libraries / Distributed systems
- Antimony
- antimonyproject/antimony (⭐66) [antimony] - stream processing / distributed computation platform
- Apache Kafka
- fede1024/rust-rdkafka (⭐1.9k) [rdkafka] - librdkafka (⭐876) bindings
- gklijs/schema_registry_converter (⭐113) [schema_registry_converter] - to integrate with confluent schema registry
- kafka-rust/kafka-rust (⭐1.4k) - Rust client for Apache Kafka
- HDFS
- hyunsik/hdfs-rs (⭐31) [hdfs] - libhdfs bindings
- Other
- build-trust/ockam (⭐4.6k) [ockam] - End-to-End Encryption, Mutual Authentication, and ABAC for distributed applications
- build-trust/ockam (⭐4.6k) [ockam] - End-to-End Encryption, Mutual Authentication, and ABAC for distributed applications
Libraries / Domain driven design
- serverlesstechnology/cqrs (⭐458) [cqrs-es] - A framework for CQRS and event sourcing with user guide
Libraries / eBPF
- aya/aya-rs (⭐4.1k) - Built with a focus on developer experience and operability.
- libbpf/libbpf-rs (⭐938) - A minimal and opinionated eBPF tooling.
Libraries / Email
- duesee/imap-codec (⭐45) [imap-codec] - Rock-solid and complete codec for IMAP
- gsquire/sendgrid-rs (⭐116) - Library for SendGrid API
- jdrouet/catapulte (⭐150) - A microservice to send emails using MRML (⭐445) templates.
- jdrouet/jolimail (⭐137) - A web application to build MRML (⭐445) templates.
- jdrouet/mrml (⭐445) - A library to generate nice email templates working on any mail client.
- lettre/lettre (⭐2.1k) - an SMTP-library
- mailtutan/mailtutan (⭐196) - An SMTP server for test and development environment.
- meli/meli (⭐812) - 🐝 terminal mail client
- staktrace/mailparse (⭐215) [mailparse] - A library for parsing real-world email files
- stalwartlabs/mail-auth (⭐111) [mail-auth] - DKIM, ARC, SPF and DMARC message authentication library
- stalwartlabs/mail-parser (⭐402) [mail-parser] - A fast and robust e-mail parsing library with full MIME support
- stalwartlabs/mail-send (⭐255) [mail-send] - E-mail builder and SMTP client library with DKIM support
- tweedegolf/mailcrab (⭐920) - Email test server for development.
Libraries / Encoding
- ASN.1
- alex/rust-asn1 (⭐128) - ASN.1 (DER) serializer
- Binary
- bincode-org/bincode (⭐3.1k) - A binary encoder/decoder
- jamesmunns/postcard (⭐1.3k) [postcard] - Postcard is a #![no_std] focused serializer and deserializer for Serde.
- m4b/goblin (⭐1.4k) [goblin] - cross-platform, zero-copy, and endian-aware binary parsing
- bincode-org/bincode (⭐3.1k) - A binary encoder/decoder
- BSON
- mongodb/bson-rust (⭐449) - Encoding and decoding support for BSON
- Byte swapping
- BurntSushi/byteorder (⭐1.1k) - Supports big-endian, little-endian and native byte orders
- Cap'n Proto
- capnproto/capnproto-rust (⭐2.4k) - Cap'n Proto is a type system for distributed systems
- CBOR
- serde_cbor - CBOR support for serde
- Character Encoding
- hsivonen/encoding_rs (⭐437) [encoding_rs] - A Gecko-oriented implementation of the Encoding Standard
- lifthrasiir/rust-encoding (⭐288) - Character encoding support for Rust. (also known as rust-encoding) It is based on WHATWG Encoding Standard, and also provides an advanced interface for error detection and recovery.
- CRC
- mrhooray/crc-rs (⭐215) - Rust implementation of CRC(16, 32, 64) with support of various standards
- CSV
- BurntSushi/rust-csv (⭐1.9k) - A fast and flexible CSV reader and writer, with support for Serde
- EDN
- edn-rs (⭐81) [edn-rs] - crate to parse and emit EDN format into Rust types.
- FlatBuffers
- frol/flatc-rust (⭐130) - FlatBuffers compiler (flatc) integration for Cargo build scripts
- HAR
- mandrean/har-rs (⭐48) [har] - A HTTP Archive Format (HAR) serialization & deserialization library
- HTML
- servo/html5ever (⭐2.5k) - High-performance browser-grade HTML5 parser
- JSON
- cloudwego/sonic-rs (⭐780) [sonic-rs] - A fast Rust JSON library based on SIMD.
- importcjj/rust-ajson (⭐108) [ajson] - Get JSON values quickly
- rustadopt/jzon-rs (⭐13) [jzon] - JSON implementation
- serde-rs/json (⭐5.4k) [serde_json] - JSON support for Serde (⭐10k) framework
- simd-lite/simd-json (⭐1.4k) [simd-json] - High performance JSON parser based on a port of simdjson
- MsgPack
- 3Hren/msgpack-rust (⭐1.3k) - Low/high level MessagePack implementation
- NetCDF
- georust/netcdf (⭐95) [netcdf] - Medium-level netCDF bindings, allowing easy reading and writing of array-like structures to a file.
- PEM
- jcreekmore/pem-rs (⭐56) [pem] - Parse and encode PEM-encoded data
- ProtocolBuffers
- stepancheg/rust-protobuf (⭐3k) - Rust implementation of Google protocol buffers
- tokio-rs/prost (⭐4.5k) -
- rkyv
- rkyv/rkyv (⭐3.8k) [rkyv] - rkyv (archive) is a zero-copy deserialization framework
- RON (Rusty Object Notation)
- https://github.com/ron-rs/ron (⭐3.8k) - Rusty Object Notation
- Serde
- iddm/serde-aux (⭐173) - additional tools for using with the serde library.
- iddm/serde-aux (⭐173) - additional tools for using with the serde library.
- TOML
- tamasfe/taplo (⭐2.1k) [taplo] - A TOML toolkit
- toml-rs/toml (⭐946) -
- tamasfe/taplo (⭐2.1k) [taplo] - A TOML toolkit
Libraries / Filesystem
- Operations
- Camino (⭐536) [camino] - Like Rust's std::path::Path, but UTF-8.
- dnbln/dir-structure (⭐0) [dir-structure] - Model file system trees with plain Rust structures.
- OpenDAL (⭐4.8k) [opendal] - A unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.
- ParthJadhav/Rust_Search (⭐167) [rust_search] - Blazingly fast file search library.
- pop-os/dbus-udisks2 (⭐18) [dbus-udisks2] - UDisks2 DBus API
- pop-os/sys-mount (⭐53) [sys-mount] - High level abstraction for the
mount/umount2system calls. - vitiral/path_abs (⭐50) [path_abs] - Absolute serializable path types and associated methods.
- webdesus/fs_extra (⭐328) - expanding opportunities standard library std::fs and std::io
- Temporary Files
- Stebalien/tempfile (⭐1.4k) - temporary file library
- Stebalien/xattr (⭐67) [xattr] - list and manipulate unix extended file attributes
- zboxfs/zbox (⭐1.5k) [zbox] - Zero-details, privacy-focused embeddable file system.
Libraries / Finance
- avhz/RustQuant (⭐1.6k) [RustQuant] - A quantitative finance library.
- d-e-s-o/apca (⭐180) [apca] - Opinionated and comprehensive bindings to the Alpaca API for stock trading and more.
Libraries / Functional Programming
- Prelude
- JasonShin/fp-core.rs (⭐1.4k) - A library for functional programming
- myrrlyn/tap (⭐478) - Suffix-Position Pipeline Behavior
Libraries / Game development
- Allegro
- SiegeLord/RustAllegro (⭐90) - Allegro 5 bindings
- Awesome Quads (⭐225) - A curated list of links to miniquad/macroquad-related code & resources
- Awesome wgpu (⭐461) - A curated list of wgpu code and resources
- bracket-lib (previously RLTK)
- bracket-lib (⭐1.6k) [bracket-lib] - The Roguelike Toolkit (RLTK).
- bracket-lib (⭐1.6k) [bracket-lib] - The Roguelike Toolkit (RLTK).
- Challonge
- iddm/challonge-rs (⭐2) [challonge] - Client library for the Challonge REST API. Helps to organize tournaments.
- iddm/challonge-rs (⭐2) [challonge] - Client library for the Challonge REST API. Helps to organize tournaments.
- Entity-Component Systems (ECS)
- amethyst/specs (⭐2.6k) - Specs Parallel ECS
- legion (⭐1.7k) - A feature rich high performance ECS library with minimal boilerplate
- Game Engines
- Bevy (⭐44k) - is a refreshingly simple data-driven game engine. -
- Fyrox - Game engine 3D
- ggez (⭐4.6k) - A lightweight game framework for making 2D games with minimum friction -
- Kiss3d (⭐1.6k) - A Keep It Simple, Stupid 3d graphics engine
- oxidator (⭐334) - A real time strategy game/engine supporting WebGPU
- Piston -
- Unrust (⭐381) - Webgl 2.0 / native game engine
- Bevy (⭐44k) - is a refreshingly simple data-driven game engine. -
- Game Servers
- gamedig/rust-gamedig (⭐45) [gamedig] - Query game servers for informations such as name, players online, max players count etc.
- gamedig/rust-gamedig (⭐45) [gamedig] - Query game servers for informations such as name, players online, max players count etc.
- Raylib
- deltaphc/raylib-rs (⭐886) [raylib] - Bindings for raylib
- SFML
- jeremyletang/rust-sfml (⭐670) - SFML bindings
- Skillratings
- atomflunder/skillratings (⭐70) [skillratings] - Collection of skill rating algorithms for multiplayer games like Elo, Glicko-2, TrueSkill etc.
- atomflunder/skillratings (⭐70) [skillratings] - Collection of skill rating algorithms for multiplayer games like Elo, Glicko-2, TrueSkill etc.
- Toornament-rs
- iddm/toornament-rs (⭐3) - Toornament.com API bindings.
- iddm/toornament-rs (⭐3) - Toornament.com API bindings.
- Victorem
- VictoremWinbringer/Victorem (⭐31) [Victorem] - Easy UDP Game Server and UDP Client framework for creating simple 2D and 3D online game prototype
Libraries / Geospatial
- DaveKram/coord_transforms (⭐34) [coord_transforms] - coordinate transformations (2-d, 3-d, and geospatial)
- Georust - geospatial tools and libraries written
- MapLibre/Martin (⭐3.2k) - Map tile server with PostGIS, MBTiles, PMTiles, and sprites support.
- rust-reverse-geocoder (⭐137) - A fast, offline reverse geocoder, inspired by thampiman/reverse-geocoder (⭐1.9k)
- vlopes11/geomorph (⭐14) [geomorph] - conversion between UTM, LatLon and MGRS coordinates
Libraries / Graph algorithms
- neo4j-labs/graph (⭐428) - A library for high-performant graph algorithms
- petgraph/petgraph (⭐3.7k) - Graph data structure library.
Libraries / Graphics
- gfx-rs/gfx (⭐5.4k) - A high-performance, bindless graphics API.
- gfx-rs/wgpu (⭐16k) - Native WebGPU implementation based on gfx-hal.
- OpenGL [opengl]
- gl-rs (⭐730) - An OpenGL function pointer loader
- glium/glium (⭐3.6k) - safe OpenGL wrapper.
- glutin - Alternative to GLFW
- PistonDevelopers/glfw-rs (⭐675) - GLFW3 bindings and idiomatic wrapper
- PDF
- bastibense/libharu_ng (⭐20) [libharu_ng] - Easily generate PDFs from your Rust app.
- fschutt/printpdf (⭐1k) - PDF writing library
- J-F-Liu/lopdf (⭐2k) - PDF document manipulation
- kaj/rust-pdf (⭐149) - Generating PDF files in pure Rust
- Vulkan [vulkan]
- erupt [erupt] -
- vulkano (⭐5k) [vulkano] - Safe and rich Rust wrapper around the Vulkan API
- erupt [erupt] -
Libraries / GUI
- autopilot-rs/autopilot-rs (⭐416) - A simple, cross-platform GUI automation library.
- Cocoa
- servo/core-foundation-rs (⭐1.2k) - Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
- DioxusLabs/dioxus (⭐33k) - a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
- emilk/egui (⭐28k) - Simple, fast, and highly portable immediate mode GUI library. egui runs on the web, natively, and in your favorite game engine.
- emoon/rust_minifb (⭐1.2k) - minifb is a cross-platform window setup with optional bitmap rendering. It also comes with easy mouse and keyboard input. Primarily designed for prototyping
- FLTK
- fltk-rs (⭐1.8k) - FLTK bindings
- fltk-rs (⭐1.8k) - FLTK bindings
- Flutter
- cunarist/rinf (⭐2.5k) - Rust as your Flutter backend, Flutter as your Rust frontend
- flutter-rs (⭐2.1k) - Build flutter desktop app in dart & rust.
- fzyzcjy/flutter_rust_bridge (⭐5k) - High-level memory-safe binding generator for Flutter/Dart <-> Rust
- cunarist/rinf (⭐2.5k) - Rust as your Flutter backend, Flutter as your Rust frontend
- fschutt/azul (⭐6.1k) - A free, functional, IMGUI-oriented GUI framework for rapid development of desktop applications written in Rust, supported by the Mozilla WebRender rendering engine.
- GTK+ [gtk]
- gtk-rs/gtk4-rs (⭐2.2k) - GTK4 binding
- relm (⭐2.5k) - Asynchronous, GTK+-based, GUI library, inspired by Elm
- gtk-rs/gtk4-rs (⭐2.2k) - GTK4 binding
- iced-rs/iced (⭐29k) [iced] - A cross-platform GUI library, focused on simplicity and type-safety. Inspired by Elm.
- ImGui (⭐70k)
- imgui-rs (⭐2.9k) - Bindings for ImGui
- imgui-rs (⭐2.9k) - Bindings for ImGui
- IUP
- Kiss-ui (⭐343) - A simple UI framework built on IUP
- ivanceras/sauron-native (⭐629) - A truly native and cross platform GUI library. One unified code can be run as native GUI, Html Web and TUI.
- libui (⭐11k)
- rust-native-ui/libui-rs (⭐936) - libui bindings.
- makepad/makepad (⭐6k) [makepad-widgets] - Makepad is a creative software development platform that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl.
- Nuklear (⭐11k)
- nuklear-rust (⭐370) - Bindings for Nuklear
- OrbTk (⭐3.8k) - The Orbital Widget Toolkit is a multi platform (G)UI toolkit using SDL2
- PistonDevelopers/conrod (⭐3.3k) - An easy-to-use, immediate-mode, 2D GUI library
- Qt
- cyndis/qmlrs (⭐437) - QtQuick bindings
- rust-qt - Qt bindings for Rust
- woboq/qmetaobject-rs (⭐708) - Integrate Qml and Rust by building the QMetaObject at compile time.
- rise-ui (⭐75) - Simple component-based cross-Platform GUI Toolkit for developing beautiful and user-friendly interfaces.
- saurvs/nfd-rs (⭐157) - nativefiledialog (⭐1.9k) bindings
- Sciter
- sciter-sdk/rust-sciter (⭐826) - Sciter bindings
- sciter-sdk/rust-sciter (⭐826) - Sciter bindings
- slint-ui/slint (⭐21k) slint - Slint is a toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications.
- tauri-apps/tauri (⭐100k) - Build smaller, faster, and more secure desktop applications with a web frontend, powered by WRY (⭐4.6k).
- tauri-apps/wry (⭐4.6k) - Webview Rendering librarY.
- xilem (⭐4.8k) - Successor of the data-first UI design toolkit druid (⭐9.7k).
Libraries / Image processing
- abonander/img_hash (⭐333) - Perceptual image hashing and comparison for equality and similarity.
- image-rs/image (⭐5.6k) - Basic imaging processing functions and methods for converting to and from image formats
- image-rs/imageproc (⭐910) - An image processing library, based on the
imagelibrary.
- marekm4/dominant_color (⭐38) [dominant_color] - Dominant color extractor
- rust-cv/cv (⭐985) - Implement computer vision algorithms, abstractions, and systems.
#[no_std]is supported where possible.
- teovoinea/steganography (⭐103) [steganography] - A simple steganography library
- twistedfall/opencv-rust (⭐2.3k) - Bindings for OpenCV
Libraries / Language specification
- shnewto/bnf (⭐284) - A library for parsing Backus–Naur form context-free grammars.
Libraries / Logging
- rbatis/fast_log (⭐268) - Async log High-performance asynchronous logging
- rust-lang/log (⭐2.5k) - Logging implementation
- seanmonstar/pretty-env-logger (⭐508) - A pretty, easy-to-use logger.
- slog-rs/slog (⭐1.7k) - Structured, composable logging
- tokio-rs/tracing (⭐6.4k) - An application level tracing framework for async-aware structured logging, error handling, metrics, and more
Libraries / Macro
- cute
- mattgathu/cute (⭐345) - Macro for Python-esque list comprehensions.
- Linq-in-Rust (⭐138) - Macro and methods for C#-LINQ-like expressions.
Libraries / Markup language
- CommonMark
- insomnimus/tidier (⭐7) [tidier] - A library to format HTML, XHTML and XML documents.
Libraries / Mobile
- Android / iOS
- ivnsch/rust_android_ios (⭐251) - An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively.
- Generic
- Geal/rust_on_mobile (⭐173) - iOS CocoaPods / Android JNI
- redbadger/crux (⭐2.3k) [crux_core] - Cross-platform app development. Crux helps you share your app's business logic and behavior across mobile (iOS/Android) and web - as a single reusable core.
- iOS
- TimNN/cargo-lipo (⭐563) - A cargo lipo subcommand which automatically creates a universal library for use with your iOS application.
Libraries / Network programming
- Bluetooth
- bluez/bluer (⭐403) [bluer] - Official BlueZ bindings.
- bluez/bluer (⭐403) [bluer] - Official BlueZ bindings.
- CoAP
- Docker
- fussybeaver/bollard (⭐1.2k) - Docker daemon API
- FTP
- mattnenterprise/rust-ftp (⭐191) - an FTP client
- gRPC
- hyperium/tonic (⭐12k) - A native gRPC client & server implementation with async/await support
- tikv/grpc-rs (⭐1.8k) - The gRPC library built on C Core library and futures
- hyperium/tonic (⭐12k) - A native gRPC client & server implementation with async/await support
- IPNetwork
- achanda/ipnetwork (⭐135) - A library to work with IP networks
- candrew/netsim (⭐207) - A library for network simulation and testing
- Low level
- actix/actix (⭐9.1k) - Actor library
- dylanmckay/protocol (⭐195) - Custom TCP/UDP protocol definitions
- libpnet/libpnet (⭐2.5k) - A cross-platform, low level networking
- smoltcp-rs/smoltcp (⭐4.3k) - A standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems
- message-io
- lemunozm/message-io (⭐1.2k) - Event-driven message library to build network applications easy and fast. Supports TCP, UDP and WebSockets.
- lemunozm/message-io (⭐1.2k) - Event-driven message library to build network applications easy and fast. Supports TCP, UDP and WebSockets.
- NanoMsg
- thehydroimpulse/nanomsg.rs (⭐401) - nanomsg bindings
- NATS
- nats-io/nats.rs (⭐1.4k) - Client for NATS, the cloud native messaging system.
- nats-io/nats.rs (⭐1.4k) - Client for NATS, the cloud native messaging system.
- Nng
- neachdainn/nng-rs [Nng] - Nng (nanomsg v2) bindings
- neachdainn/nng-rs [Nng] - Nng (nanomsg v2) bindings
- NNTP
- mattnenterprise/rust-nntp (⭐15) [nntp] - an NNTP client
- POP3
- mattnenterprise/rust-pop3 (⭐33) [pop3] - A POP3 client
- QUIC
- aws/s2n-quic (⭐1.3k) - An implementation of the IETF QUIC protocol
- cloudflare/quiche (⭐11k) - cloudflare implementation of the QUIC transport protocol and HTTP/3
- mozilla/neqo (⭐2.1k) - an Implementation of QUIC
- quinn-rs/quinn (⭐4.8k) - Futures-based QUIC implementation
- tencent/tquic (⭐1.4k) - A high-performance, lightweight, and cross-platform QUIC library
- aws/s2n-quic (⭐1.3k) - An implementation of the IETF QUIC protocol
- Raknet
- b23r0/rust-raknet (⭐225) - RakNet Protocol implementation
- b23r0/rust-raknet (⭐225) - RakNet Protocol implementation
- RPC
- ENQT-GmbH/remoc (⭐214) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
- smallnest/rpcx-rs (⭐135) - A RPC library for developing microservices in easy and simple way.
- ENQT-GmbH/remoc (⭐214) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
- Socket.io
- 1c3t3a/rust-socketio (⭐466) [rust_socketio] - an implementation of a socket.io client written in Rust.
- 1c3t3a/rust-socketio (⭐466) [rust_socketio] - an implementation of a socket.io client written in Rust.
- SSH
- alexcrichton/ssh2-rs (⭐543) - libssh2 bindings
- Thrussh [thrussh] - an SSH library, backed by libsodium
- Stomp
- zslayton/stomp-rs (⭐90) - A STOMP 1.2 client implementation
- VPN
- defguard/wireguard-rs (⭐266) - A multi-platform library providing a unified high-level API for managing WireGuard interfaces using native OS kernel and userspace WireGuard protocol implementations
- ZeroMQ
- erickt/rust-zmq (⭐985) - ZeroMQ bindings
Libraries / Parsing
- comex/rust-shlex (⭐138) [shlex] - Split a string into shell words, like Python's shlex.
- Eliah-Lakhin/lady-deirdre (⭐478) - A framework for new programming languages and LSP servers.
- Folyd/robotstxt (⭐99) - Port of Google's robots.txt parser and matcher C++ library
- freestrings/jsonpath (⭐130) - JsonPath engine. Webassembly and Javascript support too
- hmeyer/stl_io - A parser for STL (STereoLithography) files
- igumnoff/shiva (⭐413) - Shiva library: Implementation in Rust of a parser and generator for documents of any type (Plain text, Markdown, HTML, PDF and etc)
- kevinmehall/rust-peg (⭐1.6k) - Parsing Expression Grammar (PEG) parser generator
- lalrpop/lalrpop (⭐3.4k) - LR(1) parser generator
- m4rw3r/chomp (⭐244) - A fast monadic-style parser combinator
- Marwes/combine (⭐1.3k) - parser combinator library
- nrc/zero (⭐49) [zero] - zero-allocation parsing of binary data
- pest-parser/pest (⭐5.2k) - The Elegant Parser
- ptal/oak (⭐144) - A typed PEG parser generator (compiler plugin)
- rust-bakery/nom (⭐10k) - parser combinator library
- s-panferov/queryst (⭐70) - A query string parsing library inspired by gs (⭐8.9k)
- softdevteam/grmtools (⭐566) - A LR parser with better error correction
- tree-sitter/tree-sitter (⭐23k) - A parser generator tool and an incremental parsing library geared towards programming tools
Libraries / Peripherals
- Fingerprint reader
- alvaroparker/libfprint-rs (⭐16) [libfprint-rs] - Libfprint-rs provides a wrapper around the Linux libfprint library.
- Serial Port
- serialport/serialport-rs (⭐677) [serialport] - A cross-platform library that provides access to a serial port
Libraries / Platform specific
- Cross-platform
- iddm/thread-priority (⭐143) - Simple, crossplatform thread priority management.
- svartalf/rust-battery - Cross-platform information about the notebook batteries
- iddm/thread-priority (⭐143) - Simple, crossplatform thread priority management.
- FreeBSD
- fubarnetes/libjail-rs (⭐59) [jail] - FreeBSD jail library
- Linux
- hannobraun/inotify-rs (⭐284) - inotify bindings
- pop-os/distinst (⭐227) - Linux distribution installer
- yaa110/rust-iptables (⭐92) [iptables] - iptables bindings
- hannobraun/inotify-rs (⭐284) - inotify bindings
- Unix-like
- nix-rust/nix (⭐3k) - Unix-like API bindings
- rustix (⭐1.8k) - Safe bindings to POSIX/Unix/Linux/Winsock2 syscalls
- zargony/fuse-rs (⭐1.1k) - FUSE (⭐5.9k) bindings
- nix-rust/nix (⭐3k) - Unix-like API bindings
- Windows
- microsoft/windows-rs (⭐12k) - Rust for Windows
- retep998/winapi-rs (⭐1.9k) - Windows API bindings
- microsoft/windows-rs (⭐12k) - Rust for Windows
Libraries / Scripting
- 3body-lang (⭐183) - The Three Body Language
- fleabitdev/gamelisp (⭐397) - A Lisp-like scripting language for game development
- gluon-lang/gluon (⭐3.4k) - A small, statically-typed, functional programming language
- kcl (⭐2.3k) - A constraint-based record & functional language mainly used in configuration and policy scenarios.
- metacall/core (⭐1.7k) [metacall] - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, Wasm, Java, Cobol and more.
- mun (⭐2.1k) - A compiled, statically-typed scripting language with first class hot reloading support
- murarth/ketos (⭐766) - A Lisp dialect functional programming language serving as a scripting and extension language for rust
- PistonDevelopers/dyon (⭐1.9k) - A rusty dynamically typed scripting language
- rhaiscript/rhai (⭐5.1k) - A tiny and fast embedded scripting language resembling a combination of JavaScript and Rust
- rune-rs/rune (⭐2.1k) - An embeddable dynamic programming language
Libraries / Simulation
- nyx-space - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination
Libraries / System
- ardaku/whoami (⭐242) [whoami] - crate to get the current user and environment.
- GuillaumeGomez/sysinfo (⭐2.6k) [sysinfo] - Cross-platform library to fetch system information
- Phate6660/nixinfo (⭐49) [nixinfo] - A lib crate for gathering system info such as cpu, distro, environment, kernel, etc.
Libraries / Task scheduling
- delay-timer (⭐332) - Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible.
Libraries / Template engine
- Handlebars
- sunng87/handlebars-rust (⭐1.4k) - Handlebars template engine with inheritance, custom helper support.
- zzau13/yarte (⭐284) - Yarte stands for Yet Another Rust Template Engine, is the fastest template engine.
- HTML
- askama (⭐889) - template rendering engine based on Jinja
- kaj/ructe (⭐457) - HTML template system
- Keats/tera (⭐4.1k) - template engine based on Jinja2 and the Django template language.
- lambda-fairy/maud (⭐2.5k) - compile-time HTML templates
- Stebalien/horrorshow-rs (⭐339) - compile-time HTML templates
- Mustache
- rustache/rustache (⭐215) - a Rust implementation of the Mustache spec
Libraries / Text processing
- becheran/wildmatch (⭐92) [wildmatch] - Simple string matching with questionmark- and star-wildcard operator
- BurntSushi/suffix (⭐280) - Linear time suffix array construction (with Unicode support)
- BurntSushi/tabwriter (⭐270) - Elastic tab stops (i.e., text column alignment)
- cpc (⭐156) - Parses and calculates strings of math with support for units and unit conversion, from
1+2to1% of round(1 lightyear / 14!s to km/h).
- Daniel-Liu-c0deb0t/triple_accel (⭐109) [triple_accel] - Rust edit distance routines accelerated using SIMD; supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search
- fancy-regex/fancy-regex (⭐554) [fancy-regex] - Regular expressions implementation designed to support a relatively rich set of features such as look-around and backtracking.
- greyblake/whatlang-rs (⭐1.1k) - Natural language detection library based on trigrams
- Lucretiel/joinery (⭐94) [joinery] - Generic string + iterable joining
- mgeisler/textwrap (⭐513) [textwrap] - Word wrap text (with support for hyphenation)
- null8626/decancer (⭐126) [decancer] - A tiny package that removes common unicode confusables/homoglyphs from strings.
- ps1dr3x/easy_reader (⭐89) - A reader that allows forwards, backwards and random navigations through the lines of huge files without consuming iterators
- pwoolcoc/ngrams (⭐27) [ngrams] - Construct n-grams from arbitrary iterators
- rust-lang/regex (⭐3.9k) - Regular expressions (RE2 style)
- strsim-rs - String similarity metrics
- yaa110/rake-rs (⭐36) [rake] - Multilingual implementation of RAKE algorithm for Rust
Libraries / Text search
- andylokandy/simsearch-rs (⭐185) [simsearch] - A simple and lightweight fuzzy search engine that works in memory, searching for similar strings
- BurntSushi/fst (⭐2k) [fst] - a fast implementation of ordered sets and maps using finite state machines
- CurrySoftware/perlin (⭐77) [perlin] - A lazy, zero-allocation and data-agnostic Information Retrieval library
- meilisearch/MeiliSearch (⭐55k) - Ultra relevant, instant and typo-tolerant full-text search API.
- pg_search (⭐8.1k) - PostgreSQL extension that enables full-text search over SQL tables using the BM25 algorithm, the state-of-the-art ranking function for full-text search.
Libraries / Unsafe
- zerocopy - "Zerocopy makes zero-cost memory manipulation effortless. We write
unsafeso you don’t have to."
Libraries / Virtualization
- beneills/quantum (⭐286) - Advanced quantum computer simulator
- bytecodealliance/wasmtime (⭐17k) - A standalone runtime for WebAssembly
- chromium/chromiumos/platform/crosvm - CrOSVM Enables Chrome OS to run Linux apps inside a fast, secure virtualized environment
- oxidecomputer/propolis (⭐212) - Userspace program for illumos bhyve kernel modules
- saurvs/hypervisor-rs (⭐66) - Hardware-accelerated virtualization on OS X
Libraries / Web programming
- Backend
- actix/actix-web (⭐24k) - A lightweight async web framework with websocket support
- Anansi (⭐113) - A simple full-stack web framework
- Rocket (⭐26k) - Rocket is a web framework with a focus on ease-of-use, expressability, and speed
- spring-rs (⭐892) - spring-rs is a application framework written in rust inspired by java's spring-boot.
- tako (⭐115) - Tako is an asynchronous web framework for Rust on Hyper & Tokio. GitHub Workflow Status (⭐115)
- tokio/axum (⭐24k) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
- Client-side / WASM
- cargo-web - A Cargo subcommand for the client-side Web
- leptos (⭐20k) - Leptos is a full-stack, isomorphic web framework leveraging fine-grained reactivity to build declarative user interfaces.
- sauron (⭐2.1k) - Client side web framework which closely adheres to The Elm Architecture.
- seed (⭐3.8k) - A framework for creating web apps
- stdweb - A standard library for the client-side Web
- tinyweb (⭐100) - A minimal Rust web framework for wasm in 800 lines of code
- yew - A framework for making client web apps
- HTTP Client
- 0x676e67/wreq (⭐558) - An ergonomic Rust HTTP Client with TLS fingerprint.
- alexcrichton/curl-rust (⭐1.1k) - libcurl bindings
- async-graphql (⭐3.6k) - A GraphQL server library
- c410-f3r/wtx (⭐334) - HTTP/2 client framework
- DoumanAsh/yukikaze [yukikaze] - Beautiful and elegant Yukikaze is little HTTP client library based on hyper.
- ducaale/xh (⭐7.4k) - Friendly and fast tool for sending HTTP requests
- graphql-client (⭐1.2k) - Typed, correct GraphQL requests and responses.
- hyperium/hyper (⭐16k) - an HTTP implementation
- plabayo/rama (⭐876) - A modular service framework to move and transform your network packets, can be used among other things, to build clients with TLS, JA3/JA4, H2 and QUIC/H3 fingerprint impersonation
- seanmonstar/reqwest (⭐11k) - an ergonomic HTTP Client.
- 0x676e67/wreq (⭐558) - An ergonomic Rust HTTP Client with TLS fingerprint.
- Reverse Proxy
- sozu-proxy/sozu (⭐3.6k) [sozu] - A HTTP reverse proxy.
- sozu-proxy/sozu (⭐3.6k) [sozu] - A HTTP reverse proxy.
- WebSocket
- c410-f3r/wtx (⭐334) - Client and server with encryption support.
- housleyjk/ws-rs (⭐1.5k) - lightweight, event-driven WebSockets
- iddm/urlshortener-rs (⭐55) - A very simple urlshortener library.
- ratchet (⭐58) [ratchet_rs] - Ratchet is a fast, lightweight and fully asynchronous implementation of the WebSocket protocol with support for extensions and Deflate.
- rust-websocket (⭐1.6k) - A framework for dealing with WebSocket connections (both clients and servers)
- snapview/tungstenite-rs (⭐2.3k) - Lightweight stream-based WebSocket implementation.
- vi/websocat (⭐8.2k) - CLI for interacting with WebSockets, with functionality of Netcat, Curl and Socat.
Registries / Web programming
- Cloudsmith 💲 - A fully managed package management SaaS, with first-class support for public and private Cargo/Rust registries (plus many others). Has a generous free-tier and is also completely free for open-source.
- Crates - The official public registry for Rust/Cargo.
- w4/chartered (⭐128) - A private, authenticated, permissioned Cargo registry
Resources / Web programming
- Benchmarks
- c410-f3r/wtx-bench (⭐1) - Web benchmarks
- TeXitoi/benchmarksgame-rs (⭐72) - Implementations for the The Computer Language Benchmarks Game
- Decks & Presentations
- Learning systems programming with Rust - Presented by Julia Evans @ Rustconf 2016.
- Rust: Hack Without Fear! - Presented by Nicholas Matsakis @ C++Now 2018
- Shipping a Solid Rust Crate - Presented by Michael Gattozzi @ RustConf 2017
- Learning
- 100 Exercises To Learn Rust - Learn Rust through 100 hands-on exercises, covering syntax, types, and more
- Aquascope (⭐2.9k) - Interactive visualizations of Rust at compile-time and run-time
- Awesome Rust Streaming (⭐734) - A community curated list of livestreams.
- awesome-rust-mentors - A list of helpful mentors willing to take mentees and educate them about Rust and programming.
- CIS 198: Rust Programming - University of Pennsylvania's Comp Sci Rust Programming Course
- CodeCrafters.io - Build your own Redis, Git, Docker, or SQLite
- Comprehensive Rust 🦀 - A 3-day course on Rust Fundamentals plus 1-day courses on Android, Bare-metal Rust, and Concurrency. Available in English, Brazilian Portuguese, and Korean.
- Easy Rust (⭐8.3k) - Learn Rust in easy English.
- exercism.org - programming exercises that help you learn new concepts in Rust.
- Hands-on Rust - A hands-on guide to learning Rust by making games - by Herbert Wolverson (paid)
- Idiomatic Rust (⭐7.5k) - A peer-reviewed collection of articles/talks/repos which teach idiomatic Rust.
- LabEx Rust Skill Tree - A structured Rust learning path with hands-on labs, designed for beginners to master Rust step by step.
- Learn Rust 101 - A guide to aid you in your journey of becoming a Rustacean (Rust developer)
- Learn Rust by 500 lines code (⭐570) - Learn Rust by 500 lines code, build a Todo Cli Application from scratch.
- Learning Rust With Entirely Too Many Linked Lists - in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures.
- Little Book of Rust Books - Curated list of rust books and how-tos.
- Programming Community Curated Resources for Learning Rust - A list of recommended resources voted by the programming community.
- Refactoring to Rust - A book that introduces to Rust language.
- Rust by Example - a collection of runnable examples that illustrate various Rust concepts and standard libraries.
- Rust Cookbook - A collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.
- Rust Flashcards (⭐650) - Over 550 flashcards to learn Rust from first principles.
- Rust for professionals - A quick introduction to Rust for experienced software developers.
- Rust Gym (⭐934) - A big collection of coding interview problems solved in Rust.
- Rust in Action - A hands-on guide to systems programming with Rust by Tim McNamara (paid)
- Rust in Motion - A video series by Carol Nichols and Jake Goulding (paid)
- Rust Language Cheat Sheet - Rust Language Cheat Sheet
- Rust Tiếng Việt - Learn Rust in Vietnamese.
- rust-how-do-i-start (⭐1.1k) - A repo dedicated to answering the question: "So, Rust. How do I start?". A beginner only hand-picked resources and learning track.
- rust-learning (⭐12k) - A collection of useful resources to learn Rust
- Rustfinity - Interactive platform for practicing Rust through hands-on exercises and challenges
- Rustlings (⭐61k) - small exercises to get you used to reading and writing Rust code
- Rusty CS (⭐953) - A Computer Science Curriculum that helps practice the acquired academic knowledge in Rust
- stdx (⭐2.1k) - Learn these crates first as an extension to std
- Tour of Rust - This is meant to be an interactive step by step guide through the features of the Rust programming language.
- Podcasts
- New Rustacean - A podcast about learning Rust
- Rustacean Station - A community project for creating podcast content for Rust
- Rust Design Patterns (⭐8.6k) - A catalogue of Rust design patterns, anti-patterns and idioms
- Rust Guidelines - Aaron Turon's blog posts on rust
- Rust Servers, Services and Apps - MEAP - Build backend servers, services, and front-ends in Rust to get fast, reliable, and maintainable applications.
- Rust Subreddit - A subreddit(forum) where rust related questions, articles and resources are posted and discussed
- RustBooks (⭐5.3k) - list of RustBooks
- RustCamp 2015 Talks - Recorded talks from RustCamp 2015
- RustViz (⭐2.8k) - generates visualizations from simple Rust programs to assist users in better understanding the Rust Lifetime and Borrowing mechanism.
- Watch Jon Gjengset Implement BitTorrent in Rust - Implementing (part of) a BitTorrent client in Rust