Track Awesome Rust Updates Weekly
A curated list of Rust code and resources.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 rust-unofficial/awesome-rust · ⭐ 47K · 🏷️ Programming Languages
Nov 11 - Nov 17, 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 / System tools
- skim (⭐5.2k) - A fuzzy finder
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]
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
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 28 - Nov 03, 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 - Oct 27, 2024
Libraries / Graphics
- Fonts
- redox-os/rusttype (⭐616) - 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 14 - Oct 20, 2024
Applications / Security tools
- AdGuardian-Term (⭐956) [adguardian] - Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
Libraries / Text search
- SeekStorm (⭐170) [SeekStorm] - sub-millisecond full-text search library & multi-tenancy server in Rust
Oct 07 - Oct 13, 2024
Applications / Blockchain
- reth (⭐3.9k) - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol.
Applications / System tools
- jacek-kurlit/pik (⭐164) [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
Sep 30 - Oct 06, 2024
Applications / Database
- valentinus (⭐6) - Next generation vector database built with LMDB bindings
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
Applications / Utilities
- sorairolake/qrtool (⭐141) [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 / Finance
- dancixx/stochastic-rs (⭐22) [stochastic-rs] - High-performance data generation library for stochastic process with quant finance tools.
Libraries / System
- sorairolake/sysexits-rs (⭐22) [sysexits] - The system exit codes as defined by
<sysexits.h>
.
Sep 23 - Sep 29, 2024
Applications / Database
- Databend (⭐7.8k) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture
Applications / Productivity
- Furtherance (⭐269) - Time tracking app built with GTK4
Applications / System tools
- brush-shell (⭐20) - bash/POSIX-compatible shell
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 (⭐699) - 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 (⭐508) - 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 (⭐536) - Over 550 flashcards to learn Rust from first principles.
- Rust for professionals - A quick introduction to Rust for experienced software developers.
- Rust Gym (⭐893) - 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
- Rustlings (⭐54k) - small exercises to get you used to reading and writing Rust code
- Rusty CS (⭐904) - 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 - Sep 22, 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 09 - Sep 15, 2024
Libraries / Asynchronous
- tqwewe/kameo (⭐625) - Fault-tolerant Async Actors Built on Tokio
Sep 02 - Sep 08, 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 (⭐90) - A declarative framework for computations that span from the Cloud to the Thing
- eclipse-zenoh/zenoh (⭐1.5k) - Zero Overhead Network Protocol
Aug 26 - Sep 01, 2024
Libraries / Logging
- donnie4w/tklog (⭐76) - lightweight and efficient rust structured log library with support for log levels, file segmentation, compressed archiving.
Aug 19 - Aug 25, 2024
Applications / Package Managers
- rebos - A declarative way to automate package management on any linux distro
Applications / Utilities
- dcapal (⭐56) - DcaPal is a free, no registration, online tool to help you keep your portfolio balanced with dollar cost averaging investments.
Development tools / IDEs
- RustRover - A powerful Rust IDE by JetBrains, free for individual non-commercial use
Libraries / Computation
- Science
- Axect/Peroxide (⭐519) - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
- cpmech/russell (⭐113) - 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 12 - Aug 18, 2024
Applications / Database
- Tonbo (⭐746) - 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 (⭐356) - A crossplatform TUI for Telegram
Libraries / Image processing
- Enet4/dicom-rs (⭐421) - 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.
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 05 - Aug 11, 2024
Development tools / Web Servers
- Flox (⭐2.6k) - Flox is a virtual environment and package manager all in one.
Jul 29 - Aug 04, 2024
Applications / Blockchain
- Subspace (⭐379) - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
Applications / Utilities
- Linus-Mussmaecher/rucola (⭐188) - Terminal-based markdown note manager.
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..
Libraries / Artificial Intelligence
- perpetual-ml/perpetual (⭐269) [perpetual] - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
Libraries / Encoding
- JSON
- cloudwego/sonic-rs (⭐466) [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.1k) framework
- simd-lite/simd-json (⭐1.1k) [simd-json] - High performance JSON parser based on a port of simdjson
Jul 22 - Jul 28, 2024
Applications / System tools
- ChurchTao/clipboard-rs (⭐60) [clipboard-rs] - Cross-platform library written in Rust for getting and setting and monitoring changes the system-level clipboard content.
Libraries / Data streaming
- swimos/swim-rust (⭐313) [swim-rust] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
Jul 08 - Jul 14, 2024
Applications / Security tools
- observer_ward (⭐1.3k) - Web application and service fingerprint identification tool
Applications / Web
- importantimport/hatsu (⭐144) - 🩵 Self-hosted and fully-automated ActivityPub bridge for static sites.
Libraries / Scripting
- clarkmcc/cel-rust (⭐375) [cel-interpreter] - Common expression language parser and interpreter
Jul 01 - Jul 07, 2024
Applications
- Ryot (⭐2k) - A self hosted application to track media consumption, fitness, etc.
Applications / Games
- buxx/OpenCombat (⭐85) - A realtime 2nd world war tactical game
- HactarCE/Hyperspeedcube (⭐71) - 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 (⭐607) - A user-friendly tool for managing game saves
Applications / System tools
- ynqa/sig (⭐581) - Interactive grep (for streaming)
Applications / Utilities
- Tabiew (⭐473) - A lightweight TUI app to view and query CSV files.
- wthrr (⭐389) - Weather companion for the terminal.
Development tools / Debugging
- kxxt/tracexec (⭐275) [tracexec] - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
Libraries / Asynchronous
- igumnoff/gabriel2 (⭐24) [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 13 - May 19, 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!
Applications / Database
- lancedb (⭐4.7k) [vectordb] - A serverless, low-latency vector database for AI applications
Applications / Task scheduling
- tasklet (⭐30) [tasklet] - A task scheduling library written in Rust
Applications / Utilities
- Mobslide (⭐355) - Desktop application that turns your smartphone into presentation remote controller.
- Vibe (⭐1.1k) - Transcribe audio or video in every language on every platform.
Libraries / Artificial Intelligence
- guillaume-be/rust-bert (⭐2.6k) [rust_bert] - Ready-to-use NLP pipelines and language models
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 06 - May 12, 2024
Applications
- EasyTier (⭐1.6k) - A simple, full-featured and decentralized mesh VPN with WireGuard support.
Development tools / Web Servers
- ATAC (⭐2k) - A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
Libraries / Data visualization
- plotpy (⭐65) [plotpy] - Rust plotting library using Python (Matplotlib)
Apr 29 - May 05, 2024
Applications / Audio and Music
- dano (⭐142) - A hashdeep/md5tree (but much more) for media files
Applications / Database
- native_db (⭐461) [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
Libraries / Compression
- zip
- zip-rs/zip2 (⭐109) [zip] - read and write ZIP archives
Libraries / Parsing
- tree-sitter/tree-sitter (⭐19k) - A parser generator tool and an incremental parsing library geared towards programming tools
Apr 22 - Apr 28, 2024
Applications / Security tools
- Raspirus (⭐128) - User- and resources-friendly rules-based malware scanner
Applications / Text editors
- vamolessa/pepper [pepper] - An opinionated modal editor to simplify code editing from the terminal
Libraries / Data processing
- datafusion (⭐6.2k) - DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
Libraries / Markup language
- insomnimus/tidier (⭐4) [tidier] - A library to format HTML, XHTML and XML documents.
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.
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 15 - Apr 21, 2024
Libraries / Compression
- zstd
- gyscos/zstd-rs (⭐522) - rust binding for the zstd compression library
Libraries / Parsing
- igumnoff/shiva (⭐281) - Shiva library: Implementation in Rust of a parser and generator for documents of any type (Plain text, Markdown, HTML, PDF and etc)
Apr 08 - Apr 14, 2024
Applications
- kftray (⭐841) - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations.
Libraries / Data visualization
- plotly (⭐1.1k) - Plotly for Rust
Apr 01 - Apr 07, 2024
Applications / Emulators
- IBM PC
- MartyPC (⭐580) - An IBM PC/XT emulator written in Rust.
Mar 25 - Mar 31, 2024
Applications / Blockchain
- Hyperlane (⭐329) - Framework for permissionless, modular interoperability. The offchain clients are written in Rust, as well as the smart contracts for Solana VM and CosmWasm.
Applications / Emulators
- Nintendo 64
- gopher64 (⭐91) - N64 emulator written in Rust
Applications / System tools
- ynqa/jnv (⭐4.9k) - Interactive JSON filter using jq
Development tools / Web Servers
- fzf-make (⭐79) [fzf-make] - A command line tool that executes make target using fuzzy finder with preview window.
- typos (⭐2.6k) [typos-cli] - Source code spell checker
Mar 18 - Mar 24, 2024
Libraries / Network programming
- VPN
- defguard/wireguard-rs (⭐155) - A multi-platform library providing a unified high-level API for managing WireGuard interfaces using native OS kernel and userspace WireGuard protocol implementations
Libraries / Peripherals
- Fingerprint reader
- alvaroparker/libfprint-rs (⭐11) [libfprint-rs] - Libfprint-rs provides a wrapper around the Linux libfprint library.
Mar 11 - Mar 17, 2024
Applications
- defguard (⭐1.2k) - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
Applications / Database
- FnckSQL (⭐557) - SQL as a Function for Rust
Applications / Emulators
- iOS
- touchHLE (⭐2.7k) - High-level emulator for iPhone OS apps
Applications / System tools
- netscanner (⭐848) - TUI Network Scanner
Applications / Utilities
- str4d/rage (⭐2.6k) [rage] - Rust implementation of age (⭐17k).
Mar 04 - Mar 10, 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 (⭐813) - PDF writing library
- J-F-Liu/lopdf (⭐1.6k) - PDF document manipulation
- kaj/rust-pdf (⭐144) - Generating PDF files in pure Rust
Feb 19 - Feb 25, 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 / Productivity
- yashs662/rust_kanban (⭐181) [rust-kanban] - A Kanban App for the terminal
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 12 - Feb 18, 2024
Applications / System tools
- qarmin/czkawka (⭐20k) - Multi-functional app to find duplicates, empty folders, similar images, etc.
Development tools / Web Servers
- envio-cli/envio (⭐818) - A Modern And Secure CLI Tool For Managing Environment Variables
Libraries / Markup language
- CommonMark
Feb 05 - Feb 11, 2024
Applications
- mirrord (⭐3.8k) - Connect your local process and your cloud environment, and run local code in cloud conditions
Applications / Database
- darkbird (⭐491) [darkbird] - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
- SQLSync (⭐2.4k) - Multiplayer offline-first SQLite
Applications / Text editors
- zed (⭐49k) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Development tools / Profiling
- Divan (⭐945) - Simple yet powerful benchmarking library with allocation profiling
Libraries / Asynchronous
- t3hmrman/async-dropper (⭐42) [async-dropper] - Implementation of
AsyncDrop
Libraries / Email
- meli/meli (⭐669) - 🐝 terminal mail client
Libraries / GUI
- makepad/makepad (⭐5.1k) [makepad-widgets] - Makepad is a creative software development platform that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl.
Jan 15 - Jan 21, 2024
Applications / Blockchain
- beerus (⭐249) - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡
Applications / Database
- Qrlew/qrlew (⭐40) [qrlew] - The SQL-to-SQL Differential Privacy layer
Applications / Graphics
- wahn/rs_pbrt (⭐811) - Implements a counterpart to the PBRT book's (3rd edition) C++ code.
Applications / Security tools
- arp-scan-rs (⭐90) - A minimalistic ARP scan tool for fast local network scans
Jan 08 - Jan 14, 2024
Applications / Audio and Music
- Spotify Player (⭐3.5k) - 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 01 - Jan 07, 2024
Applications / Blockchain
- polkadot-sdk (⭐1.9k) - The Parity Polkadot Blockchain SDK
Applications / Games
- chess-tui (⭐375) - A Chess TUI implementation ♟️
Applications / Observability
- openobserve (⭐13k) - 10x easier, 140x lower storage cost, high performance, petabyte scale - Elasticsearch/Splunk/Datadog alternative.
Applications / Virtualization
- kata-containers/kata-containers (⭐5.5k) - A implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
Libraries / Data streaming
- iggy-rs/iggy (⭐2k) [iggy] - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols
Dec 25 - Dec 31, 2023
Applications / Audio and Music
- Festival (⭐273) - A local music player/server/client
- termusic (⭐1.1k) - Music Player TUI written
Applications / Database
- Garage (⭐565) [garage] - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.
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.
Applications / Graphics
- flxzt/rnote (⭐8.2k) - Sketch and take handwritten notes.
Applications / Operating systems
- DragonOS-Community/DragonOS (⭐889) - 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.2k) - Linux AMDGPU Controller
Applications / Web Servers
- emanuele-em/proxelar (⭐408) - 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 (⭐834) - native Ruby extensions written in Rust
- danielpclark/rutie (⭐958) - native Ruby extensions written in Rust and vice versa
Libraries / Artificial Intelligence
- burn (⭐8.8k) - A Flexible and Comprehensive Deep Learning Framework.
Libraries / Configuration
- SergioBenitez/Figment (⭐630) [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 (⭐157) - 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 (⭐109) - Simple, crossplatform thread priority management.
- svartalf/rust-battery - Cross-platform information about the notebook batteries
Nov 13 - Nov 19, 2023
Applications
- Rauthy (⭐331) - OpenID Connect Single Sign-On Identity & Access Management
Applications / System tools
- lodosgroup/lpm (⭐65) - An experimental system package manager
Nov 06 - Nov 12, 2023
Applications
- UpVPN (⭐217) - WireGuard VPN client for macOS, Linux, and Windows built on Tauri.
Applications / Package Managers
- helsing-ai/buffrs (⭐212) [buffrs] - A modern package manager for protocol buffers and gRPC architectures.
Applications / Routing protocols
- Holo (⭐268) - 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
Oct 30 - Nov 05, 2023
Applications
- WinterJS (⭐3k) - A secure JavaScript runtime built with SpiderMonkey and Axum
Libraries / Scripting
- 3body-lang (⭐181) - The Three Body Language
Oct 23 - Oct 29, 2023
Development tools / FFI
- C#
- csbindgen (⭐691) - generates C# bindings for Rust source files
- Prolog
- mthom/scryer-prolog (⭐2k) - Scryer Prolog is a free software ISO Prolog system written in Rust
Oct 16 - Oct 22, 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 (⭐240) - An implementation of a very simple raytracer based on Ray Tracing in One Weekend by Peter Shirley.
- KaminariOS/rustracer (⭐69) - A PBR glTF 2.0 renderer based on Vulkan ray-tracing.
- rodrigorc/papercraft (⭐128) - A tool to unwrap 3D models and create them in paper with scissors and glue.
Applications / System tools
- mdgaziur/findex (⭐585) - Findex is a highly customizable application finder using GTK3
- pkolaczk/fclones (⭐2k) - Efficient duplicate file finder and remover
Applications / Utilities
- wrestic (⭐82) - 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 18 - Sep 24, 2023
Libraries / Email
- duesee/imap-codec (⭐39) [imap-codec] - Rock-solid and complete codec for IMAP
Libraries / Network programming
- QUIC
- aws/s2n-quic (⭐1.2k) - An implementation of the IETF QUIC protocol
- cloudflare/quiche (⭐9.4k) - 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 11 - Sep 17, 2023
Applications / Blockchain
- wagyu (⭐612) [wagyu] - Library for generating cryptocurrency wallets
Applications / Games
- maras-archive/rsnake (⭐135) - Snake.
Applications / System tools
- eza-community/eza (⭐12k) - A replacement for 'ls'
Aug 21 - Aug 27, 2023
Applications / Emulators
- Nintendo DS
- dust (⭐222) - A Nintendo DS emulator
Applications / Utilities
- suckit (⭐741) - Recursively visit and download a website's content to your disk.
Libraries / eBPF
- aya/aya-rs (⭐3.2k) - Built with a focus on developer experience and operability.
- libbpf/libbpf-rs (⭐767) - A minimal and opinionated eBPF tooling.
Aug 14 - Aug 20, 2023
Libraries / Email
- tweedegolf/mailcrab (⭐721) - Email test server for development.
Libraries / Filesystem
- Operations
- Camino (⭐435) [camino] - Like Rust's std::path::Path, but UTF-8.
- OpenDAL (⭐3.3k) [opendal] - A unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.
- ParthJadhav/Rust_Search (⭐139) [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 (⭐50) [path_abs] - Absolute serializable path types and associated methods.
- webdesus/fs_extra (⭐300) - expanding opportunities standard library std::fs and std::io
Aug 07 - Aug 13, 2023
Applications
- doprz/dipc (⭐204) - Convert your favorite images and wallpapers with your favorite color palettes/themes
Applications / Utilities
- mrjackwills/oxker (⭐694) [oxker] - A simple tui to view & control docker containers.
Applications / Web Servers
- mu-arch/skyfolder (⭐124) - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
Development tools / Web Servers
- frolic (⭐184) - 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 (⭐384) - A library for high-performant graph algorithms
Jul 31 - Aug 06, 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.
Applications / Utilities
- rust-parallel (⭐160) - Fast command line app using Tokio to execute commands in parallel. Similar interface to GNU Parallel or xargs.
Jul 24 - Jul 30, 2023
Applications / Database
- GreptimeDB (⭐4.3k) - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.
Jul 17 - Jul 23, 2023
Applications
- shoes (⭐226) - A multi-protocol proxy server
Development tools / Embedded
- Firmware
- oreboot/oreboot (⭐1.6k) - oreboot is a fork of coreboot, with C removed, written in Rust
Libraries / Geospatial
- MapLibre/Martin (⭐2.3k) - Map tile server with PostGIS, MBTiles, PMTiles, and sprites support.
Jul 10 - Jul 16, 2023
Applications / System tools
- GQL (⭐3.2k) - A SQL like query language to run on .git files.
Applications / Utilities
- rustic-rs/rustic (⭐1.9k) [rustic-rs] - Fast, encrypted, deduplicated backups powered by Rust.
Jul 03 - Jul 09, 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 / Data visualization
- blitzarx1/egui_graphs (⭐413) [egui_graphs] - Interactive graph visualization widget powered by egui and petgraph.
Libraries / Finance
- d-e-s-o/apca (⭐145) [apca] - Opinionated and comprehensive bindings to the Alpaca API for stock trading and more.
Libraries / Scripting
- kcl (⭐1.7k) - A constraint-based record & functional language mainly used in configuration and policy scenarios.
Jun 26 - Jul 02, 2023
Applications / Blockchain
- cairo-vm (⭐515) - Implementation of the Cairo VM
Libraries / Artificial Intelligence
- coreylowman/dfdx (⭐1.7k) - CUDA accelerated machine learning framework that leverages many of Rust's unique features.
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 (⭐456) [ansi_term] - control colours and formatting on ANSI terminals
- SergioBenitez/yansi (⭐245) [yansi] - A dead simple ANSI terminal color painting library
Libraries / Finance
- avhz/RustQuant (⭐1.1k) [RustQuant] - A quantitative finance library.
Jun 19 - Jun 25, 2023
Applications
- mdBook (⭐18k) - A command line utility to create books from markdown files
Applications / Text processing
- jqnatividad/qsv (⭐2.5k) [qsv] - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more.
Jun 12 - Jun 18, 2023
Applications / Games
- mtkennerly/ludusavi (⭐2.7k) - Backup tool for PC game saves
Applications / Productivity
- LLDAP (⭐4.4k) - Simplified LDAP interface for authentication.
Applications / Routing protocols
- RustyBGP (⭐480) - BGP
Applications / Security tools
- cotp (⭐255) - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
Libraries / Email
- mailtutan/mailtutan (⭐168) - An SMTP server for test and development environment.
Jun 05 - Jun 11, 2023
Applications / Blockchain
- artemis (⭐2.3k) - A simple, modular, and fast framework for writing MEV bots.
- svm-rs (⭐253) - Solidity-Compiler Version Manager.
Applications / Database
- Neon (⭐15k) - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
Applications / Utilities
- nix-community/nix-melt (⭐232) - A ranger-like flake.lock viewer
Development tools / Deployment
- MarcoIeni/release-plz (⭐820) [release-plz] - Release crates from CI, with changelog generation and semver check.
May 29 - Jun 04, 2023
Applications
- Rio (⭐3.6k) - A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.
Libraries / Platform specific
- Windows
- microsoft/windows-rs (⭐10k) - Rust for Windows
- retep998/winapi-rs (⭐1.8k) - Windows API bindings
May 22 - May 28, 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 (⭐229) - 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 / Astronomy
- cds-astro/aladin-lite (⭐100) - Web application for visualizing spatial and planetary image surveys in different projections
Libraries / Cryptography
- arkworks-rs/circom-compat (⭐236) - Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation.
Libraries / Data streaming
- ArroyoSystems/arroyo (⭐3.7k) - 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 - Apr 30, 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 10 - Apr 16, 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
Development tools / FFI
- PHP
- phper-framework/phper (⭐294) - The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
Libraries / Game development
- Skillratings
- atomflunder/skillratings (⭐43) [skillratings] - Collection of skill rating algorithms for multiplayer games like Elo, Glicko-2, TrueSkill etc.
Apr 03 - Apr 09, 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 (⭐106) - FlatBuffers compiler (flatc) integration for Cargo build scripts
Libraries / Text processing
- null8626/decancer (⭐101) [decancer] - A tiny package that removes common unicode confusables/homoglyphs from strings.
Mar 27 - Apr 02, 2023
Applications / Blockchain
- madara (⭐531) - Kaioshin is a ⚡ blazing fast ⚡ Starknet sequencer, based on substrate.
Applications / System tools
- nushell/nushell (⭐33k) - A new type of shell
- supercilex/fuc (⭐351) - Fast
cp
andrm
commands
Development tools / Profiling
- Bencher (⭐553) - A suite of continuous benchmarking tools designed to catch performance regressions in CI
Libraries / Video
- ffmpeg-sidecar (⭐248) - Wrap a standalone FFmpeg binary in an intuitive Iterator interface.
Mar 20 - Mar 26, 2023
Libraries / Artificial Intelligence
- zurawiki/tiktoken-rs (⭐254) [tiktoken-rs] - Library for tokenizing text with OpenAI models using tiktoken.
Mar 13 - Mar 19, 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
Applications / System tools
- lsd (⭐13k) - An ls with a lot of pretty colors and awesome icons
Mar 06 - Mar 12, 2023
Applications / Utilities
- Epic Asset Manager (⭐402) - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
Libraries / Image processing
- marekm4/dominant_color (⭐34) [dominant_color] - Dominant color extractor
Feb 27 - Mar 05, 2023
Libraries / Caching
- 06chaynes/http-cache (⭐67) [http-cache] - A caching middleware that follows HTTP caching rules
- moka-rs/moka (⭐1.6k) - A high performance concurrent caching library inspired by the Caffeine library for Java
- zkat/cacache-rs (⭐532) - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs
Libraries / Data visualization
- rerun (⭐6.5k) - [rerun] - An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time.
Libraries / Network programming
- gRPC
- hyperium/tonic (⭐9.9k) - 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 20 - Feb 26, 2023
Applications / Audio and Music
- figsoda/mmtc (⭐95) [mmtc] - Minimal mpd terminal client that aims to be simple yet highly configurable
Libraries / Graph algorithms
- petgraph/petgraph (⭐2.9k) - Graph data structure library.
Feb 13 - Feb 19, 2023
Applications / Productivity
- illacloud/illa (⭐241) [ILLA Cloud] - Low-code internal tool builder.
Libraries / Artificial Intelligence
- 64bit/async-openai (⭐1.2k) [async-openai] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
Libraries / Email
- stalwartlabs/mail-auth (⭐83) [mail-auth] - DKIM, ARC, SPF and DMARC message authentication library
Feb 06 - Feb 12, 2023
Applications / Security tools
- cargo-crev - A cryptographically verifiable code review system for the cargo package manager.
Libraries / Data visualization
- mazznoer/colorgrad-rs (⭐287) [colorgrad] - Color scales library for data visualization, charts, games, maps, generative art and others.
Libraries / Encoding
- NetCDF
- georust/netcdf (⭐82) [netcdf] - Medium-level netCDF bindings, allowing easy reading and writing of array-like structures to a file.
Libraries / Parsing
- hmeyer/stl_io - A parser for STL (STereoLithography) files
Jan 30 - Feb 05, 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 / Emulators
- iPod
- clicky (⭐165) - A clickwheel iPod emulator (WIP)
Applications / System tools
- j0ru/kickoff (⭐404) - Fast and snappy wayland program launcher
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 (⭐189) [whoami] - crate to get the current user and environment.
- GuillaumeGomez/sysinfo (⭐2.1k) [sysinfo] - Cross-platform library to fetch system information
Jan 23 - Jan 29, 2023
Applications / Emulators
- PlayStation 4
- Obliteration (⭐628) - Experimental PS4 emulator for Windows, macOS and Linux
Applications / Video
- vidmerger (⭐123) - Merge video & audio files via CLI
Libraries / Encoding
- rkyv
- rkyv/rkyv (⭐2.9k) [rkyv] - rkyv (archive) is a zero-copy deserialization framework
- TOML
- tamasfe/taplo (⭐1.4k) [taplo] - A TOML toolkit
- toml-rs/toml (⭐716) -
Libraries / Parsing
- comex/rust-shlex (⭐102) [shlex] - Split a string into shell words, like Python's shlex.
Jan 16 - Jan 22, 2023
Applications / Text editors
- emacs-ng (⭐1.7k) - Complementing the C codebase with rust code to introduce new features.
- Lapce (⭐34k) - A modern editor with a backend. Taking inspiration from the discontinued xi-editor (⭐20k).
Libraries / Configuration
- softprops/envy (⭐860) - deserialize env vars into typesafe structs
Libraries / GUI
- xilem (⭐3.6k) - Successor of the data-first UI design toolkit druid (⭐9.5k).
Libraries / Platform specific
- Linux
- hannobraun/inotify-rs (⭐261) - inotify bindings
- pop-os/distinst (⭐222) - Linux distribution installer
- yaa110/rust-iptables (⭐85) [iptables] - iptables bindings
Jan 09 - 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
Libraries / Peripherals
- Serial Port
- serialport/serialport-rs (⭐498) [serialport] - A cross-platform library that provides access to a serial port
Jan 02 - Jan 08, 2023
Applications / Database
- DB3 Network (⭐363) - 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 (⭐300) - Implementation of the recent OPAQUE password-authenticated key exchange.
Libraries / Parsing
- rust-bakery/nom (⭐9.4k) - parser combinator library
Dec 19 - Dec 25, 2022
Applications
- Sniffnet (⭐19k) - Cross-platform application to monitor your network traffic with ease
Dec 12 - Dec 18, 2022
Applications
- Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!)
Dec 05 - Dec 11, 2022
Applications / Audio and Music
- WhatBPM (⭐72) - 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 21 - Nov 27, 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.
Applications / Social networks
- Mastodon
- Rustodon (⭐870) - A Mastodon-compatible, ActivityPub-speaking server.
Nov 07 - Nov 13, 2022
Applications / Web
- libreddit (⭐5k) - An alternative private front-end to Reddit
Oct 24 - Oct 30, 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 10 - Oct 16, 2022
Applications / Emulators
- GameMaker
- OpenGMK (⭐279) - 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 - Oct 09, 2022
Applications / Emulators
- Flash Player
- Ruffle (⭐16k) - Ruffle is an Adobe Flash Player emulator. Ruffle targets both the desktop and the web using WebAssembly.
Sep 26 - Oct 02, 2022
Applications / Blockchain
- ibc-rs (⭐442) - Implementation of the Interblockchain Communication protocol
Development tools / Web Servers
- bacon (⭐1.9k) - background rust code checker, similar to cargo-watch
Libraries / Audio and Music
- musitdev/portmidi-rs (⭐76) - PortMidi bindings
Libraries / Network programming
- HTTP
- Hurl (⭐13k) - Run and test HTTP requests with plain text and libcurl
Sep 19 - Sep 25, 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.
Libraries / Network programming
- IPNetwork
- achanda/ipnetwork (⭐121) - A library to work with IP networks
- candrew/netsim (⭐142) - A library for network simulation and testing
Aug 29 - Sep 04, 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.7k) - A network diagnostic tool
Libraries / Scripting
Aug 22 - Aug 28, 2022
Applications
- fend (⭐664) - Arbitrary-precision unit-aware calculator
Development tools / Formatters
- rustfmt (⭐6k) - Rust code formatter maintained by the Rust team and included in cargo
Aug 15 - Aug 21, 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)
Libraries / Data structures
- becheran/grid (⭐82) [grid] - Provide a two dimensional data structure that is easy to use and fast.
Aug 08 - Aug 14, 2022
Development tools / Web Servers
- hot-lib-reloader (⭐605) - Hot reload Rust code
Libraries / Automotive
- mbr/socketcan (⭐140) [socketcan] - Linux SocketCAN library
Libraries / Database
- ORM [orm]
- Brendonovich/prisma-client-rust (⭐1.8k) - 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 (⭐398) - ⛵ A lightweight ORM library for Rust
- rbatis/rbatis (⭐2.3k) - ORM Framework High Performance(JSON based)
- SeaQL/sea-orm (⭐7.3k) - 🐚 An async & dynamic ORM
- SeaQL/seaography (⭐390) - 🧭 GraphQL framework for SeaORM
Libraries / Network programming
- Raknet
- b23r0/rust-raknet (⭐223) - RakNet Protocol implementation
Libraries / Virtualization
- oxidecomputer/propolis (⭐178) - Userspace program for illumos bhyve kernel modules
Jul 25 - Jul 31, 2022
Applications / Image processing
- shssoichiro/oxipng (⭐2.9k) [oxipng] - Multithreaded PNG optimizer written in Rust.
Development tools / Testing
- Mutation Testing
- cargo-mutants (⭐569) [cargo-mutants] - Finds inadequately tested code by injecting mutations, no source changes required.
- mutagen (⭐626) [mutagen] - A source-level mutation testing framework (nightly only)
Libraries / Concurrency
- zonyitoo/coio-rs (⭐456) - Coroutine I/O
- crossbeam-rs/crossbeam (⭐7.4k) - Support for parallelism and low-level concurrency
- orium/archery (⭐140) [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 (⭐330) - 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.8k) - 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 (⭐404) - a hack to allow for arrays sized by typenums
- garro95/priority-queue (⭐173)[priority-queue] - A priority queue that implements priority changes.
- mrhooray/kdtree-rs (⭐228) - K-dimensional tree for fast geospatial indexing and nearest neighbors lookup
- orium/rpds (⭐1.2k) [rpds] - Persistent data structures.
- RoaringBitmap/roaring-rs (⭐755) - Roaring Bitmaps
- rust-itertools/itertools (⭐2.7k) - Extra iterator adaptors, functions and macros
- tnballo/scapegoat (⭐253) [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 (⭐119) [pgfplots] - Library to generate publication-quality figures.
- milliams/plotlib (⭐467) - Data plotting library for Rust
- saresend/gust (⭐131) - A small charting/visualization tool and partial vega implementation
Jul 18 - Jul 24, 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 (⭐36) [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.7k) [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 04 - Jul 10, 2022
Applications / Productivity
- espanso (⭐10k) - A cross-platform Text Expander.
Applications / Utilities
- mprocs (⭐1.5k) - TUI for running multiple processes
Jun 27 - Jul 03, 2022
Applications / Blockchain
- ethabi (⭐518) - Encode and decode smart contract invocations.
- ethers-rs (⭐2.5k) - Complete Ethereum & Celo library and wallet implementation.
- etk (⭐358) - 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 (⭐549) - Ethereum MEV Inspector.
- opensea-rs (⭐243) - Bindings & CLI to the Opensea API and Contracts.
- revm (⭐1.6k) - 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 (⭐266) [promkit] - A toolkit for building interactive command-line tools
Jun 20 - Jun 26, 2022
Applications / Games
- gorilla-devs/ferium (⭐1.1k) - 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
Applications / Security tools
- Inspektor (⭐282) - A database protocol-aware proxy that is used to enforce access policies 👮
Applications / Text processing
- ruplacer (⭐439) - Find and replace text in source files
Libraries / Game development
- Raylib
- deltaphc/raylib-rs (⭐776) [raylib] - Bindings for raylib
Libraries / Logging
- rbatis/fast_log (⭐243) - Async log High-performance asynchronous logging
Libraries / Virtualization
- bytecodealliance/wasmtime (⭐15k) - A standalone runtime for WebAssembly
Jun 06 - Jun 12, 2022
Applications
- habitat (⭐2.6k) - A tool created by Chef to build, deploy, and manage applications.
Development tools / Embedded
- nRF
- nrf-rs/nrf-hal (⭐507) - A Rust HAL for the nRF family of devices
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 (⭐374) - PortAudio bindings
May 30 - Jun 05, 2022
Applications / Text processing
- dominikwilkowski/cfonts (⭐1.6k) [cfonts] - Sexy ANSI fonts for the console
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
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.
Libraries / Email
- stalwartlabs/mail-send (⭐207) [mail-send] - E-mail builder and SMTP client library with DKIM support
Libraries / GUI
- iced-rs/iced (⭐25k) [iced] - A cross-platform GUI library, focused on simplicity and type-safety. Inspired by Elm.
May 16 - May 22, 2022
Applications / Database
- Qdrant (⭐21k) - An open source vector similarity search engine with extended filtering support
Libraries / Network programming
- Socket.io
- 1c3t3a/rust-socketio (⭐417) [rust_socketio] - an implementation of a socket.io client written in Rust.
May 09 - May 15, 2022
Libraries / Text search
- tantivy (⭐12k) [tantivy] - A horse-speed full-text search engine library written in Rust.
Apr 25 - May 01, 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 18 - Apr 24, 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 / Audio and Music
- Serial-ATA/lofty-rs (⭐188) [lofty] - A library for reading and editing the metadata of various audio formats
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 11 - Apr 17, 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.2k) - A highly customizable Changelog Generator that follows Conventional Commit specifications
Apr 04 - Apr 10, 2022
Applications / Observability
- Quickwit-oss/quickwit (⭐8.2k) - Cloud-native and highly cost-efficient search engine for log management.
Applications / Operating systems
- theseus-os/Theseus (⭐2.9k) - A safe-language, single address space and single privilege level OS written from scratch -
Applications / Text processing
- Melody (⭐4.6k) - A language that compiles to regular expressions and aims to be more easily readable and maintainable
Libraries / Audio and Music
- insomnimus/nodi (⭐21) [nodi] - A library for playback and abstraction of MIDI files.
Mar 28 - Apr 03, 2022
Libraries / Command-line
- Pipeline
- hniksic/rust-subprocess (⭐426) [subprocess] - facilities for interaction with external pipelines
- imp/pager-rs [pager] - pipe your output through an external pager
- oconnor663/duct.rs (⭐826) [duct] - A builder for subprocess pipelines and IO redirection
- rust-cli/rexpect (⭐326) [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 14 - Mar 20, 2022
Applications / Games
- ttyperacer/terminal-typeracer - Single player typing test game written for the terminal
Applications / Utilities
- 1History (⭐454) - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file
Applications / Web
- cfal/tobaru (⭐192) - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading.
Development tools / Web Servers
- comtrya (⭐494) - A configuration management tool for localhost / dotfiles
Libraries / Command-line
- Other
- mgrachev/update-informer (⭐209) [update-informer] - Update informer for CLI applications. It checks for a new version on Crates.io and GitHub
Feb 28 - Mar 06, 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 14 - Feb 20, 2022
Development tools / Embedded
- Arduino
- avr-rust/ruduino (⭐702) - Reusable components for the Arduino Uno.
Feb 07 - Feb 13, 2022
Applications / Emulators
- ZX Spectrum
Development tools / Web Servers
- create-rust-app (⭐1.5k) - Set up a modern rust+react web app by running one command.
Libraries / Authentication
- constantoine/totp-rs (⭐178) [totp-rs] - 2fa library to generate and verify TOTP-based tokens
Libraries / GUI
- DioxusLabs/dioxus (⭐21k) - a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.
Libraries / Network programming
- Bluetooth
- bluez/bluer (⭐315) [bluer] - Official BlueZ bindings.
Jan 31 - Feb 06, 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.
- epi052/feroxbuster (⭐5.9k) - A simple, fast, recursive content discovery tool.
Development tools / Web Servers
- dan-t/rusty-tags (⭐405) - create ctags/etags for a cargo project and all of its dependencies
Libraries / Cryptography
- racum/rust-djangohashers (⭐55) [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.
Jan 17 - Jan 23, 2022
Applications / Audio and Music
- Glicol (⭐2.2k) - Graph-oriented live coding language, for collaborative musicking in browsers.
Applications / Emulators
- CHIP-8
- ColinEberhardt/wasm-rust-chip8 (⭐257) - A WebAssembly CHIP-8 emulator.
- starrhorne/chip8-rust (⭐142) - chip8 emulator
Applications / Productivity
- Bartib (⭐685) [Bartib] - A simple timetracker for the command line
Development tools / IDEs
- lapce (⭐34k) - Lightning-fast and Powerful Code Editor written in Rust.
- 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
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 10 - Jan 16, 2022
Applications
- zellij (⭐21k) - A terminal multiplexer (workspace) with batteries included
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 - Jan 09, 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 (⭐118) [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 (⭐146) - 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 (⭐904) - A library for generating fake data
- goldenfile (⭐38) [goldenfile] - A library providing a simple API for goldenfile testing.
- httpmock (⭐479) - HTTP mocking
- mockiato - A strict, yet friendly mocking library for unstable Rust 2018
- mockito - HTTP mocking
- nrxus/faux (⭐432) - 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.6k) - A Rust fuzzer, using AFL
Dec 27 - Jan 02, 2021
Libraries / Artificial Intelligence
- smartcorelib/smartcore (⭐702) - Machine Learning Library
Dec 20 - Dec 26, 2021
Applications / Database
- vorot93/libmdbx-rs (⭐82) [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 13 - Dec 19, 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 (⭐540) [quicli] - quickly build cool CLI apps
- ksk001100/seahorse (⭐289) [seahorse] - A minimal CLI framework
- TeXitoi/structopt (⭐2.7k) [structopt] - parse command line argument by defining a struct
Libraries / Image processing
- image-rs/imageproc (⭐756) - An image processing library, based on the
image
library.
- rust-cv/cv (⭐844) - Implement computer vision algorithms, abstractions, and systems.
#[no_std]
is supported where possible.
Nov 29 - Dec 05, 2021
Libraries / Functional Programming
- Prelude
- JasonShin/fp-core.rs (⭐1.3k) - A library for functional programming
- myrrlyn/tap (⭐411) - Suffix-Position Pipeline Behavior
Nov 22 - Nov 28, 2021
Applications
- wasmer (⭐19k) - A safe and fast WebAssembly runtime supporting WASI and Emscripten
Applications / System tools
- sharkdp/fd (⭐34k) - A simple, fast and user-friendly alternative to find.
Nov 01 - Nov 07, 2021
Applications / System tools
- uutils/coreutils (⭐18k) - A cross-platform rewrite of the GNU coreutils
Libraries / Email
- stalwartlabs/mail-parser (⭐297) [mail-parser] - A fast and robust e-mail parsing library with full MIME support
Libraries / Game development
- bracket-lib (previously RLTK)
- bracket-lib (⭐1.5k) [bracket-lib] - The Roguelike Toolkit (RLTK).
- Tcod-rs
- tomassedovic/tcod-rs (⭐229) - Libtcod bindings.
- Warning: Not maintained anymore
Registries / Web programming
- w4/chartered (⭐129) - A private, authenticated, permissioned Cargo registry
Oct 25 - Oct 31, 2021
Libraries / Database
NoSQL [nosql]
- ArangoDB
- Aragog [aragog] - A Lightweight ArangoDB Object document, relational and graph mapper
- Arangors (⭐127) [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 (⭐253) [elastic] - elastic is an efficient, modular API client for Elasticsearch written in Rust
- etcd
- jimmycuadra/rust-etcd (⭐143) [etcd] - A client library for CoreOS's etcd.
- InfluxDB
- driftluo/InfluxDBClient-rs (⭐82) - 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 (⭐258) - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- PoloDB
- PoloDB (⭐910) - An embedded JSON-based database has API similar to MongoDB.
- Redb
- Redb (⭐3.3k) - 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 (⭐383) [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 18 - Oct 24, 2021
Applications / System tools
- cantino/mcfly (⭐6.9k) - Fly through your shell history. Great Scott!
- dalance/procs (⭐5.1k) - A modern replacement for 'ps'
Applications / Web
- LemmyNet/lemmy (⭐13k) - A link aggregator / reddit clone for the fediverse
Libraries / Audio and Music
- pdeljanov/Symphonia (⭐2.4k) - Audio decoding and media demuxing library supporting AAC, FLAC, MP3, MP4, OGG, Vorbis, and WAV.
Libraries / Caching
- al8n/stretto (⭐412) - A high performance thread-safe memory-bound cache
Oct 11 - Oct 17, 2021
Applications / Games
- SoftbearStudios/mk48 (⭐336) - Mk48.io is an online multiplayer naval combat game
Libraries / Web programming
- Reverse Proxy
- sozu-proxy/sozu (⭐3.1k) [sozu] - A HTTP reverse proxy.
Oct 04 - Oct 10, 2021
Applications / System tools
- bustd (⭐217) - Lightweight process killer daemon to handle out-of-memory scenarios on Linux.
- ouch (⭐2.2k) - Painless compression and decompression on the command-line
Libraries / Asynchronous
Sep 27 - Oct 03, 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 / System tools
- crabz (⭐331) - Multi-threaded compression and decompression CLI tool
Applications / Text editors
- helix (⭐34k) - A post-modern modal text editor inspired by Neovim/Kakoune.
- ilai-deutel/kibi (⭐1.5k) - A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more.
Libraries / Compression
- gzp
- sstadick/gzp (⭐155) - multi-threaded encoding and decoding of deflate formats and snappy
Libraries / Domain driven design
- serverlesstechnology/cqrs (⭐375) [cqrs-es] - A framework for CQRS and event sourcing with user guide
Libraries / Game development
- Godot
- godot-rust/gdnative (⭐3.6k) [gdnative] - Bindings to the Godot game engine
Sep 13 - Sep 19, 2021
Applications / Games
- thetawavegame/thetawave-legacy (⭐192) - 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.
Applications / Operating systems
- 0x59616e/SteinsOS (⭐115) - An OS for armv8-a architecture.
Libraries / Network programming
- SSH
- alexcrichton/ssh2-rs (⭐488) - libssh2 bindings
- Thrussh [thrussh] - an SSH library, backed by libsodium
Aug 23 - Aug 29, 2021
Applications / System tools
- bottom (⭐10k) - Yet another cross-platform graphical process/system monitor.
Applications / Task scheduling
- delicate (⭐709) - A lightweight and distributed task scheduling platform.
Applications / Video
- harlanc/xiu (⭐1.8k) - A powerful and secure live server (rtmp/httpflv/hls/relay).
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 16 - Aug 22, 2021
Applications / Blockchain
- interBTC (⭐245) - Trustless and fully decentralized Bitcoin bridge to Polkadot and Kusama.
- Parity-Bitcoin (⭐731) - The Parity Bitcoin client
Applications / Productivity
- pier-cli/pier (⭐540) - 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 (⭐174) - 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 (⭐727) - 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 / Game development
- Awesome Quads (⭐189) - A curated list of links to miniquad/macroquad-related code & resources
Libraries / GUI
- ivanceras/sauron-native (⭐631) - A truly native and cross platform GUI library. One unified code can be run as native GUI, Html Web and TUI.
Libraries / Scripting
- metacall/core (⭐1.6k) [metacall] - Cross-platform Polyglot Runtime which supports NodeJS, JavaScript, TypeScript, Python, Ruby, C#, Wasm, Java, Cobol and more.
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 (⭐51) - 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 (⭐39) [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 09 - Aug 15, 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 (⭐58) [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 (⭐189) - 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 (⭐609) - The missing YAML 1.2 implementation.
- dtolnay/serde-yaml (⭐965) [serde_yaml] - YAML support for Serde (⭐9.1k) 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 (⭐53) [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 02 - Aug 08, 2021
Applications
- kalker (⭐1.6k) - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross-platform + WASM support
Applications / Observability
- avito-tech/bioyino (⭐229) - A high-performance scalable StatsD compatible server.
Applications / System tools
- nickgerace/gfold (⭐308) [gfold] - CLI tool to help keep track of multiple Git repositories
Applications / Text editors
- ox (⭐3.3k) - An independent Rust text editor that runs in your terminal!
Applications / Utilities
- raftario/licensor (⭐195) - write licenses to stdout
- rustdesk/rustdesk (⭐75k) - 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 (⭐532) - 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 (⭐179) - A module written in Rust and N-API provides interface (FFI) features for Node.js
- Web Assembly
- rhysd/wain (⭐435) - 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!
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 / Cloud
- Load Balancer
- Convey (⭐344) - 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 (⭐400) [pancurses] - curses library, supports linux and windows
- jeaye/ncurses-rs (⭐682) [ncurses] - ncurses bindings
- ogham/rust-term-grid (⭐66) [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 (⭐466) [rustbox] - bindings to Termbox (⭐2k)
- TimonPost/crossterm (⭐3.3k) [crossterm] - crossplatform terminal library
Libraries / Compression
- Brotli
- dropbox/rust-brotli (⭐819) - 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.1k) - 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 (⭐418) - A curated list of wgpu code and resources
- SFML
- jeremyletang/rust-sfml (⭐635) - SFML bindings
Libraries / Geospatial
- rust-reverse-geocoder (⭐123) - 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 (⭐644) - 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 (⭐127) - 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.5k)
Libraries / Scripting
- fleabitdev/gamelisp (⭐393) - A Lisp-like scripting language for game development
Libraries / Template engine
- HTML
- djc/askama (⭐3.5k) - template rendering engine based on Jinja
- kaj/ructe (⭐453) - HTML template system
- Keats/tera (⭐3.5k) - template engine based on Jinja2 and the Django template language.
- lambda-fairy/maud (⭐2.1k) - compile-time HTML templates
- Stebalien/horrorshow-rs (⭐321) - compile-time HTML templates
Libraries / Web programming
- Miscellaneous
- cargonauts (⭐179) - A web framework intended for building maintainable, well-factored web apps.
- edezhic/prest (⭐53) [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 (⭐177) - 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 (⭐127) - 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 (⭐61) [valitron] - An ergonomic, functional and configurable validator
- utkarshkukreti/select.rs (⭐972) [select] - A library to extract useful data from HTML documents, suitable for web scraping.
- Utoipa (⭐2.4k) - Simple, Fast, Code first and Compile time generated OpenAPI documentation
- Utoipauto (⭐127) - 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
Jul 26 - Aug 01, 2021
Applications / Text processing
- sstadick/hck (⭐699) - A faster and more featureful drop in replacement for
cut
Libraries / Cryptography
- w3f/schnorrkel (⭐311) - Schnorr VRFs and signatures on the Ristretto group
Libraries / GUI
- tauri-apps/tauri (⭐84k) - Build smaller, faster, and more secure desktop applications with a web frontend, powered by WRY (⭐3.7k).
Jul 19 - 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 (⭐498) - 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 (⭐154) - hexagonal ascii roguelike
Applications / Graphics
- ivanceras/svgbob (⭐3.9k) - converts ASCII diagrams into SVG graphics
- Twinklebear/tray_rust (⭐516) - A ray tracer
Applications / Image processing
- Imager (⭐646) - Automated image optimization.
Applications / Security tools
- kpcyrd/authoscope (⭐400) - A scriptable network authentication cracker
- kpcyrd/sniffglue (⭐1.1k) - A secure multithreaded packet sniffer
- ripasso (⭐728) - 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 (⭐97) - Push log files' updates to Telegram
- nivekuil/rip (⭐1.4k) - A safe and ergonomic alternative to
rm
Applications / Text processing
- Lisprez/so_stupid_search (⭐161) - 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 (⭐141) - A demonstration of how a GraphQL server can be used as a remote schema with Hasura
- thecoshman/http (⭐445) - 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.4k) - A Rust bindings generator
Development tools / Profiling
- sharkdp/hyperfine (⭐22k) - A command-line benchmarking tool
Libraries / Artificial Intelligence
- Martin1887/oxigen (⭐167) - 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.7k) - 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 (⭐1.9k) - 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 (⭐349) - 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 (⭐180) - 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 (⭐485) - A pretty, easy-to-use logger.
Libraries / Network programming
- CoAP
- Docker
- fussybeaver/bollard (⭐899) - 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 (⭐103) [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 05 - Jul 11, 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.
Jun 28 - Jul 04, 2021
Applications / Blockchain
- Solana (⭐13k) - Incredibly fast, highly scalable blockchain using Proof-of-History.
Jun 21 - Jun 27, 2021
Libraries / Command-line
- Data visualization
- nukesor/comfy-table (⭐954) [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 07 - Jun 13, 2021
Applications / Games
- Veloren - An open world, open source multiplayer voxel RPG game currently in alpha development
Libraries / Asynchronous
- dpc/mioco (⭐146) - Scalable, coroutine-based, asynchronous IO handling library
Libraries / Computation
- Statrs
- statrs-dev/statrs (⭐591) - Robust statistical computation library
Libraries / Cryptography
- klutzy/suruga (⭐125) - Implementation of TLS 1.2
May 17 - May 23, 2021
Libraries / Text processing
- fancy-regex/fancy-regex (⭐427) [fancy-regex] - Regular expressions implementation designed to support a relatively rich set of features such as look-around and backtracking.
May 03 - May 09, 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 (⭐267) bindings
- gklijs/schema_registry_converter (⭐103) [schema_registry_converter] - to integrate with confluent schema registry
- kafka-rust/kafka-rust (⭐1.2k) - Rust client for Apache Kafka
Libraries / Email
- jdrouet/catapulte (⭐139) - A microservice to send emails using MRML (⭐349) templates.
- jdrouet/jolimail (⭐135) - A web application to build MRML (⭐349) 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.
Apr 26 - May 02, 2021
Libraries / Transpiling
- perf-monitor-rs (⭐211) - A toolkit designed to be a foundation for applications to monitor their performance.
Apr 19 - Apr 25, 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 05 - Apr 11, 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.
Mar 29 - Apr 04, 2021
Applications / Video
- dertuxmalwieder/yaydl (⭐281) [yaydl] - A simple video downloader
Feb 22 - Feb 28, 2021
Libraries / Text processing
- becheran/wildmatch (⭐78) [wildmatch] - Simple string matching with questionmark- and star-wildcard operator
Feb 15 - Feb 21, 2021
Applications / Audio and Music
- ncspot (⭐5.1k) - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes.
Applications / Database
- WooriDB (⭐131) - General purpose time serial database inspired by Crux and Datomic.
Feb 08 - Feb 14, 2021
Applications / Blockchain
- Forest (⭐637) - Filecoin implementation
Libraries / Parsing
- softdevteam/grmtools (⭐511) - A LR parser with better error correction
Feb 01 - Feb 07, 2021
Libraries / Task scheduling
- delay-timer (⭐315) - Time-manager of delayed tasks. Like crontab, but asynchronous tasks are possible.
Jan 25 - Jan 31, 2021
Development tools / Web Servers
- datanymizer/datanymizer (⭐513) - Powerful database anonymizer with flexible rules
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.
Libraries / Date and time
Jan 18 - Jan 24, 2021
Applications / Blockchain
- near/nearcore (⭐2.3k) - decentralized smart-contract platform for low-end mobile devices.
Applications / System tools
- cristianoliveira/funzzy (⭐236) - A configurable filesystem watcher inspired by entr
Libraries / GUI
- ImGui (⭐61k)
- imgui-rs (⭐2.7k) - Bindings for ImGui
Dec 21 - Dec 27, 2020
Applications / Utilities
- vamolessa/verco (⭐229) [verco] - A simple Git/Hg tui client focused on keyboard shortcuts
Nov 23 - Nov 29, 2020
Applications / Blockchain
- Phala-Network/phala-blockchain (⭐331) - Confidential smart contract blockchain based on Intel SGX and Substrate
Nov 09 - Nov 15, 2020
Libraries / System
- Phate6660/nixinfo (⭐46) [nixinfo] - A lib crate for gathering system info such as cpu, distro, environment, kernel, etc.
Nov 02 - Nov 08, 2020
Applications / Games
- doukutsu-rs (⭐933) - Reimplementation of Cave Story engine with some enhancements.
Oct 19 - Oct 25, 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 12 - Oct 18, 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 (⭐306) - 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 (⭐178) - Custom Ethereum vanity address generator
Applications / Database
- indradb - Graph database
- seppo0010/rsedis (⭐1.8k) - A Redis reimplementation.
Applications / Emulators
- Commodore 64
- kondrak/rust64 (⭐259) - Commodore 64 emulator
- Gameboy
- Gekkio/mooneye-gb (⭐898) - A Game Boy research project and emulator
- joamag/boytacean (⭐622) - GameBoy Color emulator that runs on the Web using WebAssembly.
- mohanson/gameboy (⭐1.4k) - Full featured Cross-platform GameBoy emulator. Forever boys!.
- mvdnes/rboy (⭐605) - A Gameboy Emulator
- Gameboy Advance
- michelhe/rustboyadvance-ng (⭐605) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and WebAssembly support.
Applications / Games
- Zone of Control (⭐378) - 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 (⭐736) - An OS kernel written in rust. Non POSIX
Applications / Security tools
- kpcyrd/rshijack (⭐459) - A TCP connection hijacker; rewrite of shijack
- kpcyrd/sn0int (⭐2k) - A semi-automatic OSINT framework and package manager
Applications / System tools
- brocode/fblog (⭐440) - Small command-line JSON Log viewer
- ddh (⭐451) - Fast duplicate file finder
- fselect - Find files with SQL-like queries
- lotabout/rargs (⭐491) [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 (⭐523) - A colorized hexdump terminal utility.
- watchexec (⭐5.3k) - 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 (⭐37) - 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 (⭐612) - 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 (⭐339) - 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.3k) - 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 (⭐132) - Memcached client library
Libraries / Cloud
- AWS [aws]
- awslabs/aws-lambda-rust-runtime (⭐3.3k) [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 (⭐913) - miniz bindings
- tar
- alexcrichton/tar-rs (⭐627) - 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.7k) - Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives.
- briansmith/webpki (⭐463) - 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 (⭐192) - 🌿 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 (⭐664) [mysql] - A native MySql client
- Oracle
- kubo/rust-oracle (⭐191) [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 (⭐107) - Library for SendGrid API
Libraries / Encoding
- ASN.1
- alex/rust-asn1 (⭐99) - ASN.1 (DER) serializer
- Binary
- bincode-org/bincode (⭐2.7k) - A binary encoder/decoder
- jamesmunns/postcard (⭐905) [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 (⭐981) - Supports big-endian, little-endian and native byte orders
- Cap'n Proto
- capnproto/capnproto-rust (⭐2k) - Cap'n Proto is a type system for distributed systems
- CBOR
- serde_cbor - CBOR support for serde
- Character Encoding
- hsivonen/encoding_rs (⭐382) [encoding_rs] - A Gecko-oriented implementation of the Encoding Standard
- lifthrasiir/rust-encoding (⭐285) - 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 (⭐190) - 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 (⭐54) [pem] - Parse and encode PEM-encoded data
- RON (Rusty Object Notation)
- https://github.com/ron-rs/ron (⭐3.3k) - Rusty Object Notation
Libraries / Filesystem
- Temporary Files
- Stebalien/tempfile (⭐1.2k) - temporary file library
- Stebalien/xattr (⭐58) [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 (⭐94) - 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 (⭐32) [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 (⭐680) - 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 (⭐646) - 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 (⭐810) - Sciter bindings
Libraries / Image processing
- image-rs/image (⭐5k) - Basic imaging processing functions and methods for converting to and from image formats
- teovoinea/steganography (⭐93) [steganography] - A simple steganography library
Libraries / Language specification
- shnewto/bnf (⭐257) - A library for parsing Backus–Naur form context-free grammars.
Libraries / Mobile
- iOS
- TimNN/cargo-lipo (⭐537) - 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 (⭐904) - 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 (⭐261) - Linear time suffix array construction (with Unicode support)
- BurntSushi/tabwriter (⭐246) - Elastic tab stops (i.e., text column alignment)
- mgeisler/textwrap (⭐464) [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.1k) - Typed, correct GraphQL requests and responses.
- hyperium/hyper (⭐15k) - an HTTP implementation
- penumbra-x/rquest (⭐59) [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 (⭐251) - JSON Web Token implementation.
- Gotham (⭐2.2k) - A flexible web framework that does not sacrifice safety, security or speed.
- Graphul (⭐447) - 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 (⭐24k) - 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 (⭐91) - 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 (⭐774) - Next-generation framework for composable applications
- Static Site Generators
- cobalt-org/cobalt.rs (⭐1.4k) - Static site generator
- FuGangqiang/mdblog.rs (⭐58) [mdblog] - Static site generator from markdown files.
- getzola/zola (⭐14k) [zola] - An opinionated static site generator with everything built-in.
- grego/blades (⭐334) [blades] - Blazing fast dead simple static site generator.
- leven-the-blog/leven (⭐56) [leven] - A simple, parallelized blog generator.
Oct 05 - Oct 11, 2020
Development tools / Services
- deps.rs (⭐426) - Detect outdated or insecure dependencies
Sep 28 - Oct 04, 2020
Development tools / IDEs
- Kakoune
- kakoune-lsp (⭐606) - LSP client. Implemented in Rust and supports rls out of the box.
Aug 31 - Sep 06, 2020
Applications / Database
- Materialize (⭐5.8k) - Streaming SQL database powered by Timely Dataflow 💲
Aug 17 - Aug 23, 2020
Applications / Database
- sled - A (beta) modern embedded database
Jul 27 - Aug 02, 2020
Applications / System tools
- gitui (⭐18k) - Blazing fast terminal client for git.
Libraries / Macro
- Linq-in-Rust (⭐128) - Macro and methods for C#-LINQ-like expressions.
Jul 13 - Jul 19, 2020
Libraries / Authentication
- oauth2 (⭐927) - Extensible, strongly-typed OAuth2 client library
- oxide-auth (⭐689) - A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends
- yup-oauth2 (⭐222) - An oauth2 client implementation providing the Device, Installed and Service Account flows
Jul 06 - Jul 12, 2020
Applications / Industrial automation
- slowtec/tokio-modbus (⭐411) - A tokio-based modbus library.
Jun 29 - Jul 05, 2020
Applications
- asm-cli-rust (⭐320) - An interactive assembly shell.
- denoland/deno (⭐97k) - A secure JavaScript/TypeScript runtime built with V8 and Tokio
- kytan (⭐489) - 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 22 - Jun 28, 2020
Applications / Blockchain
- tendermint-rs (⭐609) - Tendermint blockchain data structures and clients
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 (⭐632) - allows vim to use Racer (⭐3.4k) for Rust code completion and navigation.
Libraries / Parsing
- Folyd/robotstxt (⭐88) - Port of Google's robots.txt parser and matcher C++ library
Jun 15 - Jun 21, 2020
Applications
- wezterm (⭐18k) - A GPU-accelerated cross-platform terminal emulator and multiplexer
Jun 08 - Jun 14, 2020
Libraries / Artificial Intelligence
- huggingface/tokenizers (⭐9k) - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python.
May 18 - May 24, 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.
May 04 - May 10, 2020
Applications / Database
- ParityDB (⭐265) - Fast and reliable database, optimised for read operation
Apr 27 - May 03, 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 20 - Apr 26, 2020
Applications / Utilities
- nomino (⭐566) - Batch rename utility for developers
Apr 06 - Apr 12, 2020
Applications / Graphics
- turnage/valora - A library for generative fine art
Applications / System tools
- ajeetdsouza/zoxide (⭐23k) - A fast alternative to
cd
that learns your habits
- orhun/kmon (⭐2.5k) - Linux Kernel Manager and Activity Monitor
Mar 09 - Mar 15, 2020
Applications / System tools
- Kondo (⭐1.8k) - CLI & GUI tool for deleting software project artifacts and reclaiming disk space
Mar 02 - Mar 08, 2020
Applications / Audio and Music
- enginesound (⭐308) - 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.
- Spotifyd (⭐9.9k) - An open source Spotify client running as a UNIX daemon.
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 24 - Mar 01, 2020
Development tools / IDEs
- Visual Studio
- dgriffen/rls-vs2017 (⭐110) - Rust support for Visual Studio 2017 Preview
- PistonDevelopers/VisualRust (⭐702) - A Visual Studio extension for Rust
Feb 17 - Feb 23, 2020
Applications / Database
- Lucid (⭐377) - High performance and distributed KV store accessible through a HTTP API.
Applications / Web Servers
- wyhaya/see (⭐210) - 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.
Feb 03 - Feb 09, 2020
Applications
- tiny (⭐1k) - A terminal IRC client
Applications / System tools
- dust (⭐8.8k) - A more intuitive version of du
Applications / Utilities
- tversteeg/emplace (⭐258) - Synchronize installed packages on multiple machines
Libraries / Cryptography
- dalek-cryptography/curve25519-dalek (⭐893) - Curve25519 operations
- dalek-cryptography/ed25519-dalek (⭐684) - Ed25519 digital signatures
- dalek-cryptography/x25519-dalek (⭐330) - X25519 key exchange
- debris/tiny-keccak (⭐194) - Keccak family (SHA3)
Jan 27 - Feb 02, 2020
Applications
- alacritty (⭐56k) - A cross-platform, GPU enhanced terminal emulator
Applications / Emulators
- NES
- koute/pinky (⭐772) - A NES emulator
- pcwalton/sprocketnes (⭐748) - A NES emulator
Applications / Text editors
- mathall/rim (⭐610) - Vim-like text editor.
Applications / Text processing
- sd - Intuitive find & replace CLI
Libraries / Computation
- Parallel
- arrayfire/arrayfire-rust (⭐814) - 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 (⭐359) - Bindings for Nuklear
Libraries / Logging
- rust-lang/log (⭐2.2k) - Logging implementation
Libraries / Text search
- CurrySoftware/perlin (⭐75) [perlin] - A lazy, zero-allocation and data-agnostic Information Retrieval library
Jan 20 - Jan 26, 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 (⭐169) [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 13 - Jan 19, 2020
Applications / Blockchain
- CITA (⭐1.3k) - A high performance blockchain kernel for enterprise users.
Libraries / Cryptography
- kornelski/rust-security-framework (⭐240) - Bindings for Security Framework (OSX native)
Libraries / Encoding
- BSON
- mongodb/bson-rust (⭐404) - Encoding and decoding support for BSON
Libraries / Image processing
- abonander/img_hash (⭐312) - Perceptual image hashing and comparison for equality and similarity.
Libraries / Platform specific
- Unix-like
- nix-rust/nix (⭐2.6k) - Unix-like API bindings
- rustix (⭐1.5k) - Safe bindings to POSIX/Unix/Linux/Winsock2 syscalls
- zargony/fuse-rs (⭐1.1k) - FUSE (⭐5.3k) bindings
Nov 04 - Nov 10, 2019
Applications / Text processing
- phiresky/ripgrep-all (⭐8.1k) - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Development tools / Web Servers
- scriptisto (⭐966) - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages.
Oct 28 - Nov 03, 2019
Applications
- jedisct1/flowgger (⭐830) - 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.2k) - High-level memory-safe binding generator for Flutter/Dart <-> Rust
Sep 09 - Sep 15, 2019
Applications / Games
- swatteau/sokoban-rs (⭐151) - A Sokoban implementation
Jul 08 - Jul 14, 2019
Applications / Blockchain
- zcash (⭐4.9k) - Zcash is an implementation of the "Zerocash" protocol.
Jun 24 - Jun 30, 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 03 - Jun 09, 2019
Development tools / Web Servers
- Module Linker (⭐251) - Extension that adds
<a>
links to references inmod
,use
andextern crate
statements at GitHub.
Apr 29 - May 05, 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 15 - Apr 21, 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 (⭐524) - 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.6k) - Actor library
- dylanmckay/protocol (⭐186) - 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 08 - Apr 14, 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 21 - Jan 27, 2019
Development tools / Build system
- Cargo - the Rust package manager
- cargo-all-features (⭐146) - 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 - Dec 23, 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 (⭐217) - 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 (⭐639) - Docker images for compiling static Rust binaries using musl-cross
- rust-lang-nursery/docker-rust (⭐441) - the official Rust Docker image
- Stavrospanakakis/is_ready (⭐134) - Wait for multiple services to become available
Nov 26 - Dec 02, 2018
Applications / Games
- rsaarelm/magog (⭐371) - A roguelike game.
- Thinkofname/rust-quake (⭐73) - Quake map renderer.
Applications / Industrial automation
- locka99/opcua (⭐505) - A OPC UA library.
Applications / Text processing
- whitfin/runiq (⭐209) - an efficient way to filter duplicate lines from unsorted input.
Applications / Utilities
- brycx/checkpwn (⭐118) - 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 (⭐296) - A real time strategy game/engine supporting WebGPU
- Piston -
- Unrust (⭐375) - Webgl 2.0 / native game engine
Libraries / GUI
- autopilot-rs/autopilot-rs (⭐380) - A simple, cross-platform GUI automation library.
Libraries / Macro
- cute
- mattgathu/cute (⭐336) - Macro for Python-esque list comprehensions.
Oct 08 - Oct 14, 2018
Applications / System tools
- pop-os/system76-power (⭐591) - Linux power management daemon (DBus-interface) with CLI tool.
Oct 01 - Oct 07, 2018
Applications / System tools
- pop-os/popsicle (⭐651) - GTK3 & CLI utility for flashing multiple USB devices in parallel
Aug 20 - Aug 26, 2018
Libraries / Artificial Intelligence
- innoave/genevo (⭐174) - 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).
Apr 30 - May 06, 2018
Applications / Games
- citybound (⭐7.7k) - The city sim you deserve
Applications / Operating systems
- tock/tock (⭐5.4k) - A secure embedded operating system for Cortex-M based microcontrollers
Applications / System tools
- mmstick/concurr (⭐108) - Alternative to GNU Parallel w/ a client-server architecture
- mmstick/fontfinder (⭐274) - GTK3 application for previewing and installing Google's fonts
Mar 19 - Mar 25, 2018
Development tools / Web Servers
- ptags (⭐124) - A parallel universal-ctags wrapper for git repository
Mar 05 - Mar 11, 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 (⭐101) [spinach] - Practical spinner.
- FGRibreau/spinners (⭐539) [spinners] - 60+ elegant terminal spinners
Feb 19 - Feb 25, 2018
Libraries / Command-line
- Line editor
- kkawakam/rustyline (⭐1.5k) [rustyline] - readline implementation
- MovingtoMars/liner (⭐74) [liner] - A library offering readline-like functionality
- murarth/linefeed (⭐186) [linefeed] - Configurable, extensible, interactive line reader
- srijs/rust-copperline (⭐27) [copperline] - command line editing library
Jan 29 - Feb 04, 2018
Libraries / Parsing
- lalrpop/lalrpop (⭐3.1k) - LR(1) parser generator
Nov 27 - Dec 03, 2017
Development tools / IDEs
- Sublime Text
- rust-lang/rust-enhanced (⭐784) - official Rust package
Aug 14 - Aug 20, 2017
Libraries / Parsing
- pest-parser/pest (⭐4.6k) - The Elegant Parser
Jul 24 - Jul 30, 2017
Development tools / IDEs
- gnome-builder - native support for rust and cargo since Version 3.22.2
Jun 26 - Jul 02, 2017
Libraries / Scripting
- gluon-lang/gluon (⭐3.2k) - A small, statically-typed, functional programming language
- murarth/ketos (⭐750) - A Lisp dialect functional programming language serving as a scripting and extension language for rust
Jun 12 - 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 05 - Jun 11, 2017
Libraries / Caching
- jaemk/cached (⭐1.5k) - Simple function caching/memoization
Feb 06 - Feb 12, 2017
Libraries / GUI
- saurvs/nfd-rs (⭐158) - nativefiledialog (⭐1.8k) bindings
Oct 31 - Nov 06, 2016
Applications
- Fractalide (⭐871) - Simple microservices
Aug 29 - Sep 04, 2016
Libraries / Cryptography
- sfackler/rust-native-tls (⭐478) - Bindings for native TLS libraries
May 16 - May 22, 2016
Development tools / Profiling
- FlameGraphs
- llogiq/flame (⭐706) - An intrusive flamegraph profiling tool for rust
- mrhooray/torch (⭐132) - generates FlameGraphs based on DWARF Debug Info
Libraries / Computation
- BLAS [blas]
- mikkyang/rust-blas (⭐83) - BLAS bindings
Mar 28 - Apr 03, 2016
Development tools / FFI
- Objective-C
- SSheldon/rust-objc (⭐393) - Objective-C Runtime bindings and wrapper for Rust
Libraries / Virtualization
- saurvs/hypervisor-rs (⭐62) - Hardware-accelerated virtualization on OS X
Jan 18 - Jan 24, 2016
Libraries / Bioinformatics
- Rust-Bio - bioinformatics libraries.
Nov 16 - Nov 22, 2015
Libraries / Geospatial
- Georust - geospatial tools and libraries written
Aug 10 - Aug 16, 2015
Libraries / Parsing
- kevinmehall/rust-peg (⭐1.5k) - Parsing Expression Grammar (PEG) parser generator
Mar 09 - Mar 15, 2015
Resources / Web programming
- Rust Guidelines - Aaron Turon's blog posts on rust