Track Awesome Rust Updates Daily
A curated list of Rust code and resources.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 rust-unofficial/awesome-rust · ⭐ 47K · 🏷️ Programming Languages
Nov 23, 2024
Applications
- Rust Iot Platform (⭐75) - 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 (⭐745) - JavaScript engine written entirely in Rust
Nov 15, 2024
Applications / System tools
- skim (⭐5.2k) - A fuzzy finder
Libraries / Reverse engineering
- binarly-io/idalib (⭐71) [idalib] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
Nov 12, 2024
Applications / Blockchain
- dusk-network/rusk (⭐161) - Reference implementation of Dusk, a privacy-focused, scalable FMI for real-world assets (RWA) and compliant financial applications.
Applications / Web Servers
- Mini RPS (⭐21) - Mini reverse proxy server, HTTPS, CORS, static file hosting and template engine (minijinja) crates.io
Libraries / Cryptography
- dusk-network/bls12-381 (⭐21) - 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 (⭐549) - 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 (⭐209) - 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]
Registries / Web programming
- cenotelie/cratery (⭐136) - A lightweight private cargo registry with batteries included, built for organisations, including features similar to docs.rs and deps.rs.
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.
Oct 31, 2024
Applications / Database
- oxigraph/oxigraph (⭐1k) [oxigraph] - graph database implementing the SPARQL standard
Applications / Graphics
- linebender/resvg (⭐2.8k) - An SVG rendering library.
Applications / Virtualization
- youki-dev/youki (⭐6.3k) - A container runtime
Libraries / Configuration
- rust-cli/config-rs (⭐2.6k) [config] - Layered configuration system (with strong support for 12-factor applications).
Oct 21, 2024
Libraries / Graphics
- Fonts
- redox-os/rusttype (⭐618) - Alternative to libraries like FreeType
- rustybuzz (⭐559) - An incremental harfbuzz port
Libraries / System
- navidys/procsys (⭐1) [procsys] - A library to retrieve system, kernel, and process metrics from the pseudo-filesystems /proc and /sys.
Oct 17, 2024
Libraries / Text search
- SeekStorm (⭐170) [SeekStorm] - sub-millisecond full-text search library & multi-tenancy server in Rust
Oct 14, 2024
Applications / Security tools
- AdGuardian-Term (⭐967) [adguardian] - Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
Oct 13, 2024
Applications / Blockchain
- reth (⭐4k) - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol.
Oct 11, 2024
Applications / System tools
- jacek-kurlit/pik (⭐179) [pik] - A TUI command line tool that helps to find and kill processes
Libraries / Computation
- faer-rs (⭐1.9k) [faer] - Linear algebra foundation for Rust
Oct 06, 2024
Applications / Games
- zipxing/rust_pixel (⭐148) [rust_pixel] - A 2D pixel art game engine & rapid prototyping tools, supporting both text and graphical rendering modes.
Applications / System tools
- ynqa/logu (⭐81) - Extract patterns from (streaming) unstructured log messages
Oct 03, 2024
Applications / Database
- valentinus (⭐6) - Next generation vector database built with LMDB bindings
Oct 01, 2024
Libraries / Finance
- dancixx/stochastic-rs (⭐22) [stochastic-rs] - High-performance data generation library for stochastic process with quant finance tools.
Sep 30, 2024
Applications / Utilities
- sorairolake/qrtool (⭐151) [qrtool] - A utility for encoding and decoding QR code images.
Libraries / Cryptography
- sorairolake/abcrypt (⭐13) [abcrypt] - A simple, modern and secure file encryption library.
- sorairolake/scryptenc-rs (⭐1) [scryptenc] - An implementation of the scrypt encrypted data format.
Libraries / Date and time
- sorairolake/nt-time (⭐6) [nt-time] - A Windows file time library.
Libraries / System
- sorairolake/sysexits-rs (⭐22) [sysexits] - The system exit codes as defined by
<sysexits.h>
.
Sep 28, 2024
Applications / System tools
- brush-shell (⭐24) - bash/POSIX-compatible shell
Sep 27, 2024
Applications / Database
- Databend (⭐7.9k) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture
Applications / Productivity
- Furtherance (⭐272) - Time tracking app built with GTK4
Resources / Web programming
- Learning
- 100 Exercises To Learn Rust - Learn Rust through 100 hands-on exercises, covering syntax, types, and more
- Aquascope (⭐2k) - Interactive visualizations of Rust at compile-time and run-time
- Awesome Rust Streaming (⭐700) - 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.
- Build a language VM - a series of posts to detailing how to build a language VM.
- 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.1k) - 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 (⭐6.6k) - 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 by 500 lines code (⭐514) - 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 (⭐545) - Over 550 flashcards to learn Rust from first principles.
- Rust for professionals - A quick introduction to Rust for experienced software developers.
- Rust Gym (⭐896) - 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 (⭐54k) - small exercises to get you used to reading and writing Rust code
- Rusty CS (⭐907) - A Computer Science Curriculum that helps practice the acquired academic knowledge in Rust
- stdx (⭐2k) - Learn these crates first as an extension to std
- Take your first steps with Rust - Lay the foundation of knowledge you need to build fast and effective programs in Rust.
- Tour of Rust - This is meant to be an interactive step by step guide through the features of the Rust programming language.
Sep 16, 2024
Applications / Message Queue
- RobustMQ (⭐184) - Next generation cloud-native converged message queue.
Applications / MLOps
- TensorZero (⭐456) - data & learning flywheel for LLMs that unifies inference, observability, optimization, and experimentation
Sep 15, 2024
Libraries / Asynchronous
- tqwewe/kameo (⭐625) - Fault-tolerant Async Actors Built on Tokio
Sep 04, 2024
Development tools / Web Servers
- cloudflare/foundations (⭐1.3k) - 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 (⭐91) - A declarative framework for computations that span from the Cloud to the Thing
- eclipse-zenoh/zenoh (⭐1.5k) - Zero Overhead Network Protocol
Aug 28, 2024
Libraries / Logging
- donnie4w/tklog (⭐76) - lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving.
Aug 23, 2024
Applications / Package Managers
- rebos - A declarative way to automate package management on any linux distro
Aug 22, 2024
Development tools / IDEs
- RustRover - A powerful Rust IDE by JetBrains, free for individual non-commercial use
Aug 21, 2024
Applications / Utilities
- dcapal (⭐56) - DcaPal is a free, no registration, online tool to help you keep your portfolio balanced with dollar cost averaging investments.
Aug 19, 2024
Libraries / Computation
- Science
- Axect/Peroxide (⭐543) - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
- cpmech/russell (⭐114) - Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
Libraries / Date and time
- arthurhenrique/rusti-cal (⭐58) [rusti-cal] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust.
Aug 15, 2024
Libraries / Image processing
- Enet4/dicom-rs (⭐425) - 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 (⭐778) - Tonbo is an embedded persistent database built on Apache Arrow & Parquet
Applications / Observability
- MegaAntiCheat/client-backend (⭐120) - The client app for MAC.
Applications / Social networks
- Telegram
- tgt (⭐374) - A crossplatform TUI for Telegram
Libraries / Social networks
- Telegram
- tdilb-rs (⭐39) [tdilb-rs] - Crossplatform Rust wrapper around the Telegram Database Library (TDLib)
Resources / Web programming
- Benchmarks
- c410-f3r/wtx-bench (⭐0) - Web benchmarks
- TeXitoi/benchmarksgame-rs (⭐70) - Implementations for the The Computer Language Benchmarks Game
Aug 06, 2024
Development tools / Web Servers
- Flox (⭐2.6k) - Flox is a virtual environment and package manager all in one.
Aug 04, 2024
Libraries / Artificial Intelligence
- perpetual-ml/perpetual (⭐283) [perpetual] - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
Aug 02, 2024
Applications / Utilities
- Linus-Mussmaecher/rucola (⭐204) - Terminal-based markdown note manager.
Jul 30, 2024
Development tools / Build system
- facebook/buck2 (⭐3.6k) - Buck2 is a large-scale build tool built in Rust
- pantsbuild/pants (⭐3.3k) - Pants is a fast, scalable, user-friendly build system for codebases of all sizes built in Rust.
- tracemachina/nativelink (⭐1.2k) - NativeLink is a Backend Remote Execution platform written in rust for client build systems such as Buck2, Bazel, Pants, etc..
Jul 29, 2024
Applications / Blockchain
- Subspace (⭐384) - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
Libraries / Encoding
- JSON
- cloudwego/sonic-rs (⭐486) [sonic-rs] - A fast Rust JSON library based on SIMD.
- importcjj/rust-ajson (⭐105) [ajson] - Get JSON values quickly
- rustadopt/jzon-rs (⭐8) [jzon] - JSON implementation
- serde-rs/json (⭐4.9k) [serde_json] - JSON support for Serde (⭐9.2k) framework
- simd-lite/simd-json (⭐1.2k) [simd-json] - High performance JSON parser based on a port of simdjson
Jul 25, 2024
Libraries / Data streaming
- swimos/swim-rust (⭐314) [swim-rust] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
Jul 24, 2024
Applications / System tools
- ChurchTao/clipboard-rs (⭐64) [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 (⭐1.3k) - Web application and service fingerprint identification tool
Jul 10, 2024
Libraries / Scripting
- clarkmcc/cel-rust (⭐381) [cel-interpreter] - Common expression language parser and interpreter
Jul 08, 2024
Applications / Web
- importantimport/hatsu (⭐144) - 🩵 Self-hosted and fully-automated ActivityPub bridge for static sites.
Jul 07, 2024
Applications
- Ryot (⭐2k) - A self hosted application to track media consumption, fitness, etc.
Applications / Games
- buxx/OpenCombat (⭐87) - A realtime 2nd world war tactical game
- HactarCE/Hyperspeedcube (⭐72) - A modern, beginner-friendly 3D and 4D Rubik's cube simulator with customizable mouse and keyboard controls and advanced features for speedsolving
- mcthesw/game-save-manager (⭐618) - A user-friendly tool for managing game saves
Applications / System tools
- ynqa/sig (⭐589) - Interactive grep (for streaming)
Applications / Utilities
- Tabiew (⭐537) - A lightweight TUI app to view and query CSV files.
- wthrr (⭐392) - Weather companion for the terminal.
Development tools / Debugging
- kxxt/tracexec (⭐276) [tracexec] - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
Libraries / Asynchronous
- igumnoff/gabriel2 (⭐25) [gabriel2] - Gabriel2: An actor-model library based on Tokio
- tokio-rs/tokio (⭐27k) - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
Libraries / Encoding
- EDN
- edn-rs (⭐81) [edn-rs] - crate to parse and emit EDN format into Rust types.
Libraries / Game development
- Game Servers
- gamedig/rust-gamedig (⭐38) [gamedig] - Query game servers for informations such as name, players online, max players count etc.
Libraries / Parsing
- Eliah-Lakhin/lady-deirdre (⭐444) - A framework for new programming languages and LSP servers.
May 19, 2024
Applications / Database
- lancedb (⭐4.7k) [vectordb] - A serverless, low-latency vector database for AI applications
Libraries / Artificial Intelligence
- guillaume-be/rust-bert (⭐2.7k) [rust_bert] - Ready-to-use NLP pipelines and language models
May 18, 2024
Applications / Task scheduling
- tasklet (⭐30) [tasklet] - A task scheduling library written in Rust
Libraries / Data processing
- pg_lakehouse (⭐6.2k) - PostgreSQL extension that transforms Postgres into an analytical query engine over object stores like AWS S3/GCS and table formats like Delta Lake/Iceberg.
May 14, 2024
Applications / Audio and Music
- Pinepods (⭐217) - 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!
May 13, 2024
Applications / Utilities
- Mobslide (⭐358) - Desktop application that turns your smartphone into presentation remote controller.
- Vibe (⭐1.2k) - Transcribe audio or video in every language on every platform.
May 11, 2024
Applications
- EasyTier (⭐1.8k) - A simple, full-featured and decentralized mesh VPN with WireGuard support.
May 07, 2024
Libraries / Data visualization
- plotpy (⭐66) [plotpy] - Rust plotting library using Python (Matplotlib)
May 06, 2024
Development tools / Web Servers
- ATAC (⭐2k) - A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
May 02, 2024
Applications / Database
- native_db (⭐479) [native_db] - Drop-in, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly
Applications / Productivity
- ShadoySV/work-break (⭐10) [work-break] - Work and rest time balancer taking into account your current and today strain
May 01, 2024
Libraries / Parsing
- tree-sitter/tree-sitter (⭐19k) - A parser generator tool and an incremental parsing library geared towards programming tools
Apr 30, 2024
Applications / Audio and Music
- dano (⭐142) - A hashdeep/md5tree (but much more) for media files
Libraries / Compression
- zip
- zip-rs/zip2 (⭐116) [zip] - read and write ZIP archives
Apr 25, 2024
Libraries / Mobile
- Android / iOS
- ivnsch/rust_android_ios (⭐241) - An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively.
Apr 23, 2024
Applications / Text editors
- vamolessa/pepper [pepper] - An opinionated modal editor to simplify code editing from the terminal
Libraries / Text search
- pg_search (⭐6.2k) - 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.
Apr 22, 2024
Applications / Security tools
- Raspirus (⭐133) - User- and resources-friendly rules-based malware scanner
Libraries / Data processing
- datafusion (⭐6.3k) - DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
Libraries / Markup language
- insomnimus/tidier (⭐4) [tidier] - A library to format HTML, XHTML and XML documents.
Apr 16, 2024
Libraries / Compression
- zstd
- gyscos/zstd-rs (⭐527) - rust binding for the zstd compression library
Apr 15, 2024
Libraries / Parsing
- igumnoff/shiva (⭐298) - Shiva library: Implementation in Rust of a parser and generator for documents of any type (Plain text, Markdown, HTML, PDF and etc)
Apr 13, 2024
Libraries / Data visualization
- plotly (⭐1.1k) - Plotly for Rust
Apr 10, 2024
Applications
- kftray (⭐848) - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations.
Apr 04, 2024
Applications / Emulators
- IBM PC
- MartyPC (⭐584) - An IBM PC/XT emulator written in Rust.
Mar 30, 2024
Applications / Emulators
- Nintendo 64
- gopher64 (⭐91) - N64 emulator written in Rust
Mar 28, 2024
Applications / System tools
- ynqa/jnv (⭐4.9k) - Interactive JSON filter using jq
Mar 26, 2024
Applications / Blockchain
- Hyperlane (⭐336) - Framework for permissionless, modular interoperability. The offchain clients are written in Rust, as well as the smart contracts for Solana VM and CosmWasm.
Development tools / Web Servers
- fzf-make (⭐86) [fzf-make] - A command line tool that executes make target using fuzzy finder with preview window.
- typos (⭐2.7k) [typos-cli] - Source code spell checker
Mar 19, 2024
Libraries / Peripherals
- Fingerprint reader
- alvaroparker/libfprint-rs (⭐11) [libfprint-rs] - Libfprint-rs provides a wrapper around the Linux libfprint library.
Mar 18, 2024
Libraries / Network programming
- VPN
- defguard/wireguard-rs (⭐160) - A multi-platform library providing a unified high-level API for managing WireGuard interfaces using native OS kernel and userspace WireGuard protocol implementations
Mar 15, 2024
Applications / System tools
- netscanner (⭐861) - TUI Network Scanner
Mar 14, 2024
Applications / Database
- FnckSQL (⭐565) - SQL as a Function for Rust
Mar 13, 2024
Applications
- defguard (⭐1.4k) - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
Applications / Emulators
- iOS
- touchHLE (⭐2.7k) - High-level emulator for iPhone OS apps
Applications / Utilities
- str4d/rage (⭐2.7k) [rage] - Rust implementation of age (⭐17k).
Mar 05, 2024
Applications / Web Servers
- cloudflare/pingora (⭐22k) - A library for building fast, reliable and evolvable network services.
Libraries / Graphics
- PDF
- bastibense/libharu_ng (⭐15) [libharu_ng] - Easily generate PDFs from your Rust app.
- fschutt/printpdf (⭐827) - PDF writing library
- J-F-Liu/lopdf (⭐1.7k) - PDF document manipulation
- kaj/rust-pdf (⭐144) - Generating PDF files in pure Rust
Feb 25, 2024
Applications / Productivity
- yashs662/rust_kanban (⭐182) [rust-kanban] - A Kanban App for the terminal
Feb 23, 2024
Applications / Database
- ParadeDB (⭐6.2k) - ParadeDB is an Elasticsearch alternative built on Postgres, designed for real-time search and analytics.
- USearch (⭐2.2k) - Similarity Search Engine for Vectors and Strings
Applications / Text processing
- ashvardanian/stringzilla (⭐2.2k) - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON
Libraries / Data processing
- pg_analytics (⭐6.2k) - PostgreSQL extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
Libraries / Data structures
- ashvardanian/simsimd (⭐975) - SIMD-accelerated vector distances and similarity functions for x86 AVX2 & AVX-512, and Arm NEON
Feb 17, 2024
Applications / System tools
- qarmin/czkawka (⭐20k) - Multi-functional app to find duplicates, empty folders, similar images, etc.
Libraries / Markup language
- CommonMark
Feb 12, 2024
Development tools / Web Servers
- envio-cli/envio (⭐819) - A Modern And Secure CLI Tool For Managing Environment Variables
Feb 08, 2024
Applications
- mirrord (⭐3.8k) - Connect your local process and your cloud environment, and run local code in cloud conditions
Applications / Database
- darkbird (⭐493) [darkbird] - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
- SQLSync (⭐2.4k) - Multiplayer offline-first SQLite
Applications / Text editors
- zed (⭐50k) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Development tools / Profiling
- Divan (⭐954) - Simple yet powerful benchmarking library with allocation profiling
Libraries / Asynchronous
- t3hmrman/async-dropper (⭐42) [async-dropper] - Implementation of
AsyncDrop
Libraries / Email
- meli/meli (⭐673) - 🐝 terminal mail client
Libraries / GUI
- makepad/makepad (⭐5.2k) [makepad-widgets] - Makepad is a creative software development platform that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl.
Jan 21, 2024
Applications / Database
- Qrlew/qrlew (⭐41) [qrlew] - The SQL-to-SQL Differential Privacy layer
Jan 20, 2024
Applications / Blockchain
- beerus (⭐250) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡
Jan 17, 2024
Applications / Security tools
- arp-scan-rs (⭐90) - A minimalistic ARP scan tool for fast local network scans
Jan 16, 2024
Applications / Graphics
- wahn/rs_pbrt (⭐812) - Implements a counterpart to the PBRT book's (3rd edition) C++ code.
Jan 14, 2024
Applications / Audio and Music
- Spotify Player (⭐3.6k) - A Spotify player in the terminal with full feature parity.
Applications / Productivity
- ast-grep (⭐7.5k) - A CLI tool for code structural search, lint and rewriting.
Libraries / Data structures
- xfix/enum-map [enum-map] - An optimized map implementation for enums using an array to store values.
Jan 07, 2024
Libraries / Data streaming
- iggy-rs/iggy (⭐2.1k) [iggy] - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols
Jan 04, 2024
Applications / Blockchain
- polkadot-sdk (⭐1.9k) - The Parity Polkadot Blockchain SDK
Applications / Observability
- openobserve (⭐13k) - 10x easier, 140x lower storage cost, high performance, petabyte scale - Elasticsearch/Splunk/Datadog alternative.
Jan 02, 2024
Applications / Virtualization
- kata-containers/kata-containers (⭐5.6k) - A implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
Jan 01, 2024
Applications / Games
- chess-tui (⭐383) - A Chess TUI implementation ♟️
Dec 31, 2023
Applications / File manager
- joshuto (⭐3.5k) - ranger-like terminal file manager
- xplr (⭐4.2k) - A hackable, minimal, fast TUI file explorer
- yazi (⭐16k) - Blazing fast terminal file manager, based on async I/O.
Dec 30, 2023
Applications / Audio and Music
- Festival (⭐277) - A local music player/server/client
- termusic (⭐1.1k) - Music Player TUI written
Applications / Database
- Garage (⭐593) [garage] - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.
Applications / Graphics
- flxzt/rnote (⭐8.3k) - Sketch and take handwritten notes.
Applications / Operating systems
- DragonOS-Community/DragonOS (⭐900) - An operating system with a self-developed kernel from scratch and Linux compatibility.
Applications / Security tools
- entropic-security/xgadget (⭐84) [xgadget] - Fast, parallel, cross-variant ROP/JOP gadget search
Applications / System tools
- httm (⭐1.4k) - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even actual Time Machine backups!)
- LACT (⭐1.4k) - Linux AMDGPU Controller
Applications / Web Servers
- emanuele-em/proxelar (⭐409) - A MITM Proxy 🦀! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities
Development tools / Web Servers
- geiger (⭐1.4k) - A program that list statistics related to usage of unsafe code in a crate and all its dependencies
Development tools / FFI
- Ruby
- d-unsed/ruru (⭐835) - native Ruby extensions written in Rust
- danielpclark/rutie (⭐961) - native Ruby extensions written in Rust and vice versa
Libraries / Artificial Intelligence
- burn (⭐9k) - A Flexible and Comprehensive Deep Learning Framework.
Libraries / Configuration
- SergioBenitez/Figment (⭐631) [figment] - A configuration library so con-free, it's unreal.
Libraries / Cryptography
- iddm/randomorg (⭐8) - A random.org client library.
Libraries / Encoding
- Serde
- iddm/serde-aux (⭐160) - additional tools for using with the serde library.
Libraries / Game development
- Challonge
- iddm/challonge-rs (⭐2) [challonge] - Client library for the Challonge REST API. Helps to organize tournaments.
- Toornament-rs
- iddm/toornament-rs (⭐4) - Toornament.com API bindings.
Libraries / Platform specific
- Cross-platform
- iddm/thread-priority (⭐110) - Simple, crossplatform thread priority management.
- svartalf/rust-battery - Cross-platform information about the notebook batteries
Nov 18, 2023
Applications
- Rauthy (⭐350) - OpenID Connect Single Sign-On Identity & Access Management
Applications / System tools
- lodosgroup/lpm (⭐66) - An experimental system package manager
Nov 12, 2023
Applications
- UpVPN (⭐224) - WireGuard VPN client for macOS, Linux, and Windows built on Tauri.
Applications / Package Managers
- helsing-ai/buffrs (⭐219) [buffrs] - A modern package manager for protocol buffers and gRPC architectures.
Applications / Routing protocols
- Holo (⭐274) - Holo is a suite of routing protocols designed to support high-scale and automation-driven networks
Libraries / Template engine
- Handlebars
- sunng87/handlebars-rust (⭐1.3k) - Handlebars template engine with inheritance, custom helper support.
- zzau13/yarte (⭐280) - Yarte stands for Yet Another Rust Template Engine, is the fastest template engine.
Resources / Web programming
- Watch Jon Gjengset Implement BitTorrent in Rust - Implementing (part of) a BitTorrent client in Rust
Nov 03, 2023
Libraries / Scripting
- 3body-lang (⭐181) - The Three Body Language
Oct 31, 2023
Applications
- WinterJS (⭐3k) - A secure JavaScript runtime built with SpiderMonkey and Axum
Oct 25, 2023
Development tools / FFI
- C#
- csbindgen (⭐696) - generates C# bindings for Rust source files
Oct 24, 2023
Development tools / FFI
- Prolog
- mthom/scryer-prolog (⭐2.1k) - Scryer Prolog is a free software ISO Prolog system written in Rust
Oct 17, 2023
Applications
- hickory-dns - A DNS-server
Applications / Blockchain
- Sui (⭐6.2k) - A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language.
Applications / Database
- erikgrinaker/toydb (⭐6.2k) - Distributed SQL database, written as a learning project.
Applications / Graphics
- dps/rust-raytracer (⭐241) - An implementation of a very simple raytracer based on Ray Tracing in One Weekend by Peter Shirley.
- KaminariOS/rustracer (⭐71) - A PBR glTF 2.0 renderer based on Vulkan ray-tracing.
- rodrigorc/papercraft (⭐131) - A tool to unwrap 3D models and create them in paper with scissors and glue.
Applications / System tools
- mdgaziur/findex (⭐589) - Findex is a highly customizable application finder using GTK3
- pkolaczk/fclones (⭐2k) - Efficient duplicate file finder and remover
Applications / Utilities
- wrestic (⭐84) - A wrapper around restic.
Applications / Video
- gyroflow/gyroflow (⭐6.8k) - Video stabilization application using gyroscope data
Libraries / Automotive
- idletea/tokio-socketcan (⭐35) [tokio-socketcan] - Linux SocketCAN support for tokio based on the socketcan crate
Sep 24, 2023
Libraries / Network programming
- QUIC
- aws/s2n-quic (⭐1.2k) - An implementation of the IETF QUIC protocol
- cloudflare/quiche (⭐9.5k) - cloudflare implementation of the QUIC transport protocol and HTTP/3
- mozilla/neqo (⭐1.8k) - an Implementation of QUIC
- quinn-rs/quinn (⭐3.8k) - Futures-based QUIC implementation
- tencent/tquic (⭐1.1k) - A high-performance, lightweight, and cross-platform QUIC library
Sep 23, 2023
Libraries / Email
- duesee/imap-codec (⭐39) [imap-codec] - Rock-solid and complete codec for IMAP
Sep 15, 2023
Applications / Blockchain
- wagyu (⭐614) [wagyu] - Library for generating cryptocurrency wallets
Applications / Games
- maras-archive/rsnake (⭐137) - Snake.
Applications / System tools
- eza-community/eza (⭐12k) - A replacement for 'ls'
Aug 27, 2023
Applications / Emulators
- Nintendo DS
- dust (⭐228) - A Nintendo DS emulator
Applications / Utilities
- suckit (⭐747) - Recursively visit and download a website's content to your disk.
Aug 24, 2023
Libraries / eBPF
- aya/aya-rs (⭐3.2k) - Built with a focus on developer experience and operability.
- libbpf/libbpf-rs (⭐787) - A minimal and opinionated eBPF tooling.
Aug 20, 2023
Libraries / Email
- tweedegolf/mailcrab (⭐732) - Email test server for development.
Aug 18, 2023
Libraries / Filesystem
- Operations
- Camino (⭐437) [camino] - Like Rust's std::path::Path, but UTF-8.
- OpenDAL (⭐3.4k) [opendal] - A unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.
- ParthJadhav/Rust_Search (⭐140) [rust_search] - Blazingly fast file search library.
- pop-os/dbus-udisks2 (⭐18) [dbus-udisks2] - UDisks2 DBus API
- pop-os/sys-mount (⭐41) [sys-mount] - High level abstraction for the
mount
/umount2
system calls. - vitiral/path_abs (⭐51) [path_abs] - Absolute serializable path types and associated methods.
- webdesus/fs_extra (⭐301) - expanding opportunities standard library std::fs and std::io
Aug 12, 2023
Applications / Utilities
- mrjackwills/oxker (⭐717) [oxker] - A simple tui to view & control docker containers.
Aug 11, 2023
Applications / Web Servers
- mu-arch/skyfolder (⭐128) - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
Aug 10, 2023
Applications
- doprz/dipc (⭐236) - Convert your favorite images and wallpapers with your favorite color palettes/themes
Development tools / Web Servers
- frolic (⭐183) - An API layer to build customer facing dashboards 10x faster
Libraries / Artificial Intelligence
- huggingface/candle (⭐16k) [candle-core] - a minimalist ML framework with a focus on easiness of use and on performance (including GPU support)
Libraries / Compression
- 7z
- [sevenz-rust] - A 7z decompressor/compressor written in pure rust.
Libraries / Graph algorithms
- neo4j-labs/graph (⭐387) - A library for high-performant graph algorithms
Aug 04, 2023
Applications / System tools
- atuin (⭐21k) [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.
Aug 02, 2023
Applications / Utilities
- rust-parallel (⭐163) - Fast command line app using Tokio to execute commands in parallel. Similar interface to GNU Parallel or xargs.
Jul 29, 2023
Applications / Database
- GreptimeDB (⭐4.3k) - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.
Jul 22, 2023
Development tools / Embedded
- Firmware
- oreboot/oreboot (⭐1.6k) - oreboot is a fork of coreboot, with C removed, written in Rust
Jul 21, 2023
Libraries / Geospatial
- MapLibre/Martin (⭐2.3k) - Map tile server with PostGIS, MBTiles, PMTiles, and sprites support.
Jul 20, 2023
Applications
- shoes (⭐232) - A multi-protocol proxy server
Jul 15, 2023
Applications / System tools
- GQL (⭐3.3k) - A SQL like query language to run on .git files.
Applications / Utilities
- rustic-rs/rustic (⭐2k) [rustic-rs] - Fast, encrypted, deduplicated backups powered by Rust.
Jul 08, 2023
Libraries / Data visualization
- blitzarx1/egui_graphs (⭐422) [egui_graphs] - Interactive graph visualization widget powered by egui and petgraph.
Libraries / Scripting
- kcl (⭐1.7k) - A constraint-based record & functional language mainly used in configuration and policy scenarios.
Jul 03, 2023
Applications / Graphics
- rustq/vue-skia (⭐301) - Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering.
Libraries / Finance
- d-e-s-o/apca (⭐147) [apca] - Opinionated and comprehensive bindings to the Alpaca API for stock trading and more.
Jul 02, 2023
Applications / Blockchain
- cairo-vm (⭐522) - Implementation of the Cairo VM
Libraries / Command-line
- Style
- colored (⭐1.7k) [colored] - Coloring terminal so simple, you already know how to do it!
- console-rs/dialoguer (⭐1.3k) [dialoguer] - Library for command line prompts and similar things.
- LukasKalbertodt/bunt (⭐226) [bunt] - cross-platform terminal colors and styling with macros
- LukasKalbertodt/term-painter (⭐79) [term-painter] - cross-platform styled terminal output
- ogham/rust-ansi-term (⭐457) [ansi_term] - control colours and formatting on ANSI terminals
- SergioBenitez/yansi (⭐247) [yansi] - A dead simple ANSI terminal color painting library
Jun 30, 2023
Libraries / Finance
- avhz/RustQuant (⭐1.1k) [RustQuant] - A quantitative finance library.
Jun 27, 2023
Libraries / Artificial Intelligence
- coreylowman/dfdx (⭐1.7k) - CUDA accelerated machine learning framework that leverages many of Rust's unique features.
Jun 22, 2023
Applications
- mdBook (⭐18k) - A command line utility to create books from markdown files
Jun 20, 2023
Applications / Text processing
- jqnatividad/qsv (⭐2.5k) [qsv] - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more.
Jun 18, 2023
Applications / Productivity
- LLDAP (⭐4.5k) - Simplified LDAP interface for authentication.
Jun 17, 2023
Libraries / Email
- mailtutan/mailtutan (⭐171) - An SMTP server for test and development environment.
Jun 16, 2023
Applications / Games
- mtkennerly/ludusavi (⭐2.8k) - Backup tool for PC game saves
Applications / Security tools
- cotp (⭐255) - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
Jun 12, 2023
Applications / Routing protocols
- RustyBGP (⭐486) - BGP
Jun 11, 2023
Applications / Blockchain
- artemis (⭐2.3k) - A simple, modular, and fast framework for writing MEV bots.
Development tools / Deployment
- MarcoIeni/release-plz (⭐842) [release-plz] - Release crates from CI, with changelog generation and semver check.
Jun 09, 2023
Applications / Database
- Neon (⭐15k) - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
Jun 08, 2023
Applications / Blockchain
- svm-rs (⭐256) - Solidity-Compiler Version Manager.
Applications / Utilities
- nix-community/nix-melt (⭐232) - A ranger-like flake.lock viewer
May 31, 2023
Libraries / Platform specific
- Windows
- microsoft/windows-rs (⭐10k) - Rust for Windows
- retep998/winapi-rs (⭐1.8k) - Windows API bindings
May 29, 2023
Applications
- Rio (⭐4k) - A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.
May 27, 2023
Libraries / Astronomy
- cds-astro/aladin-lite (⭐102) - Web application for visualizing spatial and planetary image surveys in different projections
May 26, 2023
Applications
- innernet (⭐5k) - An overlay or private mesh network that uses Wireguard under the hood
Applications / Utilities
- warpdotdev/Warp (⭐21k) - 💲 Warp is a blazingly-fast modern GPU-accelerated terminal built to make you and your team more productive.
Development tools / Web Servers
- intelli-shell (⭐233) - Bookmark commands with placeholders and search or autocomplete at any time
Development tools / FFI
- C
- mozilla/cbindgen (⭐2.4k) - generates C header files from Rust source files. Used in Gecko for WebRender
- Sean1708/rusty-cheddar (⭐191) - generates C header files from Rust source files
Libraries / Cryptography
- arkworks-rs/circom-compat (⭐238) - Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation.
Libraries / Data streaming
- ArroyoSystems/arroyo (⭐3.8k) - High-performance real-time analytics in Rust and SQL
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.
Apr 24, 2023
Applications / Database
- Atomic-Server (⭐1k) [atomic-server] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes.
Libraries / Data structures
- greyblake/nutype (⭐1.4k) [nutype] - define newtype structures with validation constraints.
Libraries / Distributed systems
- Other
- build-trust/ockam (⭐4.5k) [ockam] - End-to-End Encryption, Mutual Authentication, and ABAC for distributed applications
Apr 15, 2023
Development tools / FFI
- PHP
- phper-framework/phper (⭐295) - The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
Apr 14, 2023
Applications / Payments
- hyperswitch (⭐13k) - An open source payments orchestrator that lets you connect with multiple payment processors and route payment traffic effortlessly, all with a single API integration
Apr 13, 2023
Libraries / Game development
- Skillratings
- atomflunder/skillratings (⭐43) [skillratings] - Collection of skill rating algorithms for multiplayer games like Elo, Glicko-2, TrueSkill etc.
Apr 09, 2023
Libraries / Text processing
- null8626/decancer (⭐102) [decancer] - A tiny package that removes common unicode confusables/homoglyphs from strings.
Apr 07, 2023
Applications / Operating systems
- Andy-Python-Programmer/aero (⭐1.2k) - A modern, unix-like operating system following the monolithic kernel design.
Libraries / Encoding
- FlatBuffers
- frol/flatc-rust (⭐107) - FlatBuffers compiler (flatc) integration for Cargo build scripts
Mar 30, 2023
Development tools / Profiling
- Bencher (⭐553) - A suite of continuous benchmarking tools designed to catch performance regressions in CI
Mar 27, 2023
Applications / Blockchain
- madara (⭐532) - Kaioshin is a ⚡ blazing fast ⚡ Starknet sequencer, based on substrate.
Applications / System tools
- nushell/nushell (⭐33k) - A new type of shell
- supercilex/fuc (⭐355) - Fast
cp
andrm
commands
Libraries / Video
- ffmpeg-sidecar (⭐279) - Wrap a standalone FFmpeg binary in an intuitive Iterator interface.
Mar 24, 2023
Libraries / Artificial Intelligence
- zurawiki/tiktoken-rs (⭐256) [tiktoken-rs] - Library for tokenizing text with OpenAI models using tiktoken.
Mar 18, 2023
Applications / System tools
- lsd (⭐14k) - An ls with a lot of pretty colors and awesome icons
Mar 15, 2023
Applications / File manager
- broot (⭐11k) - A new way to see and navigate directory trees (get an overview of a directory, even a big one; find a directory then
cd
to it; never lose track of file hierarchy while you search; manipulate your files, ...), further reading dystroy.org/broot
Mar 09, 2023
Applications / Utilities
- Epic Asset Manager (⭐408) - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
Mar 07, 2023
Libraries / Image processing
- marekm4/dominant_color (⭐34) [dominant_color] - Dominant color extractor
Mar 02, 2023
Libraries / Caching
- 06chaynes/http-cache (⭐68) [http-cache] - A caching middleware that follows HTTP caching rules
Mar 01, 2023
Libraries / Caching
- moka-rs/moka (⭐1.6k) - A high performance concurrent caching library inspired by the Caffeine library for Java
Feb 28, 2023
Libraries / Caching
- zkat/cacache-rs (⭐539) - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs
Libraries / Network programming
- gRPC
- hyperium/tonic (⭐10k) - 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
Feb 27, 2023
Libraries / Data visualization
- rerun (⭐6.6k) - [rerun] - An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time.
Feb 26, 2023
Applications / Audio and Music
- figsoda/mmtc (⭐96) [mmtc] - Minimal mpd terminal client that aims to be simple yet highly configurable
Feb 23, 2023
Libraries / Graph algorithms
- petgraph/petgraph (⭐2.9k) - Graph data structure library.
Feb 19, 2023
Libraries / Email
- stalwartlabs/mail-auth (⭐84) [mail-auth] - DKIM, ARC, SPF and DMARC message authentication library
Feb 17, 2023
Libraries / Artificial Intelligence
- 64bit/async-openai (⭐1.2k) [async-openai] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
Feb 14, 2023
Applications / Productivity
- illacloud/illa (⭐241) [ILLA Cloud] - Low-code internal tool builder.
Feb 09, 2023
Libraries / Data visualization
- mazznoer/colorgrad-rs (⭐288) [colorgrad] - Color scales library for data visualization, charts, games, maps, generative art and others.
Libraries / Encoding
- NetCDF
- georust/netcdf (⭐83) [netcdf] - Medium-level netCDF bindings, allowing easy reading and writing of array-like structures to a file.
Feb 06, 2023
Applications / Security tools
- cargo-crev - A cryptographically verifiable code review system for the cargo package manager.
Libraries / Parsing
- hmeyer/stl_io - A parser for STL (STereoLithography) files
Feb 05, 2023
Applications / Emulators
- iPod
- clicky (⭐169) - A clickwheel iPod emulator (WIP)
Feb 03, 2023
Libraries / System
- GuillaumeGomez/sysinfo (⭐2.1k) [sysinfo] - Cross-platform library to fetch system information
Feb 02, 2023
Applications / Utilities
- nix-community/nix-init (⭐915) - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more
Libraries / System
- ardaku/whoami (⭐195) [whoami] - crate to get the current user and environment.
Jan 31, 2023
Applications / Database
- CozoDB (⭐3.4k) - A transactional, relational database that uses Datalog and focuses on graph data and algorithms. Time-travel-capable, and fast!
Applications / System tools
- j0ru/kickoff (⭐408) - Fast and snappy wayland program launcher
Jan 28, 2023
Applications / Video
- vidmerger (⭐126) - Merge video & audio files via CLI
Libraries / Parsing
- comex/rust-shlex (⭐103) [shlex] - Split a string into shell words, like Python's shlex.
Jan 25, 2023
Libraries / Encoding
- TOML
- tamasfe/taplo (⭐1.5k) [taplo] - A TOML toolkit
- toml-rs/toml (⭐727) -
Jan 23, 2023
Applications / Emulators
- PlayStation 4
- Obliteration (⭐635) - Experimental PS4 emulator for Windows, macOS and Linux
Libraries / Encoding
- rkyv
- rkyv/rkyv (⭐3k) [rkyv] - rkyv (archive) is a zero-copy deserialization framework
Jan 20, 2023
Libraries / Platform specific
- Linux
- hannobraun/inotify-rs (⭐262) - inotify bindings
- pop-os/distinst (⭐221) - Linux distribution installer
- yaa110/rust-iptables (⭐86) [iptables] - iptables bindings
Jan 19, 2023
Applications / Text editors
- emacs-ng (⭐1.7k) - Complementing the C codebase with rust code to introduce new features.
- Lapce (⭐35k) - A modern editor with a backend. Taking inspiration from the discontinued xi-editor (⭐20k).
Libraries / GUI
- xilem (⭐3.7k) - Successor of the data-first UI design toolkit druid (⭐9.6k).
Jan 16, 2023
Libraries / Configuration
- softprops/envy (⭐862) - deserialize env vars into typesafe structs
Jan 15, 2023
Applications / Security tools
- cargo-audit - Audit Cargo.lock for crates with security vulnerabilities
- cargo-auditable - Make production Rust binaries auditable
- cargo-deny - Cargo plugin to help you manage large dependency graphs
Jan 10, 2023
Libraries / Peripherals
- Serial Port
- serialport/serialport-rs (⭐509) [serialport] - A cross-platform library that provides access to a serial port
Jan 08, 2023
Applications / Database
- DB3 Network (⭐367) - DB3 is a community-driven blockchain layer2 decentralized database network
Applications / Utilities
- nix-community/nurl (⭐476) [nurl] - Generate Nix fetcher calls from repository URLs
Development tools / Build system
- Nix
- nix-community/fenix (⭐695) - Rust toolchains and rust analyzer nightly for nix
Libraries / Cryptography
- facebook/opaque-ke (⭐302) - Implementation of the recent OPAQUE password-authenticated key exchange.
Libraries / Parsing
- rust-bakery/nom (⭐9.5k) - parser combinator library
Dec 23, 2022
Applications
- Sniffnet (⭐19k) - Cross-platform application to monitor your network traffic with ease
Dec 18, 2022
Applications
- Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!)
Dec 11, 2022
Applications / Audio and Music
- WhatBPM (⭐75) - 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.
Nov 25, 2022
Applications / Blockchain
- cairo (⭐1.6k) - 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
- sigma-rust (⭐69) - ErgoTree interpreter and wallet-related features.
Nov 23, 2022
Applications / Social networks
- Mastodon
- Rustodon (⭐873) - A Mastodon-compatible, ActivityPub-speaking server.
Nov 07, 2022
Applications / Web
- libreddit (⭐5k) - An alternative private front-end to Reddit
Oct 29, 2022
Applications
- SWC (⭐31k) - super-fast TypeScript / JavaScript compiler
Applications / Web Servers
- static-web-server (⭐1.5k) - A blazing fast and asynchronous web server for static files-serving. ⚡
Oct 14, 2022
Applications / Emulators
- GameMaker
- OpenGMK (⭐283) - 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.
Oct 03, 2022
Applications / Emulators
- Flash Player
- Ruffle (⭐16k) - Ruffle is an Adobe Flash Player emulator. Ruffle targets both the desktop and the web using WebAssembly.
Oct 01, 2022
Applications / Blockchain
- ibc-rs (⭐449) - Implementation of the Interblockchain Communication protocol
Development tools / Web Servers
- bacon (⭐2k) - background rust code checker, similar to cargo-watch
Libraries / Audio and Music
- musitdev/portmidi-rs (⭐76) - PortMidi bindings
Sep 26, 2022
Libraries / Network programming
- HTTP
- Hurl (⭐13k) - Run and test HTTP requests with plain text and libcurl
Sep 23, 2022
Applications / Security tools
- AFLplusplus/LibAFL (⭐2k) - Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, etc.
Sep 21, 2022
Libraries / Network programming
- IPNetwork
- achanda/ipnetwork (⭐121) - A library to work with IP networks
- candrew/netsim (⭐142) - A library for network simulation and testing
Sep 03, 2022
Applications / Database
- RisingWaveLabs/RisingWave (⭐7k) - the next-generation streaming database in the cloud
- SurrealDB (⭐27k) - A scalable, distributed, document-graph database
Applications / System tools
- trippy (⭐3.8k) - A network diagnostic tool
Aug 31, 2022
Libraries / Scripting
Aug 27, 2022
Applications
- fend (⭐671) - Arbitrary-precision unit-aware calculator
Development tools / Formatters
- rustfmt (⭐6k) - Rust code formatter maintained by the Rust team and included in cargo
Aug 17, 2022
Libraries / Data structures
- becheran/grid (⭐82) [grid] - Provide a two dimensional data structure that is easy to use and fast.
Aug 15, 2022
Development tools / Formatters
- dprint (⭐3.2k) - A pluggable and configurable code formatting platform
- Prettier Rust (⭐181) - An opinionated Rust code formatter that autofixes bad syntax (Prettier community plugin)
Aug 12, 2022
Development tools / Web Servers
- hot-lib-reloader (⭐616) - Hot reload Rust code
Libraries / Virtualization
- oxidecomputer/propolis (⭐180) - Userspace program for illumos bhyve kernel modules
Aug 10, 2022
Libraries / Automotive
- mbr/socketcan (⭐143) [socketcan] - Linux SocketCAN library
Libraries / Database
- ORM [orm]
- Brendonovich/prisma-client-rust (⭐1.9k) - An autogenerated query builder that provides simple and fully type-safe database access using the Prisma ecosystem.
- diesel-rs/diesel (⭐13k) - an ORM and Query builder
- ivanceras/rustorm (⭐250) - an ORM
- njord (⭐403) - ⛵ A versatile, feature-rich Rust ORM
- rbatis/rbatis (⭐2.3k) - ORM Framework High Performance(JSON based)
- SeaQL/sea-orm (⭐7.4k) - 🐚 An async & dynamic ORM
- SeaQL/seaography (⭐401) - 🧭 GraphQL framework for SeaORM
Aug 09, 2022
Libraries / Network programming
- Raknet
- b23r0/rust-raknet (⭐226) - RakNet Protocol implementation
Jul 31, 2022
Applications / Image processing
- shssoichiro/oxipng (⭐2.9k) [oxipng] - Multithreaded PNG optimizer written in Rust.
Libraries / Concurrency
- zonyitoo/coio-rs (⭐456) - Coroutine I/O
- crossbeam-rs/crossbeam (⭐7.5k) - Support for parallelism and low-level concurrency
- orium/archery (⭐141) [archery] - Library to abstract from
Rc
/Arc
pointer types.
- Rayon (⭐11k) - A data parallelism library
- rustcc/coroutine-rs (⭐414) - Coroutine Library
Libraries / Data processing
- amv-dev/yata (⭐331) - high performance technical analysis library
- bluss/ndarray (⭐3.6k) - N-dimensional array with array views, multidimensional slicing, and efficient operations
- kernelmachine/utah (⭐143) - Dataframe structure and operations
- pola-rs/polars (⭐30k) - Fast feature complete DataFrame library
- weld-project/weld (⭐3k) - High-performance runtime for data analytics applications
Libraries / Data streaming
- infinyon/fluvio (⭐3.9k) - Programmable data streaming platform
Libraries / Data structures
- billyevans/tst (⭐23) [tst] - Ternary search tree collection
- contain-rs - Extension of Rust's std::collections
- danielpclark/array_tool (⭐76) - 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 (⭐405) - a hack to allow for arrays sized by typenums
- garro95/priority-queue (⭐175)[priority-queue] - A priority queue that implements priority changes.
- mrhooray/kdtree-rs (⭐230) - K-dimensional tree for fast geospatial indexing and nearest neighbors lookup
- orium/rpds (⭐1.3k) [rpds] - Persistent data structures.
- RoaringBitmap/roaring-rs (⭐763) - Roaring Bitmaps
- rust-itertools/itertools (⭐2.8k) - Extra iterator adaptors, functions and macros
- tnballo/scapegoat (⭐254) [scapegoat] - Safe, fallible, stack-only alternative to
BTreeSet
andBTreeMap
.
- yamafaktory/hypergraph (⭐285) [hypergraph] - Hypergraph is a data structure library to generate directed hypergraphs.
Libraries / Data visualization
- djduque/pgfplots (⭐120) [pgfplots] - Library to generate publication-quality figures.
- milliams/plotlib (⭐466) - Data plotting library for Rust
- saresend/gust (⭐131) - A small charting/visualization tool and partial vega implementation
Jul 30, 2022
Development tools / Testing
- Mutation Testing
- cargo-mutants (⭐600) [cargo-mutants] - Finds inadequately tested code by injecting mutations, no source changes required.
- mutagen (⭐628) [mutagen] - A source-level mutation testing framework (nightly only)
Jul 22, 2022
Applications / Blockchain
- Holochain (⭐1.2k) - Scalable P2P alternative to blockchain for all those distributed apps you always wanted to build.
Applications / System tools
- pueue (⭐5k) - Manage your long running shell commands.
Libraries / Compression
- gzip
- zopfli (⭐37) [zopfli] - implementation of the Zopfli compression algorithm for higher quality deflate or zlib compression
Libraries / Mobile
- Generic
- Geal/rust_on_mobile (⭐172) - iOS CocoaPods / Android JNI
- redbadger/crux (⭐1.8k) [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.
Jul 10, 2022
Applications / Productivity
- espanso (⭐10k) - A cross-platform Text Expander.
Jul 05, 2022
Applications / Utilities
- mprocs (⭐1.5k) - TUI for running multiple processes
Jun 30, 2022
Applications / Blockchain
- ethabi (⭐517) - Encode and decode smart contract invocations.
- ethers-rs (⭐2.5k) - Complete Ethereum & Celo library and wallet implementation.
- etk (⭐360) - etk is a collection of tools for writing, reading, and analyzing EVM bytecode.
- Foundry (⭐8.3k) - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development.
- Lighthouse (⭐2.9k) - Ethereum Consensus Layer (CL) Client
- mev-inspect-rs (⭐551) - Ethereum MEV Inspector.
- opensea-rs (⭐243) - Bindings & CLI to the Opensea API and Contracts.
- revm (⭐1.7k) - Revolutionary Machine (revm) is a fast Ethereum virtual machine.
Libraries / Command-line
- Prompt
- hashmismatch/terminal_cli.rs (⭐55) [terminal_cli] - build an interactive command prompt
- mikaelmello/inquire (⭐2k) [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 (⭐269) [promkit] - A toolkit for building interactive command-line tools
Jun 25, 2022
Applications / Games
- gorilla-devs/ferium (⭐1.2k) - 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
Jun 24, 2022
Applications / Security tools
- Inspektor (⭐283) - A database protocol-aware proxy that is used to enforce access policies 👮
Applications / Text processing
- ruplacer (⭐447) - Find and replace text in source files
Jun 20, 2022
Libraries / Game development
- Raylib
- deltaphc/raylib-rs (⭐781) [raylib] - Bindings for raylib
Libraries / Logging
- rbatis/fast_log (⭐245) - Async log High-performance asynchronous logging
Libraries / Virtualization
- bytecodealliance/wasmtime (⭐15k) - A standalone runtime for WebAssembly
Jun 12, 2022
Development tools / Embedded
- nRF
- nrf-rs/nrf-hal (⭐507) - A Rust HAL for the nRF family of devices
Jun 11, 2022
Applications
- habitat (⭐2.6k) - A tool created by Chef to build, deploy, and manage applications.
Libraries / Audio and Music
- RustAudio
- RustAudio/cpal (⭐2.7k) - Low-level cross-platform audio I/O library.
- RustAudio/rodio (⭐1.8k) - Audio playback library
- RustAudio/rust-portaudio (⭐373) - PortAudio bindings
Jun 05, 2022
Applications / Text processing
- dominikwilkowski/cfonts (⭐1.6k) [cfonts] - Sexy ANSI fonts for the console
Libraries / GUI
- iced-rs/iced (⭐25k) [iced] - A cross-platform GUI library, focused on simplicity and type-safety. Inspired by Elm.
Jun 03, 2022
Applications / Web
- Revolt/backend (⭐1.2k) - User-first chat platform built with modern web technologies.
Development tools / Web Servers
- mask (⭐1.1k) - A CLI task runner defined by a simple markdown file
May 31, 2022
Libraries / Email
- stalwartlabs/mail-send (⭐209) [mail-send] - E-mail builder and SMTP client library with DKIM support
May 30, 2022
Development tools / Embedded
- 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.
May 20, 2022
Libraries / Network programming
- Socket.io
- 1c3t3a/rust-socketio (⭐420) [rust_socketio] - an implementation of a socket.io client written in Rust.
May 19, 2022
Applications / Database
- Qdrant (⭐21k) - An open source vector similarity search engine with extended filtering support
May 09, 2022
Libraries / Text search
- tantivy (⭐12k) [tantivy] - A horse-speed full-text search engine library written in Rust.
Apr 25, 2022
Applications
- shuttle (⭐6.1k) - A serverless platform.
Development tools / Build system
- Fleet (⭐2.4k) [fleet-rs] - The blazing fast build tool for Rust.
Apr 23, 2022
Libraries / Audio and Music
- Serial-ATA/lofty-rs (⭐193) [lofty] - A library for reading and editing the metadata of various audio formats
Apr 18, 2022
Applications / Blockchain
- electrumrs (⭐1.1k) - An efficient re-implementation of Electrum Server.
- rust-lightning (⭐1.2k) - 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.
Libraries / Cloud
- Multi Cloud
- Qovery/engine (⭐2.3k) - Abstraction layer library that turns easy application deployment on Cloud providers in just a few minutes
Libraries / Network programming
- MQTT
- bytebeamio/rumqtt (⭐1.6k) - A library for developers to build applications that communicate with the MQTT protocol over TCP and WebSockets, with or without TLS.
- rmqtt/rmqtt (⭐567) - MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era
Apr 16, 2022
Applications / System tools
- orhun/systeroid (⭐1.3k) - A more powerful alternative to sysctl(8) with a terminal user interface
Applications / Web Servers
- orhun/rustypaste (⭐792) - A minimal file upload/pastebin service
Development tools / Web Servers
- git-cliff (⭐9.3k) - A highly customizable Changelog Generator that follows Conventional Commit specifications
Apr 10, 2022
Applications / Operating systems
- theseus-os/Theseus (⭐2.9k) - A safe-language, single address space and single privilege level OS written from scratch -
Apr 08, 2022
Applications / Text processing
- Melody (⭐4.6k) - A language that compiles to regular expressions and aims to be more easily readable and maintainable
Apr 07, 2022
Libraries / Audio and Music
- insomnimus/nodi (⭐21) [nodi] - A library for playback and abstraction of MIDI files.
Apr 05, 2022
Applications / Observability
- Quickwit-oss/quickwit (⭐8.3k) - Cloud-native and highly cost-efficient search engine for log management.
Mar 29, 2022
Libraries / Command-line
- Pipeline
- hniksic/rust-subprocess (⭐427) [subprocess] - facilities for interaction with external pipelines
- imp/pager-rs [pager] - pipe your output through an external pager
- oconnor663/duct.rs (⭐829) [duct] - A builder for subprocess pipelines and IO redirection
- rust-cli/rexpect (⭐328) [rexpect] - automate interactive applications such as ssh, ftp, passwd, etc
- zhiburt/expectrl (⭐174) [expectrl] - A library for controlling interactive programs in a pseudo-terminal
Mar 20, 2022
Applications / Web
- cfal/tobaru (⭐193) - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading.
Mar 18, 2022
Applications / Games
- ttyperacer/terminal-typeracer - Single player typing test game written for the terminal
Mar 17, 2022
Applications / Utilities
- 1History (⭐456) - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file
Libraries / Command-line
- Other
- mgrachev/update-informer (⭐210) [update-informer] - Update informer for CLI applications. It checks for a new version on Crates.io and GitHub
Mar 16, 2022
Development tools / Web Servers
- comtrya (⭐509) - A configuration management tool for localhost / dotfiles
Mar 02, 2022
Libraries / GUI
- slint-ui/slint (⭐18k) slint - Slint is a toolkit to efficiently develop fluid graphical user interfaces for embedded devices and desktop applications.
Feb 19, 2022
Development tools / Embedded
- Arduino
- avr-rust/ruduino (⭐703) - Reusable components for the Arduino Uno.
Feb 12, 2022
Libraries / GUI
- DioxusLabs/dioxus (⭐22k) - a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Feb 10, 2022
Development tools / Web Servers
- create-rust-app (⭐1.5k) - Set up a modern rust+react web app by running one command.
Feb 09, 2022
Applications / Emulators
- ZX Spectrum
Libraries / Authentication
- constantoine/totp-rs (⭐183) [totp-rs] - 2fa library to generate and verify TOTP-based tokens
Feb 07, 2022
Libraries / Network programming
- Bluetooth
- bluez/bluer (⭐319) [bluer] - Official BlueZ bindings.
Feb 06, 2022
Development tools / Web Servers
- dan-t/rusty-tags (⭐407) - create ctags/etags for a cargo project and all of its dependencies
Feb 02, 2022
Applications / Security tools
- epi052/feroxbuster (⭐6k) - A simple, fast, recursive content discovery tool.
Libraries / Cryptography
- racum/rust-djangohashers (⭐54) [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.
Feb 01, 2022
Applications / Security tools
- Cherrybomb (⭐1.1k) - Stop half-done API specifications with a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.
Jan 23, 2022
Applications / Audio and Music
- Glicol (⭐2.3k) - Graph-oriented live coding language, for collaborative musicking in browsers.
Jan 22, 2022
Libraries / Text processing
- cpc (⭐130) - Parses and calculates strings of math with support for units and unit conversion, from
1+2
to1% of round(1 lightyear / 14!s to km/h)
.
Jan 21, 2022
Applications / Emulators
- CHIP-8
- ColinEberhardt/wasm-rust-chip8 (⭐258) - A WebAssembly CHIP-8 emulator.
- starrhorne/chip8-rust (⭐142) - chip8 emulator
Development tools / IDEs
- 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
Jan 20, 2022
Applications / Productivity
- Bartib (⭐685) [Bartib] - A simple timetracker for the command line
Jan 17, 2022
Development tools / IDEs
- lapce (⭐35k) - Lightning-fast and Powerful Code Editor written in Rust.
Jan 14, 2022
Applications
- zellij (⭐22k) - A terminal multiplexer (workspace) with batteries included
Jan 10, 2022
Libraries / GUI
- emilk/egui (⭐22k) - Simple, fast, and highly portable immediate mode GUI library. egui runs on the web, natively, and in your favorite game engine.
Jan 03, 2022
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 (⭐52) - Mini Testing/Test-Driven Framework
- 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 (⭐119) [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 (⭐147) - A universal load testing framework, with real-time tui support.
- rstest - Fixture-based test framework
- speculate - An RSpec inspired minimal testing framework
- Mocking and Test Data
- asomers/mockall (⭐1.5k) [mockall] - A powerful mock object library.
- fake-rs (⭐924) - A library for generating fake data
- goldenfile (⭐38) [goldenfile] - A library providing a simple API for goldenfile testing.
- httpmock (⭐487) - HTTP mocking
- mockiato - A strict, yet friendly mocking library for unstable Rust 2018
- mockito - HTTP mocking
- nrxus/faux (⭐437) - A library to create mocks out of structs.
- synth (⭐1.4k) - Generate database data declaratively.
- Property Testing and Fuzzing
- proptest - property testing framework inspired by the Hypothesis framework for Python
- quickcheck - A Rust implementation of QuickCheck
- rust-fuzz/afl.rs (⭐1.7k) - A Rust fuzzer, using AFL
Dec 31, 2021
Libraries / Artificial Intelligence
- smartcorelib/smartcore (⭐706) - Machine Learning Library
Dec 21, 2021
Applications / Database
- vorot93/libmdbx-rs (⭐83) [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.
Dec 14, 2021
Development tools / Web Servers
- fw (⭐538) - workspace productivity booster
Libraries / Command-line
- Argument parsing
- clap-rs (⭐14k) [clap] - A simple to use, full featured command-line argument parser
- cliparser - Simple command line parser.
- docopt/docopt.rs (⭐754) [docopt] - Implementation of DocOpt
- google/argh (⭐1.7k) [argh] - An opinionated Derive-based argument parser optimized for code size
- killercup/quicli (⭐541) [quicli] - quickly build cool CLI apps
- ksk001100/seahorse (⭐291) [seahorse] - A minimal CLI framework
- TeXitoi/structopt (⭐2.7k) [structopt] - parse command line argument by defining a struct
Libraries / Image processing
- image-rs/imageproc (⭐758) - An image processing library, based on the
image
library.
Dec 13, 2021
Libraries / Image processing
- rust-cv/cv (⭐854) - Implement computer vision algorithms, abstractions, and systems.
#[no_std]
is supported where possible.
Dec 01, 2021
Libraries / Functional Programming
- Prelude
- JasonShin/fp-core.rs (⭐1.3k) - A library for functional programming
- myrrlyn/tap (⭐411) - Suffix-Position Pipeline Behavior
Nov 27, 2021
Applications / System tools
- sharkdp/fd (⭐34k) - A simple, fast and user-friendly alternative to find.
Nov 22, 2021
Applications
- wasmer (⭐19k) - A safe and fast WebAssembly runtime supporting WASI and Emscripten
Nov 06, 2021
Libraries / Game development
- bracket-lib (previously RLTK)
- bracket-lib (⭐1.5k) [bracket-lib] - The Roguelike Toolkit (RLTK).
- Tcod-rs
- tomassedovic/tcod-rs (⭐228) - Libtcod bindings.
- Warning: Not maintained anymore
Nov 04, 2021
Registries / Web programming
- w4/chartered (⭐129) - A private, authenticated, permissioned Cargo registry
Nov 02, 2021
Applications / System tools
- uutils/coreutils (⭐18k) - A cross-platform rewrite of the GNU coreutils
Nov 01, 2021
Libraries / Email
- stalwartlabs/mail-parser (⭐301) [mail-parser] - A fast and robust e-mail parsing library with full MIME support
Oct 27, 2021
Libraries / Database
NoSQL [nosql]
- ArangoDB
- Aragog [aragog] - A Lightweight ArangoDB Object document, relational and graph mapper
- Arangors (⭐128) [arangors] - An ArangoDB driver
- Cassandra [cassandra, cql]
- AlexPikalov/cdrs (⭐342) [cdrs] - native client
- cassandra-rs (⭐134) - bindings to the DataStax C/C++
- krojew/cdrs-tokio (⭐137) - 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 (⭐36) [couchdb] - Client for the CouchDB REST API
- DynamoDB [dynamodb]
- softprops/dynomite (⭐220) - A library for strongly-typed and convenient interaction with
rusoto_dynamodb
- softprops/dynomite (⭐220) - A library for strongly-typed and convenient interaction with
- Elasticsearch [elasticsearch]
- benashford/rs-es (⭐217) [rs-es] - Client for the Elastic REST API
- elastic-rs/elastic (⭐252) [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 (⭐183) - LevelDB (⭐37k) bindings
- LMDB [lmdb]
- vhbit/lmdb-rs (⭐114) [lmdb-rs] - LMDB bindings
- MongoDB [mongodb]
- mongodb/mongo-rust-driver (⭐1.4k) [mongodb] - MongoDB bindings
- PickleDB
- seladb/pickledb-rs (⭐259) - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- PoloDB
- PoloDB (⭐924) - An embedded JSON-based database has API similar to MongoDB.
- Redb
- Redb (⭐3.4k) - 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 (⭐389) [fred] - A high level async Redis client for Rust with Tokio.
- redis-rs (⭐3.6k) - Redis library
- RocksDB
- rust-rocksdb/rust-rocksdb (⭐1.9k) - RocksDB bindings
- SurrealDB
- surrealdb/surrealdb (⭐27k) - SurrealDB embedded document-graph database
- UnQLite (⭐2.1k)
- zitsen/unqlite.rs (⭐111) - UnQLite bindings
- ZooKeeper
- bonifaido/rust-zookeeper (⭐206) [zookeeper] - A client library for Apache ZooKeeper.
- krojew/rust-zookeeper (⭐22) [zookeeper-async] - Async Zookeeper client, based on tokio.
- ArangoDB
Oct 24, 2021
Libraries / Audio and Music
- pdeljanov/Symphonia (⭐2.4k) - Audio decoding and media demuxing library supporting AAC, FLAC, MP3, MP4, OGG, Vorbis, and WAV.
Oct 23, 2021
Applications / System tools
- dalance/procs (⭐5.2k) - A modern replacement for 'ps'
Oct 19, 2021
Libraries / Caching
- al8n/stretto (⭐412) - A high performance thread-safe memory-bound cache
Oct 18, 2021
Applications / System tools
- cantino/mcfly (⭐6.9k) - Fly through your shell history. Great Scott!
Applications / Web
- LemmyNet/lemmy (⭐13k) - A link aggregator / reddit clone for the fediverse
Oct 16, 2021
Libraries / Web programming
- Reverse Proxy
- sozu-proxy/sozu (⭐3.1k) [sozu] - A HTTP reverse proxy.
Oct 14, 2021
Applications / Games
- SoftbearStudios/mk48 (⭐337) - Mk48.io is an online multiplayer naval combat game
Oct 10, 2021
Libraries / Asynchronous
Oct 06, 2021
Applications / System tools
- bustd (⭐217) - Lightweight process killer daemon to handle out-of-memory scenarios on Linux.
- ouch (⭐2.3k) - Painless compression and decompression on the command-line
Oct 03, 2021
Applications / Text editors
- ilai-deutel/kibi (⭐1.5k) - A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more.
Oct 02, 2021
Libraries / Game development
- Godot
- godot-rust/gdnative (⭐3.6k) [gdnative] - Bindings to the Godot game engine
Sep 28, 2021
Applications / System tools
- crabz (⭐331) - Multi-threaded compression and decompression CLI tool
Libraries / Compression
- gzp
- sstadick/gzp (⭐154) - multi-threaded encoding and decoding of deflate formats and snappy
Libraries / Domain driven design
- serverlesstechnology/cqrs (⭐381) [cqrs-es] - A framework for CQRS and event sourcing with user guide
Sep 27, 2021
Applications / Blockchain
- rust-bitcoin (⭐2.1k) - Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin.
Applications / Text editors
- helix (⭐34k) - A post-modern modal text editor inspired by Neovim/Kakoune.
Sep 19, 2021
Libraries / Network programming
- SSH
- alexcrichton/ssh2-rs (⭐492) - libssh2 bindings
- Thrussh [thrussh] - an SSH library, backed by libsodium
Sep 15, 2021
Applications / Games
- thetawavegame/thetawave-legacy (⭐193) - A space shooter game that strives to be an entry point for new game developers to make their first contributions.
Applications / Observability
- vectordotdev/vector (⭐18k) - A High-Performance, Logs, Metrics, & Events Router.
Sep 13, 2021
Applications / Operating systems
- 0x59616e/SteinsOS (⭐115) - An OS for armv8-a architecture.
Aug 29, 2021
Applications / System tools
- bottom (⭐10k) - Yet another cross-platform graphical process/system monitor.
Applications / Task scheduling
- delicate (⭐713) - A lightweight and distributed task scheduling platform.
Libraries / GUI
- emoon/rust_minifb (⭐1k) - minifb is a cross-platform window setup with optional bitmap rendering. It also comes with easy mouse and keyboard input. Primarily designed for prototyping
Aug 23, 2021
Applications / Video
- harlanc/xiu (⭐1.8k) - A powerful and secure live server (rtmp/httpflv/hls/relay).
Aug 21, 2021
Applications / Blockchain
- Parity-Bitcoin (⭐729) - The Parity Bitcoin client
Applications / Productivity
- pier-cli/pier (⭐541) - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs
Applications / System tools
- bandwhich (⭐10k) - Terminal bandwidth utilization tool
- diskonaut (⭐2.5k) - Terminal visual disk space navigator
Applications / Utilities
- evansmurithi/cloak (⭐288) - A Command Line OTP (One Time Password) Authenticator application.
Applications / Web
- MASQ-Project/Node (⭐175) - 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
Development tools / Web Servers
- delta - A syntax-highlighter for git and diff output
Development tools / IDEs
- Emacs
- emacs-racer (⭐398) - Autocompletion (see also company and auto-complete (⭐1.7k))
- flycheck-rust (⭐121) - Rust support for Flycheck (⭐2.4k)
- rust-mode (⭐1.1k) - Rust Major Mode
- rustic (⭐728) - Rust development environment for Emacs
Development tools / Profiling
- Bytehound (⭐4.5k) - A memory profiler for Linux
Development tools / Static analysis
- facebookexperimental/MIRAI (⭐1k) - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR)
Libraries / Artificial Intelligence
- pkalivas/radiate (⭐147) - 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.
Libraries / GUI
- ivanceras/sauron-native (⭐632) - A truly native and cross platform GUI library. One unified code can be run as native GUI, Html Web and TUI.
Libraries / Web programming
- WebSocket
- c410-f3r/wtx (⭐195) - Client and server with encryption support.
- housleyjk/ws-rs (⭐1.5k) - lightweight, event-driven WebSockets
- iddm/urlshortener-rs (⭐52) - A very simple urlshortener library.
- rust-websocket (⭐1.5k) - A framework for dealing with WebSocket connections (both clients and servers)
- snapview/tungstenite-rs (⭐1.9k) - Lightweight stream-based WebSocket implementation.
- swimos/ratchet (⭐40) [ratchet_rs] - Ratchet is a fast, lightweight and fully asynchronous implementation of the WebSocket protocol with support for extensions and Deflate.
- vi/websocat (⭐7.1k) - CLI for interacting with WebSockets, with functionality of Netcat, Curl and Socat.
Aug 17, 2021
Libraries / Scripting
- metacall/core (⭐1.6k) [metacall] - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, Wasm, Java, Cobol and more.
Aug 16, 2021
Applications / Blockchain
- interBTC (⭐247) - Trustless and fully decentralized Bitcoin bridge to Polkadot and Kusama.
Libraries / Game development
- Awesome Quads (⭐192) - A curated list of links to miniquad/macroquad-related code & resources
Aug 10, 2021
Applications
- MaidSafe - A decentralized platform.
Applications / Blockchain
- Bitcoin Satoshi's Vision (⭐62) [sv] - A library for working with Bitcoin SV.
- hdwallet (⭐33) [hdwallet] - BIP-32 HD wallet related key derivation utilities.
- infincia/bip39-rs (⭐54) [bip39] - Implementation of BIP39.
Applications / Database
- noria (⭐5k) [noria] - Dynamically changing, partially-stateful data-flow for web application backends
Applications / System tools
- buster/rrun (⭐112) - A command launcher for Linux, similar to gmrun
Applications / Text processing
- whitfin/bytelines (⭐59) [bytelines] - Read input lines as byte slices for high efficiency.
Libraries / Astronomy
- flosse/rust-sun (⭐47) [sun] - A rust port of the JS library suncalc
Libraries / Computation
- GSL
- GuillaumeGomez/rust-GSL (⭐190) - GSL bindings
Libraries / Database
Libraries / Distributed systems
- HDFS
- hyunsik/hdfs-rs (⭐33) [hdfs] - libhdfs bindings
Libraries / Encoding
- HAR
- mandrean/har-rs (⭐44) [har] - A HTTP Archive Format (HAR) serialization & deserialization library
- YAML
- chyh1990/yaml-rust (⭐610) - The missing YAML 1.2 implementation.
- dtolnay/serde-yaml (⭐964) [serde_yaml] - YAML support for Serde (⭐9.2k) framework
- vitiral/stfu8 (⭐26) [stfu8] - Sorta Text Format in UTF-8
Libraries / Network programming
- NNTP
- mattnenterprise/rust-nntp (⭐17) [nntp] - an NNTP client
- POP3
- mattnenterprise/rust-pop3 (⭐31) [pop3] - A POP3 client
Libraries / Parsing
- nrc/zero (⭐47) [zero] - zero-allocation parsing of binary data
Libraries / Platform specific
- FreeBSD
- fubarnetes/libjail-rs (⭐54) [jail] - FreeBSD jail library
Libraries / Scripting
- rhaiscript/rhai (⭐3.8k) - A tiny and fast embedded scripting language resembling a combination of JavaScript and Rust
- rune-rs/rune (⭐1.8k) - An embeddable dynamic programming language
Libraries / Text processing
- pwoolcoc/ngrams (⭐27) [ngrams] - Construct n-grams from arbitrary iterators
- yaa110/rake-rs (⭐33) [rake] - Multilingual implementation of RAKE algorithm for Rust
Aug 08, 2021
Applications / System tools
- nickgerace/gfold (⭐308) [gfold] - CLI tool to help keep track of multiple Git repositories
Applications / Text editors
- ox (⭐3.4k) - An independent Rust text editor that runs in your terminal!
Applications / Utilities
- raftario/licensor (⭐195) - write licenses to stdout
- rustdesk/rustdesk (⭐76k) - A remote desktop software, great alternative to TeamViewer and AnyDesk.
- vaultwarden (⭐39k) - Alternative implementation of the Bitwarden server API written in Rust
Development tools / FFI
- Node.js
- infinyon/node-bindgen (⭐535) - Easy way to generate nodejs module using Rust
- neon-bindings/neon (⭐8.1k) - Rust bindings for writing safe and fast native Node.js modules
- zhangyuang/node-ffi-rs (⭐188) - A module written in Rust and N-API provides interface (FFI) features for Node.js
- Web Assembly
- rhysd/wain (⭐436) - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency
- rustwasm/wasm-bindgen (⭐7.8k) - A project for facilitating high-level interactions between wasm modules and JS.
- rustwasm/wasm-pack (⭐6.3k) - 📦 ✨ pack up the wasm and publish it to npm!
Libraries / Cloud
- Load Balancer
- Convey (⭐345) - Layer 4 Load Balancer with dynamic configuration loading.
Libraries / Command-line
- TUI
- BearLibTerminal
- ccbrown/iocraft (⭐333) [iocraft] - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO.
- gyscos/Cursive (⭐4.3k) [cursive] - build rich TUI applications
- ivanceras/titik (⭐121) - a crossplatform TUI widget library with the goal of providing interactive widgets
- ncurses
- ihalila/pancurses (⭐401) [pancurses] - curses library, supports linux and windows
- jeaye/ncurses-rs (⭐685) [ncurses] - ncurses bindings
- ogham/rust-term-grid (⭐67) [term_grid] - Library for putting things in a grid
- ratatui-org/ratatui (⭐11k) [ratatui] - Library that's all about cooking up terminal user interfaces (TUIs)
- redox-os/termion (⭐2.1k) [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.3k) [crossterm] - crossplatform terminal library
Libraries / Compression
- Brotli
- dropbox/rust-brotli (⭐818) - Brotli decompressor that optionally avoids the stdlib
- ende76/brotli-rs (⭐63) - implementation of Brotli compression
Libraries / Computation
- calebwin/emu (⭐1.6k) - A language for GPGPU numerical computing
- dimforge/nalgebra (⭐4k) - low-dimensional linear algebra library
Libraries / Cryptography
- rustls/rustls (⭐6.2k) - Implementation of TLS
Libraries / Database
- sfackler/r2d2 (⭐1.5k) - generic connection pool
Libraries / Encoding
- ProtocolBuffers
- stepancheg/rust-protobuf (⭐2.8k) - Rust implementation of Google protocol buffers
- tokio-rs/prost (⭐3.9k) -
Libraries / Game development
- Awesome wgpu (⭐421) - A curated list of wgpu code and resources
- SFML
- jeremyletang/rust-sfml (⭐638) - SFML bindings
Libraries / Geospatial
- rust-reverse-geocoder (⭐124) - A fast, offline reverse geocoder, inspired by thampiman/reverse-geocoder (⭐1.9k)
Libraries / GUI
- fschutt/azul (⭐5.9k) - A free, functional, IMGUI-oriented GUI framework for rapid development of desktop applications written in Rust, supported by the Mozilla WebRender rendering engine.
- Qt
- cyndis/qmlrs (⭐437) - QtQuick bindings
- rust-qt - Qt bindings for Rust
- woboq/qmetaobject-rs (⭐647) - Integrate Qml and Rust by building the QMetaObject at compile time.
- rise-ui (⭐71) - Simple component-based cross-Platform GUI Toolkit for developing beautiful and user-friendly interfaces.
Libraries / Network programming
- NATS
- nats-io/nats.rs (⭐1.1k) - Client for NATS, the cloud native messaging system.
- P2P
- libp2p/rust-libp2p (⭐4.6k) - Implementation of libp2p networking stack.
- n0-computer/iroh (⭐2.6k) [iroh] - crate for building on direct connections between devices
- RPC
- ENQT-GmbH/remoc (⭐173) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
- smallnest/rpcx-rs (⭐129) - A RPC library for developing microservices in easy and simple way.
Libraries / Parsing
- s-panferov/queryst (⭐71) - A query string parsing library inspired by gs (⭐8.6k)
Libraries / Template engine
- HTML
- djc/askama (⭐3.5k) - template rendering engine based on Jinja
- kaj/ructe (⭐454) - HTML template system
- Keats/tera (⭐3.6k) - template engine based on Jinja2 and the Django template language.
- lambda-fairy/maud (⭐2.1k) - compile-time HTML templates
- Stebalien/horrorshow-rs (⭐324) - compile-time HTML templates
Libraries / Web programming
- Miscellaneous
- cargonauts (⭐179) - A web framework intended for building maintainable, well-factored web apps.
- edezhic/prest (⭐54) [prest] - Progressive RESTful framework aimed to simplify fullstack development
- hominee/dyer (⭐133) [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 (⭐1.7k) - A macro to embed static assets into the rust binary
- rookie (⭐201) - Load cookies from any browser on any platform.
- rust-scraper/scraper (⭐1.9k) [scraper] - HTML parsing and querying with CSS selectors.
- serenity-rs/serenity (⭐4.8k) [serenity] - A library for the Discord API
- softprops/openapi (⭐128) - A library for processing openapi spec files
- svix/svix-webhooks (⭐2.4k) [svix] - A library for sending webhooks and verifying signatures.
- tbot [tbot] - Make cool Telegram bots easily
- teloxide/teloxide (⭐3.2k) - An elegant Telegram bots framework
- tu6ge/valitron (⭐60) [valitron] - An ergonomic, functional and configurable validator
- utkarshkukreti/select.rs (⭐974) [select] - A library to extract useful data from HTML documents, suitable for web scraping.
- Utoipa (⭐2.5k) - Simple, Fast, Code first and Compile time generated OpenAPI documentation
- Utoipauto (⭐129) - Rust Macros to automate the addition of Paths/Schemas to Utoipa
Resources / Web programming
- 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
Aug 07, 2021
Applications / Observability
- avito-tech/bioyino (⭐229) - A high-performance scalable StatsD compatible server.
Aug 03, 2021
Applications
- kalker (⭐1.7k) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross-platform + WASM support
Development tools / Transpiling
- BayesWitnesses/m2cgen (⭐2.8k) - A CLI tool to transpile trained classic machine learning models into a native Rust code with zero dependencies.
Libraries / Scripting
- fleabitdev/gamelisp (⭐395) - A Lisp-like scripting language for game development
Jul 28, 2021
Libraries / Cryptography
- w3f/schnorrkel (⭐312) - Schnorr VRFs and signatures on the Ristretto group
Jul 27, 2021
Applications / Text processing
- sstadick/hck (⭐699) - A faster and more featureful drop in replacement for
cut
Libraries / GUI
- tauri-apps/tauri (⭐85k) - Build smaller, faster, and more secure desktop applications with a web frontend, powered by WRY (⭐3.7k).
Jul 25, 2021
Applications / Blockchain
- Diem (⭐17k) - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
Applications / Database
- PumpkinDB (⭐1.4k) - an event sourcing database engine
- tikv (⭐15k) - A distributed KV database in Rust
Applications / Emulators
- Intel 8080 CPU
- mohanson/i8080 (⭐111) - Intel 8080 CPU emulator
Applications / Games
- cristicbz/rust-doom (⭐2.3k) - A renderer for Doom, may progress to being a playable game
- garkimasera/rusted-ruins (⭐500) - Extensible open world rogue like game with pixel art
- lifthrasiir/angolmois-rust (⭐101) - A minimalistic music video game which supports the BMS format
- ozkriff/zemeroth (⭐1.4k) - A small 2D turn-based hexagonal strategy game
- rhex (⭐155) - hexagonal ascii roguelike
Applications / Graphics
- ivanceras/svgbob (⭐3.9k) - converts ASCII diagrams into SVG graphics
- Twinklebear/tray_rust (⭐519) - A ray tracer
Applications / Image processing
- Imager (⭐650) - Automated image optimization.
Applications / Security tools
- kpcyrd/authoscope (⭐400) - A scriptable network authentication cracker
- kpcyrd/sniffglue (⭐1.1k) - A secure multithreaded packet sniffer
- ripasso (⭐729) - A password manager, filesystem compatible with pass
- rustscan/rustscan (⭐15k) - Make Nmap faster with this port scanning tool
Applications / System tools
- Luminarys/synapse (⭐853) - Flexible and fast BitTorrent daemon.
- m4b/bingrep (⭐1.7k) - Greps through binaries from various OSs and architectures, and colors them.
- mxseev/logram (⭐98) - Push log files' updates to Telegram
- nivekuil/rip (⭐1.4k) - A safe and ergonomic alternative to
rm
Applications / Text processing
- Lisprez/so_stupid_search (⭐162) - A simple and fast string search tool for human beings
- ripgrep - combines the usability of The Silver Searcher with the raw speed of grep
Applications / Web Servers
- ronanyeah/rust-hasura (⭐140) - A demonstration of how a GraphQL server can be used as a remote schema with Hasura
- thecoshman/http (⭐446) - Host These Things Please - A basic http server for hosting a folder fast and simply
Development tools / Web Servers
- Rustup (⭐6.2k) - the Rust toolchain installer
Development tools / FFI
- C++
- dtolnay/cxx (⭐5.9k) - Safe interop between Rust and C++
- rust-cpp - Embed C++ code directly in Rust.
- rust-lang/rust-bindgen (⭐4.5k) - A Rust bindings generator
Development tools / Profiling
- sharkdp/hyperfine (⭐22k) - A command-line benchmarking tool
Libraries / Artificial Intelligence
- Martin1887/oxigen (⭐168) - 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.
- willi-kappler/darwin-rs (⭐116) - Evolutionary algorithms
- LaurentMazare/tch-rs (⭐4.3k) - Bindings for PyTorch.
- maciejkula/rustlearn (⭐619) - Machine learning library.
- rust-ml/linfa (⭐3.8k) - Machine learning framework.
- tensorflow/rust (⭐5.2k) - Bindings for TensorFlow.
Libraries / Astronomy
- saurvs/astro-rust (⭐268) - astronomy
Libraries / Asynchronous
- rust-lang/futures-rs (⭐5.4k) - Zero-cost futures
- TeaEntityLab/fpRust (⭐119) - Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
- Xudong-Huang/may (⭐2k) - Stackful coroutine library
Libraries / Audio and Music
- hound - A WAV encoding and decoding library
- ozankasikci/rust-music-theory (⭐627) - Music theory library
Libraries / Authentication
- sgrust01/jwtvault (⭐68) - Async library to manage and orchestrate JWT workflow
Libraries / Caching
- mozilla/sccache (⭐5.8k) - Shared Compilation Cache, great compilation
Libraries / Cryptography
- conradkleinespel/rooster (⭐152) [rooster] - Simple password manager to use in your terminal
- orion-rs/orion (⭐545) - 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.
- RustCrypto/hashes (⭐1.9k) - Collection of cryptographic hash functions
Libraries / Email
- jdrouet/mrml (⭐355) - A library to generate nice email templates working on any mail client.
- lettre/lettre (⭐1.9k) - an SMTP-library
- staktrace/mailparse (⭐183) [mailparse] - A library for parsing real-world email files
Libraries / Encoding
- XML
- Florob/RustyXML (⭐103) - an XML parser
- media-io/yaserde (⭐182) - Yet Another Serializer/Deserializer specialized for XML
- netvl/xml-rs (⭐461) - A streaming XML library
- shepmaster/sxd-document (⭐154) - An XML library
- shepmaster/sxd-xpath (⭐121) - An XPath library
- tafia/quick-xml (⭐1.2k) - High performance XML pull reader/writer
Libraries / Graphics
- gfx-rs/gfx (⭐5.4k) - A high-performance, bindless graphics API.
- gfx-rs/wgpu (⭐13k) - Native WebGPU implementation based on gfx-hal.
Libraries / GUI
- OrbTk (⭐3.8k) - The Orbital Widget Toolkit is a multi platform (G)UI toolkit using SDL2
- PistonDevelopers/conrod (⭐3.4k) - An easy-to-use, immediate-mode, 2D GUI library
Libraries / Image processing
- twistedfall/opencv-rust (⭐2k) - Bindings for OpenCV
Libraries / Logging
- estk/log4rs (⭐1k) - highly configurable logging framework modeled after Java's Logback and log4j libraries
- seanmonstar/pretty-env-logger (⭐488) - A pretty, easy-to-use logger.
Libraries / Network programming
- CoAP
- Docker
- fussybeaver/bollard (⭐903) - Docker daemon API
Libraries / Parsing
- freestrings/jsonpath (⭐122) - JsonPath engine. Webassembly and Javascript support too
Libraries / Scripting
- PistonDevelopers/dyon (⭐1.8k) - A rusty dynamically typed scripting language
Libraries / Text processing
- Daniel-Liu-c0deb0t/triple_accel (⭐104) [triple_accel] - Rust edit distance routines accelerated using SIMD; supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search
- greyblake/whatlang-rs (⭐970) - Natural language detection library based on trigrams
- Lucretiel/joinery (⭐91) [joinery] - Generic string + iterable joining
Registries / Web programming
- Crates - The official public registry for Rust/Cargo.
Resources / Web programming
- RustBooks (⭐4.5k) - list of RustBooks
- RustCamp 2015 Talks - Recorded talks from RustCamp 2015
Jul 07, 2021
Resources / Web programming
- RustViz (⭐2.7k) - generates visualizations from simple Rust programs to assist users in better understanding the Rust Lifetime and Borrowing mechanism.
Jul 02, 2021
Applications / Blockchain
- Solana (⭐13k) - Incredibly fast, highly scalable blockchain using Proof-of-History.
Jun 23, 2021
Libraries / Command-line
- Data visualization
- nukesor/comfy-table (⭐964) [comfy-table] - Beautiful dynamic tables for your cli tools.
- zhiburt/tabled (⭐2k) [tabled] - An easy to use library for pretty print tables of structs and enums.
Jun 13, 2021
Applications / Games
- Veloren - An open world, open source multiplayer voxel RPG game currently in alpha development
Libraries / Computation
- Statrs
- statrs-dev/statrs (⭐599) - Robust statistical computation library
Libraries / Cryptography
- klutzy/suruga (⭐125) - Implementation of TLS 1.2
Jun 07, 2021
Libraries / Asynchronous
- dpc/mioco (⭐146) - Scalable, coroutine-based, asynchronous IO handling library
May 21, 2021
Libraries / Text processing
- fancy-regex/fancy-regex (⭐431) [fancy-regex] - Regular expressions implementation designed to support a relatively rich set of features such as look-around and backtracking.
May 05, 2021
Applications / Database
- Skytable (⭐2.4k) - A multi-model NoSQL database
- TerminusDB (⭐365) - open source graph database and document store
Applications / System tools
- sharkdp/bat (⭐50k) - A cat(1) clone with wings.
Libraries / Distributed systems
- Apache Kafka
- fede1024/rust-rdkafka (⭐1.6k) [rdkafka] - librdkafka (⭐285) bindings
- gklijs/schema_registry_converter (⭐104) [schema_registry_converter] - to integrate with confluent schema registry
- kafka-rust/kafka-rust (⭐1.3k) - Rust client for Apache Kafka
Libraries / Email
- jdrouet/catapulte (⭐139) - A microservice to send emails using MRML (⭐355) templates.
- jdrouet/jolimail (⭐135) - A web application to build MRML (⭐355) templates.
Libraries / GUI
- FLTK
- fltk-rs (⭐1.6k) - FLTK bindings
Libraries / Network programming
- Nng
- neachdainn/nng-rs [Nng] - Nng (nanomsg v2) bindings
Libraries / Simulation
- nyx-space - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination
Resources / Web programming
- Rust Servers, Services and Apps - MEAP - Build backend servers, services, and front-ends in Rust to get fast, reliable, and maintainable applications.
May 02, 2021
Libraries / Transpiling
- perf-monitor-rs (⭐212) - A toolkit designed to be a foundation for applications to monitor their performance.
Apr 22, 2021
Applications / Observability
- Scaphandre (⭐1.6k) - 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...).
Libraries / GUI
- tauri-apps/wry (⭐3.7k) - Webview Rendering librarY.
Apr 09, 2021
Libraries / Network programming
- message-io
- lemunozm/message-io (⭐1.1k) - Event-driven message library to build network applications easy and fast. Supports TCP, UDP and WebSockets.
Apr 03, 2021
Applications / Video
- dertuxmalwieder/yaydl (⭐285) [yaydl] - A simple video downloader
Feb 22, 2021
Libraries / Text processing
- becheran/wildmatch (⭐78) [wildmatch] - Simple string matching with questionmark- and star-wildcard operator
Feb 17, 2021
Applications / Database
- WooriDB (⭐131) - General purpose time serial database inspired by Crux and Datomic.
Feb 16, 2021
Applications / Audio and Music
- ncspot (⭐5.1k) - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes.
Feb 12, 2021
Applications / Blockchain
- Forest (⭐639) - Filecoin implementation
Libraries / Parsing
- softdevteam/grmtools (⭐514) - A LR parser with better error correction
Feb 02, 2021
Libraries / Task scheduling
- delay-timer (⭐315) - Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible.
Jan 31, 2021
Libraries / Date and time
Jan 29, 2021
Development tools / Web Servers
- datanymizer/datanymizer (⭐515) - Powerful database anonymizer with flexible rules
Jan 25, 2021
Libraries / Automotive
- Sensirion/lin-bus (⭐17) [lin-bus] - LIN bus driver traits and protocol implementation
Libraries / Configuration
- andoriyu/uclicious (⭐18) [uclicious] - libUCL (⭐1.6k) based feature-rich configuration library.
Libraries / Cryptography
- cossacklabs/themis (⭐1.9k) [themis] - a high-level cryptographic library for solving typical data security tasks, best fit for multi-platform apps.
Jan 23, 2021
Applications / Blockchain
- near/nearcore (⭐2.3k) - decentralized smart-contract platform for low-end mobile devices.
Applications / System tools
- cristianoliveira/funzzy (⭐239) - A configurable filesystem watcher inspired by entr
Libraries / GUI
- ImGui (⭐61k)
- imgui-rs (⭐2.7k) - Bindings for ImGui
Dec 19, 2020
Applications / Utilities
- vamolessa/verco (⭐229) [verco] - A simple Git/Hg tui client focused on keyboard shortcuts
Nov 22, 2020
Applications / Blockchain
- Phala-Network/phala-blockchain (⭐333) - Confidential smart contract blockchain based on Intel SGX and Substrate
Nov 04, 2020
Libraries / System
- Phate6660/nixinfo (⭐47) [nixinfo] - A lib crate for gathering system info such as cpu, distro, environment, kernel, etc.
Oct 30, 2020
Applications / Games
- doukutsu-rs (⭐936) - Reimplementation of Cave Story engine with some enhancements.
Oct 12, 2020
Applications / Web Servers
- mufeedvh/binserve (⭐1k) - A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code
Oct 09, 2020
Applications
- cloudflare/boringtun (⭐6.1k) - A Userspace WireGuard VPN Implementation
- fcsonline/drill (⭐2.1k) - A HTTP load testing application inspired by Ansible syntax
- nicohman/eidolon (⭐126) - A steam and drm-free game registry and launcher for linux and macosx
- Weld (⭐307) - Full fake REST API generator
Applications / Audio and Music
- Polaris (⭐1.5k) - A music streaming application.
Applications / Blockchain
- coinbase-pro-rs (⭐145) - Coinbase pro client, supports sync/async/websocket
- ethaddrgen (⭐177) - Custom Ethereum vanity address generator
Applications / Database
- indradb - Graph database
- seppo0010/rsedis (⭐1.8k) - A Redis reimplementation.
Applications / Emulators
- Commodore 64
- kondrak/rust64 (⭐260) - Commodore 64 emulator
- Gameboy
- Gekkio/mooneye-gb (⭐902) - A Game Boy research project and emulator
- joamag/boytacean (⭐623) - GameBoy Color emulator that runs on the Web using WebAssembly.
- mohanson/gameboy (⭐1.4k) - Full featured Cross-platform GameBoy emulator. Forever boys!.
- mvdnes/rboy (⭐607) - A Gameboy Emulator
- Gameboy Advance
- michelhe/rustboyadvance-ng (⭐607) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and WebAssembly support.
Applications / Games
- Zone of Control (⭐379) - A turn-based hexagonal strategy game
Applications / Graphics
- Limeth/euclider (⭐214) - A real-time 4D CPU ray tracer
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.
- thepowersgang/rust_os (⭐738) - An OS kernel written in rust. Non POSIX
Applications / Security tools
- kpcyrd/rshijack (⭐463) - A TCP connection hijacker; rewrite of shijack
- kpcyrd/sn0int (⭐2k) - A semi-automatic OSINT framework and package manager
Applications / System tools
- brocode/fblog (⭐446) - Small command-line JSON Log viewer
- ddh (⭐455) - Fast duplicate file finder
- fselect - Find files with SQL-like queries
- lotabout/rargs (⭐495) [rargs] - xargs + awk with pattern matching support
- mitnk/cicada (⭐981) - A bash-like Unix shell
- mmstick/tv-renamer (⭐148) - A tv series renaming application with an optional GTK3 frontend.
- redox-os/ion (⭐1.5k) - Next-generation system shell
- sitkevij/hex (⭐526) - A colorized hexdump terminal utility.
- watchexec (⭐5.4k) - Executes commands in response to file modifications
- XAMPPRocky/tokei (⭐11k) - counts the lines of code
Applications / Text editors
- amp - Inspired by Vi/Vim.
- gchp/iota (⭐1.6k) - A simple text editor
Applications / Text processing
- grex (⭐7.3k) - A command-line tool and library for generating regular expressions from user-provided test cases
- replicadse/complate (⭐39) - An in-terminal text templating tool designed for standardizing messages (like for GIT commits).
- vishaltelangre/ff (⭐332) - Find files (ff) by name!
- xsv - A fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.)
Applications / Video
- xiph/rav1e (⭐3.7k) - The fastest and safest AV1 encoder.
Applications / Virtualization
- tailhook/vagga (⭐1.9k) - A containerization tool without daemons
Applications / Web
- Plume-org/Plume (⭐2.1k) - ActivityPub federating blogging application
Applications / Web Servers
- svenstaro/miniserve (⭐6.1k) - A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP
Development tools / Web Servers
- clippy - Rust lints
- clog-tool/clog-cli (⭐859) - generates a changelog from git metadata (conventional changelog)
- dotenv-linter (⭐1.8k) - Linter for
.env
files
- git-journal (⭐614) - The Git Commit Message and Changelog Generation Framework
- just (⭐21k) - A handy command runner for project-specific tasks
- Racer (⭐3.4k) - code completion for Rust
Development tools / Build system
- CMake
- Devolutions/CMakeRust (⭐170) - useful for integrating a Rust library into a CMake project
- SiegeLord/RustCMake (⭐109) - an example project showing usage of CMake with Rust
Development tools / Debugging
- GDB
- gdbgui (⭐9.9k) - Browser based frontend for gdb to debug C, C++, Rust, and go.
Development tools / Embedded
- Cross compiling
- japaric/rust-cross (⭐2.5k) - 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
Development tools / FFI
- Erlang
- rusterlium/rustler (⭐4.4k) - safe Rust bridge for creating Erlang NIF functions
- Java
- bennettanderson/rjni (⭐73) - 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 (⭐158) - Lua 5.3 bindings for Rust
- lilyball/rust-lua (⭐127) - Safe Rust bindings to Lua 5.1
- mlua-rs/mlua (⭐1.7k) - 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 (⭐510) - Rust library to interface with Lua
- mruby
- anima-engine/mrusty (⭐204) - mruby safe bindings for Rust
- Python
- dgrunwald/rust-cpython (⭐1.8k) - Python bindings
- getsentry/milksnake (⭐792) - extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
- PyO3/PyO3 (⭐12k) - Rust bindings for the Python interpreter
- RustPython (⭐19k) - A Python Interpreter written in Rust
Development tools / IDEs
- IntelliJ
- intellij-rust/intellij-rust (⭐4.5k) - Rust plugin for the IntelliJ Platform
- Ride (⭐176) - A Rust IDE
Development tools / Profiling
- ellisonch/rust-stopwatch (⭐81) - A stopwatch library
Libraries / Astronomy
- fitsio - fits interface library wrapping cfitsio
Libraries / Asynchronous
- mio (⭐6.4k) - MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions
Libraries / Audio and Music
- jhasse/ears (⭐90) - A simple library to play Sounds and Musics, on top of OpenAL and libsndfile
Libraries / Automotive
- marcelbuesing/can-dbc (⭐63) [can-dbc] - A parser for the DBC format
- marcelbuesing/tokio-socketcan-bcm (⭐8) [tokio-socketcan-bcm] - Linux SocketCAN BCM support for tokio
Libraries / Caching
- aisk/rust-memcache (⭐133) - Memcached client library
Libraries / Cloud
- AWS [aws]
- awslabs/aws-lambda-rust-runtime (⭐3.4k) [lambda_runtime] - Runtime for AWS Lambda
- awslabs/aws-sdk-rust (⭐3k) - The new AWS SDK
- rusoto/rusoto (⭐2.7k) - An AWS SDK for Rust
Libraries / Command-line
- Human-centered design
- rust-cli/human-panic (⭐1.7k) [human-panic] - panic messages for humans
Libraries / Compression
- bzip2
- alexcrichton/bzip2-rs (⭐99) - libbz2 bindings
- miniz
- rust-lang/flate2-rs (⭐916) - miniz bindings
- tar
- alexcrichton/tar-rs (⭐630) - tar archive reading/writing
Libraries / Computation
- argmin-rs/argmin (⭐1k) [argmin] - Optimization library
- LAPACK
- stainless-steel/lapack (⭐81) - LAPACK bindings
Libraries / Cryptography
- briansmith/ring (⭐3.8k) - Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives.
- briansmith/webpki (⭐464) - Web PKI TLS X.509 certificate validation.
- DaGenix/rust-crypto (⭐1.4k) - cryptographic algorithms
- exonum/exonum (⭐1.2k) [exonum] - extensible framework for blockchain projects
- libOctavo/octavo (⭐141) - Modular hash and crypto library
- sfackler/rust-openssl (⭐1.4k) - OpenSSL bindings
Libraries / Database
- SQL [sql]
- Generic
- launchbadge/sqlx (⭐13k) - async PostgreSQL/MySQL/SQLite connection pool with strong typing support
- SeaQL/sea-query (⭐1.2k) - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
- SeaQL/sea-schema (⭐193) - 🌿 SQL schema definition and discovery
- Microsoft SQL
- MySql [mysql]
- AgilData/mysql-proxy-rs (⭐194) - A MySQL Proxy
- blackbeam/mysql_async (⭐377) [mysql_async] - asynchronous Mysql driver based on Tokio.
- blackbeam/rust-mysql-simple (⭐666) [mysql] - A native MySql client
- Oracle
- kubo/rust-oracle (⭐192) [oracle] - Oracle driver
- PostgreSql [postgres, postgresql]
- c410-f3r/wtx (⭐195) - Fast implementation with a low set of external dependencies.
- sfackler/rust-postgres (⭐3.5k) [postgres] - A native PostgreSQL client
- Sqlite [sqlite]
- rusqlite (⭐3.2k) - Sqlite3 bindings
- Generic
Libraries / Date and time
- chronotope/chrono (⭐3.3k) - Date and time library
- Mnwa/ms (⭐36) [ms-converter] - it's a library for converting human-like times to milliseconds
Libraries / Distributed systems
- Antimony
- antimonyproject/antimony (⭐65) [antimony] - stream processing / distributed computation platform
Libraries / Email
- gsquire/sendgrid-rs (⭐108) - Library for SendGrid API
Libraries / Encoding
- ASN.1
- alex/rust-asn1 (⭐101) - ASN.1 (DER) serializer
- Binary
- bincode-org/bincode (⭐2.7k) - A binary encoder/decoder
- jamesmunns/postcard (⭐925) [postcard] - Postcard is a #![no_std] focused serializer and deserializer for Serde.
- m4b/goblin (⭐1.2k) [goblin] - cross-platform, zero-copy, and endian-aware binary parsing
- Byte swapping
- BurntSushi/byteorder (⭐984) - Supports big-endian, little-endian and native byte orders
- Cap'n Proto
- capnproto/capnproto-rust (⭐2.1k) - Cap'n Proto is a type system for distributed systems
- CBOR
- serde_cbor - CBOR support for serde
- Character Encoding
- hsivonen/encoding_rs (⭐387) [encoding_rs] - A Gecko-oriented implementation of the Encoding Standard
- lifthrasiir/rust-encoding (⭐284) - 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 (⭐192) - Rust implementation of CRC(16, 32, 64) with support of various standards
- CSV
- BurntSushi/rust-csv (⭐1.7k) - A fast and flexible CSV reader and writer, with support for Serde
- HTML
- servo/html5ever (⭐2.1k) - High-performance browser-grade HTML5 parser
- MsgPack
- 3Hren/msgpack-rust (⭐1.2k) - Low/high level MessagePack implementation
- PEM
- jcreekmore/pem-rs (⭐56) [pem] - Parse and encode PEM-encoded data
- RON (Rusty Object Notation)
- https://github.com/ron-rs/ron (⭐3.4k) - Rusty Object Notation
Libraries / Filesystem
- Temporary Files
- Stebalien/tempfile (⭐1.2k) - temporary file library
- Stebalien/xattr (⭐59) [xattr] - list and manipulate unix extended file attributes
- zboxfs/zbox (⭐1.5k) [zbox] - Zero-details, privacy-focused embeddable file system.
Libraries / Game development
- Allegro
- SiegeLord/RustAllegro (⭐93) - Allegro 5 bindings
- Entity-Component Systems (ECS)
- amethyst/specs (⭐2.5k) - Specs Parallel ECS
- legion (⭐1.6k) - A feature rich high performance ECS library with minimal boilerplate
- SDL [sdl]
- brson/rust-sdl (⭐179) - SDL1 bindings
- Rust-SDL2/rust-sdl2 (⭐2.8k) - SDL2 bindings
- Victorem
- VictoremWinbringer/Victorem (⭐32) [Victorem] - Easy UDP Game Server and UDP Client framework for creating simple 2D and 3D online game prototype
Libraries / Geospatial
- DaveKram/coord_transforms (⭐33) [coord_transforms] - coordinate transformations (2-d, 3-d, and geospatial)
- vlopes11/geomorph (⭐14) [geomorph] - conversion between UTM, LatLon and MGRS coordinates
Libraries / Graphics
- OpenGL [opengl]
- brendanzab/gl-rs (⭐682) - An OpenGL function pointer loader
- glium/glium (⭐3.5k) - safe OpenGL wrapper.
- glutin - Alternative to GLFW
- Kiss3d - draw simple geometric figures and play with them with one-liners
- PistonDevelopers/glfw-rs (⭐647) - GLFW3 bindings and idiomatic wrapper
- Vulkan [vulkan]
- erupt [erupt] -
- vulkano (⭐4.5k) [vulkano] - Safe and rich Rust wrapper around the Vulkan API
Libraries / GUI
- Cocoa
- servo/core-foundation-rs (⭐1k) - Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
- GTK+ [gtk]
- gtk-rs/gtk4-rs (⭐1.9k) - GTK4 binding
- relm (⭐2.4k) - Asynchronous, GTK+-based, GUI library, inspired by Elm
- libui (⭐11k)
- rust-native-ui/libui-rs (⭐932) - libui bindings.
- Sciter
- sciter-sdk/rust-sciter (⭐811) - Sciter bindings
Libraries / Image processing
- image-rs/image (⭐5k) - Basic imaging processing functions and methods for converting to and from image formats
- teovoinea/steganography (⭐94) [steganography] - A simple steganography library
Libraries / Language specification
- shnewto/bnf (⭐260) - A library for parsing Backus–Naur form context-free grammars.
Libraries / Mobile
- iOS
- TimNN/cargo-lipo (⭐538) - A cargo lipo subcommand which automatically creates a universal library for use with your iOS application.
Libraries / Network programming
- FTP
- mattnenterprise/rust-ftp (⭐182) - an FTP client
- NanoMsg
- thehydroimpulse/nanomsg.rs (⭐391) - nanomsg bindings
- Stomp
- zslayton/stomp-rs (⭐90) - A STOMP 1.2 client implementation
- ZeroMQ
- erickt/rust-zmq (⭐907) - ZeroMQ bindings
Libraries / Parsing
- m4rw3r/chomp (⭐244) - A fast monadic-style parser combinator
- Marwes/combine (⭐1.3k) - parser combinator library
- replicadse/wavefront_rs (⭐4) - A parser for the Wavefront OBJ format.
Libraries / Scripting
- mun (⭐1.9k) - A compiled, statically-typed scripting language with first class hot reloading support
Libraries / Template engine
- Mustache
- rustache/rustache (⭐210) - a Rust implementation of the Mustache spec
Libraries / Text processing
- BurntSushi/suffix (⭐263) - Linear time suffix array construction (with Unicode support)
- BurntSushi/tabwriter (⭐248) - Elastic tab stops (i.e., text column alignment)
- mgeisler/textwrap (⭐468) [textwrap] - Word wrap text (with support for hyphenation)
- ps1dr3x/easy_reader (⭐86) - A reader that allows forwards, backwards and random navigations through the lines of huge files without consuming iterators
- rust-lang/regex (⭐3.5k) - Regular expressions (RE2 style)
- strsim-rs - String similarity metrics
Libraries / Text search
- BurntSushi/fst (⭐1.8k) [fst] - a fast implementation of ordered sets and maps using finite state machines
Libraries / Virtualization
- beneills/quantum (⭐267) - Advanced quantum computer simulator
Libraries / Web programming
- HTTP Client
- alexcrichton/curl-rust (⭐1k) - libcurl bindings
- async-graphql (⭐3.4k) - A GraphQL server library
- c410-f3r/wtx (⭐195) - HTTP/2 client framework
- DoumanAsh/yukikaze [yukikaze] - Beautiful and elegant Yukikaze is little HTTP client library based on hyper.
- ducaale/xh (⭐5.6k) - Friendly and fast tool for sending HTTP requests
- graphql-client (⭐1.2k) - Typed, correct GraphQL requests and responses.
- hyperium/hyper (⭐15k) - an HTTP implementation
- penumbra-x/rquest (⭐75) [rquest] - a fast Rust HTTP client with TLS, JA3/JA4, and HTTP2 fingerprint impersonation.
- seanmonstar/reqwest (⭐9.9k) - an ergonomic HTTP Client.
- HTTP Server
- actix/actix-web (⭐22k) - A lightweight async web framework with websocket support
- Anansi (⭐112) - A simple full-stack web framework
- branca - Implementation of Branca for Authenticated and Encrypted API tokens.
- c410-f3r/wtx (⭐195) - Low and high level HTTP/2 server
- carllerche/tower-web (⭐981) [tower-web] - A fast, boilerplate free, web framework
- danclive/sincere (⭐96) - A micro web framework based on hyper and multithreading.
- GildedHonour/frank_jwt (⭐252) - JSON Web Token implementation.
- Gotham (⭐2.2k) - A flexible web framework that does not sacrifice safety, security or speed.
- Graphul (⭐448) - An Express-inspired web framework.
- handlebars-rust (⭐1.3k) - an Iron web framework middleware.
- hyperium/hyper (⭐15k) - an HTTP implementation
- Iron (⭐6.1k) - A middleware-based server framework
- Juniper (⭐5.7k) - GraphQL server library
- miketang84/sapper (⭐617) - A lightweight web framework built on async hyper.
- Nickel (⭐3k) - inspired by Express
- poem-web/poem (⭐3.6k) - A full-featured and easy-to-use web framework.
- Rocket (⭐25k) - Rocket is a web framework with a focus on ease-of-use, expressability, and speed
- Rustless (⭐618) - A REST-like API micro-framework inspired by Grape (⭐9.9k) and Hyper (⭐15k)
- Salvo (⭐3.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 (⭐9.6k) - A super-easy, composable, web server framework for warp speeds.
- spring-rs (⭐490) - spring-rs is a application framework written in rust inspired by java's spring-boot.
- tiny-http (⭐1k) - Low level HTTP server library
- tokio/axum (⭐19k) - Ergonomic and modular web framework built with Tokio, Tower, and Hyper
- tomaka/rouille (⭐1.1k) - Web framework
- Zino (⭐784) - Next-generation framework for composable applications
- Static Site Generators
- cobalt-org/cobalt.rs (⭐1.4k) - Static site generator
- FuGangqiang/mdblog.rs (⭐59) [mdblog] - Static site generator from markdown files.
- getzola/zola (⭐14k) [zola] - An opinionated static site generator with everything built-in.
- grego/blades (⭐333) [blades] - Blazing fast dead simple static site generator.
- leven-the-blog/leven (⭐56) [leven] - A simple, parallelized blog generator.
Sep 28, 2020
Development tools / Services
- deps.rs (⭐426) - Detect outdated or insecure dependencies
Sep 23, 2020
Development tools / IDEs
- Kakoune
- kakoune-lsp (⭐610) - LSP client. Implemented in Rust and supports rls out of the box.
Aug 28, 2020
Applications / Database
- Materialize (⭐5.8k) - Streaming SQL database powered by Timely Dataflow 💲
Aug 16, 2020
Applications / Database
- sled - A (beta) modern embedded database
Jul 24, 2020
Applications / System tools
- gitui (⭐19k) - Blazing fast terminal client for git.
Libraries / Macro
- Linq-in-Rust (⭐128) - Macro and methods for C#-LINQ-like expressions.
Jul 12, 2020
Libraries / Authentication
- oxide-auth (⭐690) - A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends
- yup-oauth2 (⭐223) - An oauth2 client implementation providing the Device, Installed and Service Account flows
Jul 11, 2020
Libraries / Authentication
- oauth2 (⭐937) - Extensible, strongly-typed OAuth2 client library
Jul 04, 2020
Applications / Industrial automation
- slowtec/tokio-modbus (⭐414) - A tokio-based modbus library.
Jun 23, 2020
Applications
- asm-cli-rust (⭐323) - An interactive assembly shell.
- denoland/deno (⭐98k) - A secure JavaScript/TypeScript runtime built with V8 and Tokio
- kytan (⭐490) - High Performance Peer-to-Peer VPN
- linkerd/linkerd2-proxy (⭐2k) - Ultralight service mesh for Kubernetes.
- rx (⭐3.1k) - Vi inspired Modern Pixel Art Editor
Jun 21, 2020
Libraries / Parsing
- Folyd/robotstxt (⭐88) - Port of Google's robots.txt parser and matcher C++ library
Jun 20, 2020
Development tools / IDEs
- Vim - the ubiquitous text editor
- autozimu/LanguageClient-neovim (⭐3.6k) - LSP client. Implemented in Rust and supports rls out of the box.
- crates.nvim (⭐868) - plugin that helps to managing crates.io dependencies.
- rust.vim (⭐3.9k) - provides file detection, syntax highlighting, formatting, Syntastic integration, and more.
- vim-racer (⭐633) - allows vim to use Racer (⭐3.4k) for Rust code completion and navigation.
Jun 16, 2020
Applications / Blockchain
- tendermint-rs (⭐613) - Tendermint blockchain data structures and clients
Jun 10, 2020
Applications
- wezterm (⭐18k) - A GPU-accelerated cross-platform terminal emulator and multiplexer
Jun 07, 2020
Libraries / Artificial Intelligence
- huggingface/tokenizers (⭐9.1k) - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python.
May 12, 2020
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.
Apr 30, 2020
Applications / Database
- ParityDB (⭐264) - Fast and reliable database, optimised for read operation
Apr 21, 2020
Applications / Blockchain
- Joystream (⭐1.4k) - A user governed video platform
Development tools / Web Servers
- Rust Search Extension (⭐1.2k) - A handy browser extension to search crates and docs in address bar (omnibox).
Apr 17, 2020
Applications / Utilities
- nomino (⭐570) - Batch rename utility for developers
Apr 04, 2020
Applications / System tools
- orhun/kmon (⭐2.5k) - Linux Kernel Manager and Activity Monitor
Apr 02, 2020
Applications / Graphics
- turnage/valora - A library for generative fine art
Mar 30, 2020
Applications / System tools
- ajeetdsouza/zoxide (⭐23k) - A fast alternative to
cd
that learns your habits
Mar 08, 2020
Applications / System tools
- Kondo (⭐1.8k) - CLI & GUI tool for deleting software project artifacts and reclaiming disk space
Mar 01, 2020
Applications / Audio and Music
- enginesound (⭐312) - 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.
Feb 26, 2020
Applications / Audio and Music
- Spotifyd (⭐9.9k) - An open source Spotify client running as a UNIX daemon.
Feb 24, 2020
Applications / Utilities
- guoxbin/dtool (⭐370) - A useful command-line tool collection to assist development including conversion, codec, hashing, encryption, etc.
Development tools / Profiling
- bheisler/criterion.rs (⭐4.6k) - Statistics-driven benchmarking library
Feb 17, 2020
Development tools / IDEs
- Visual Studio
- dgriffen/rls-vs2017 (⭐110) - Rust support for Visual Studio 2017 Preview
- PistonDevelopers/VisualRust (⭐703) - A Visual Studio extension for Rust
Feb 12, 2020
Applications / Database
- Lucid (⭐379) - High performance and distributed KV store accessible through a HTTP API.
Applications / Web Servers
- wyhaya/see (⭐211) - Static HTTP file server
Libraries / Logging
- tokio-rs/tracing (⭐5.5k) - An application level tracing framework for async-aware structured logging, error handling, metrics, and more
Libraries / Text search
- meilisearch/MeiliSearch (⭐47k) - Ultra relevant, instant and typo-tolerant full-text search API.
Jan 29, 2020
Applications
- tiny (⭐1k) - A terminal IRC client
Applications / System tools
- dust (⭐8.9k) - A more intuitive version of du
Applications / Utilities
- tversteeg/emplace (⭐262) - Synchronize installed packages on multiple machines
Libraries / Cryptography
- dalek-cryptography/curve25519-dalek (⭐901) - Curve25519 operations
- dalek-cryptography/ed25519-dalek (⭐686) - Ed25519 digital signatures
- dalek-cryptography/x25519-dalek (⭐331) - X25519 key exchange
- debris/tiny-keccak (⭐194) - Keccak family (SHA3)
Jan 21, 2020
Applications / Emulators
- NES
- koute/pinky (⭐775) - A NES emulator
- pcwalton/sprocketnes (⭐749) - A NES emulator
Applications / Text editors
- mathall/rim (⭐611) - Vim-like text editor.
Applications / Text processing
- sd - Intuitive find & replace CLI
Libraries / Computation
- Parallel
- arrayfire/arrayfire-rust (⭐815) - Arrayfire bindings
- autumnai/collenchyma (⭐476) - An extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and common host CPU.
- luqmana/rust-opencl (⭐170) - OpenCL bindings
Libraries / GUI
- Nuklear (⭐9.3k)
- nuklear-rust (⭐360) - Bindings for Nuklear
Libraries / Logging
- rust-lang/log (⭐2.2k) - Logging implementation
Jan 20, 2020
Applications
- alacritty (⭐56k) - A cross-platform, GPU enhanced terminal emulator
Libraries / Text search
- CurrySoftware/perlin (⭐76) [perlin] - A lazy, zero-allocation and data-agnostic Information Retrieval library
Jan 15, 2020
Development tools / Build system
- GitHub actions
- icepuma/rust-action (⭐78) - rust github action
- peaceiris/actions-mdbook (⭐297) - GitHub Actions for mdBook
Libraries / Text search
- andylokandy/simsearch-rs (⭐170) [simsearch] - A simple and lightweight fuzzy search engine that works in memory, searching for similar strings
Libraries / Unsafe
- zerocopy - "Zerocopy makes zero-cost memory manipulation effortless. We write
unsafe
so you don’t have to."
Libraries / Virtualization
- chromium/chromiumos/platform/crosvm - CrOSVM Enables Chrome OS to run Linux apps inside a fast, secure virtualized environment
Resources / Web programming
- Podcasts
- New Rustacean - A podcast about learning Rust
- Rustacean Station - A community project for creating podcast content for Rust
Jan 08, 2020
Libraries / Cryptography
- kornelski/rust-security-framework (⭐242) - Bindings for Security Framework (OSX native)
Libraries / Encoding
- BSON
- mongodb/bson-rust (⭐406) - Encoding and decoding support for BSON
Libraries / Image processing
- abonander/img_hash (⭐314) - Perceptual image hashing and comparison for equality and similarity.
Libraries / Platform specific
- Unix-like
- nix-rust/nix (⭐2.7k) - Unix-like API bindings
- rustix (⭐1.5k) - Safe bindings to POSIX/Unix/Linux/Winsock2 syscalls
- zargony/fuse-rs (⭐1.1k) - FUSE (⭐5.3k) bindings
Jan 07, 2020
Applications / Blockchain
- CITA (⭐1.3k) - A high performance blockchain kernel for enterprise users.
Nov 01, 2019
Applications / Text processing
- phiresky/ripgrep-all (⭐8.2k) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Oct 28, 2019
Development tools / Web Servers
- scriptisto (⭐968) - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages.
Oct 27, 2019
Applications
- jedisct1/flowgger (⭐834) - A fast, simple and lightweight data collector
Libraries / GUI
- Flutter
- cunarist/rinf (⭐2k) - 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 (⭐4.3k) - High-level memory-safe binding generator for Flutter/Dart <-> Rust
Sep 03, 2019
Applications / Games
- swatteau/sokoban-rs (⭐152) - A Sokoban implementation
Jul 03, 2019
Applications / Blockchain
- zcash (⭐4.9k) - Zcash is an implementation of the "Zerocash" protocol.
Jun 17, 2019
Applications / Blockchain
- ChainX (⭐323) - Fully Decentralized Interchain Crypto Asset Management on Polkadot.
- Grin (⭐5k) - Evolution of the MimbleWimble protocol
- Nervos CKB (⭐1.2k) - Nervos CKB is a public permissionless blockchain, the common knowledge layer of Nervos network.
Jun 02, 2019
Development tools / Web Servers
- Module Linker (⭐251) - Extension that adds
<a>
links to references inmod
,use
andextern crate
statements at GitHub.
Apr 28, 2019
Applications
- Herd (⭐110) - an experimental HTTP load testing application
Applications / Productivity
- eureka - A CLI tool to input and store your ideas without leaving the terminal
Apr 09, 2019
Applications
- Pijul - A patch-based distributed version control system
- Servo (⭐28k) - A prototype web browser engine
Applications / Utilities
- fcsonline/tmux-thumbs (⭐918) - A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator.
Applications / Virtualization
- firecracker-microvm/firecracker (⭐26k) - A lightweight virtual machine for container workload Firecracker Microvm
Applications / Web Servers
- TheWaWaR/simple-http-server (⭐2.7k) - simple static http server
Development tools / Debugging
- LLDB
- CodeLLDB - A LLDB extension for Visual Studio Code.
Development tools / Deployment
- Heroku
- emk/heroku-buildpack-rust (⭐523) - A buildpack for Rust applications on Heroku
Development tools / Services
- docs.rs - Automatic documentation generation of crates
Development tools / Static analysis
- static_assertions - Compile-time assertions to ensure that invariants are met
Libraries / Configuration
- Kixunil/configure_me (⭐62) [configure_me] - library for processing application configuration easily
Libraries / GUI
- IUP
- Kiss-ui (⭐341) - A simple UI framework built on IUP
Libraries / Network programming
- Low level
- actix/actix (⭐8.7k) - Actor library
- dylanmckay/protocol (⭐187) - Custom TCP/UDP protocol definitions
- libpnet/libpnet (⭐2.3k) - A cross-platform, low level networking
- smoltcp-rs/smoltcp (⭐3.8k) - A standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems
Libraries / Parsing
- ptal/oak (⭐142) - A typed PEG parser generator (compiler plugin)
Libraries / Web programming
- Client-side / WASM
- cargo-web - A Cargo subcommand for the client-side Web
- leptos (⭐16k) - Leptos is a full-stack, isomorphic web framework leveraging fine-grained reactivity to build declarative user interfaces.
- sauron (⭐2k) - 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
- yew - A framework for making client web apps
Resources / Web programming
- Rust Subreddit - A subreddit(forum) where rust related questions, articles and resources are posted and discussed
Apr 05, 2019
Development tools / IDEs
- Eclipse
- Eclipse Corrosion (⭐224) - 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
Jan 20, 2019
Development tools / Build system
- Cargo - the Rust package manager
- cargo-all-features (⭐147) - 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-trans
which can be helpful for running a faster compile if you only need correctness checks - cargo-commander - A subcommand for
cargo
to run CLI commands similar to how the scripts section inpackage.json
works - 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 (⭐2k) - 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 (⭐132) [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 (⭐1.7k) [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 (⭐2.7k) - Expand macros in your source code
Dec 17, 2018
Development tools / Deployment
- Docker
- emk/rust-musl-builder (⭐1.5k) - Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries
- kpcyrd/mini-docker-rust (⭐219) - An example project for very small rust docker images
- liuchong/docker-rustup (⭐93) - A multiple version (with musl tools) Rust Docker image
- LukeMathWalker/cargo-chef (⭐1.8k) - A tool and pre-built images for caching compiling remote dependencies between Docker builds.
- rust-cross/rust-musl-cross (⭐646) - Docker images for compiling static Rust binaries using musl-cross
- rust-lang-nursery/docker-rust (⭐446) - the official Rust Docker image
- Stavrospanakakis/is_ready (⭐135) - Wait for multiple services to become available
Nov 27, 2018
Applications / Games
- rsaarelm/magog (⭐372) - A roguelike game.
- Thinkofname/rust-quake (⭐73) - Quake map renderer.
Applications / Industrial automation
- locka99/opcua (⭐510) - A OPC UA library.
Applications / Text processing
- whitfin/runiq (⭐210) - an efficient way to filter duplicate lines from unsorted input.
Applications / Utilities
- brycx/checkpwn (⭐121) - A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords.
Development tools / IDEs
- gitpod.io - Online IDE with full Rust support based on Rust Language Server
Development tools / Transpiling
- immunant/c2rust (⭐4k) - C to Rust translator and cross checker built atop Clang/LLVM.
- jameysharp/corrode (⭐2.2k) - A C to Rust translator written in Haskell.
Libraries / Game development
- Game Engines
- Bevy (⭐36k) - is a refreshingly simple data-driven game engine. -
- Fyrox - Game engine 3D
- ggez (⭐4.3k) - A lightweight game framework for making 2D games with minimum friction -
- Kiss3d - A Keep It Simple, Stupid 3d graphics engine
- oxidator (⭐301) - A real time strategy game/engine supporting WebGPU
- Piston -
- Unrust (⭐375) - Webgl 2.0 / native game engine
Libraries / GUI
- autopilot-rs/autopilot-rs (⭐382) - A simple, cross-platform GUI automation library.
Libraries / Macro
- cute
- mattgathu/cute (⭐336) - Macro for Python-esque list comprehensions.
Oct 08, 2018
Applications / System tools
- pop-os/system76-power (⭐594) - Linux power management daemon (DBus-interface) with CLI tool.
Oct 06, 2018
Applications / System tools
- pop-os/popsicle (⭐655) - GTK3 & CLI utility for flashing multiple USB devices in parallel
Aug 25, 2018
Libraries / Artificial Intelligence
- innoave/genevo (⭐176) - Execute genetic algorithm (GA) simulations in a customizable and extensible way.
- m-decoster/RsGenetic (⭐75) - Genetic Algorithm library. In maintenance mode.
- autumnai/leaf (⭐5.6k) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is juice (⭐1.1k).
May 04, 2018
Applications / Operating systems
- tock/tock (⭐5.5k) - A secure embedded operating system for Cortex-M based microcontrollers
May 01, 2018
Applications / Games
- citybound (⭐7.8k) - The city sim you deserve
Applications / System tools
- mmstick/concurr (⭐109) - Alternative to GNU Parallel w/ a client-server architecture
- mmstick/fontfinder (⭐275) - GTK3 application for previewing and installing Google's fonts
Mar 19, 2018
Development tools / Web Servers
- ptags (⭐125) - A parallel universal-ctags wrapper for git repository
Mar 08, 2018
Libraries / Command-line
- Progress
- a8m/pb (⭐583) [pbr] - console progress bar
- console-rs/indicatif (⭐4.4k) [indicatif] - indicate progress to users
- etienne-napoleone/spinach (⭐102) [spinach] - Practical spinner.
- FGRibreau/spinners (⭐541) [spinners] - 60+ elegant terminal spinners
Feb 20, 2018
Libraries / Command-line
- Line editor
- kkawakam/rustyline (⭐1.6k) [rustyline] - readline implementation
- MovingtoMars/liner (⭐74) [liner] - A library offering readline-like functionality
- murarth/linefeed (⭐187) [linefeed] - Configurable, extensible, interactive line reader
- srijs/rust-copperline (⭐27) [copperline] - command line editing library
Jan 31, 2018
Libraries / Parsing
- lalrpop/lalrpop (⭐3.1k) - LR(1) parser generator
Nov 30, 2017
Development tools / IDEs
- Sublime Text
- rust-lang/rust-enhanced (⭐786) - official Rust package
Aug 16, 2017
Libraries / Parsing
- pest-parser/pest (⭐4.7k) - The Elegant Parser
Jul 25, 2017
Development tools / IDEs
- gnome-builder - native support for rust and cargo since Version 3.22.2
Jul 01, 2017
Libraries / Scripting
- gluon-lang/gluon (⭐3.2k) - A small, statically-typed, functional programming language
- murarth/ketos (⭐752) - A Lisp dialect functional programming language serving as a scripting and extension language for rust
Jun 18, 2017
Libraries / Authentication
- Keats/jsonwebtoken (⭐1.7k) - JSON Web Token library
Libraries / Logging
- slog-rs/slog (⭐1.6k) - Structured, composable logging
Resources / Web programming
- Rust Design Patterns (⭐8.1k) - A catalogue of Rust design patterns, anti-patterns and idioms
Jun 09, 2017
Libraries / Caching
- jaemk/cached (⭐1.6k) - Simple function caching/memoization
Feb 11, 2017
Libraries / GUI
- saurvs/nfd-rs (⭐158) - nativefiledialog (⭐1.8k) bindings
Nov 02, 2016
Applications
- Fractalide (⭐873) - Simple microservices
Sep 02, 2016
Libraries / Cryptography
- sfackler/rust-native-tls (⭐479) - Bindings for native TLS libraries
May 21, 2016
Libraries / Computation
- BLAS [blas]
- mikkyang/rust-blas (⭐84) - BLAS bindings
May 20, 2016
Development tools / Profiling
- FlameGraphs
- llogiq/flame (⭐705) - An intrusive flamegraph profiling tool for rust
- mrhooray/torch (⭐132) - generates FlameGraphs based on DWARF Debug Info
Mar 30, 2016
Libraries / Virtualization
- saurvs/hypervisor-rs (⭐63) - Hardware-accelerated virtualization on OS X
Mar 29, 2016
Development tools / FFI
- Objective-C
- SSheldon/rust-objc (⭐393) - Objective-C Runtime bindings and wrapper for Rust
Jan 20, 2016
Libraries / Bioinformatics
- Rust-Bio - bioinformatics libraries.
Nov 13, 2015
Libraries / Geospatial
- Georust - geospatial tools and libraries written
Aug 03, 2015
Libraries / Parsing
- kevinmehall/rust-peg (⭐1.5k) - Parsing Expression Grammar (PEG) parser generator
Mar 03, 2015
Resources / Web programming
- Rust Guidelines - Aaron Turon's blog posts on rust