awesome-rust
A curated list of Rust code and resources.
https://github.com/rust-unofficial/awesome-rust
Last synced: 4 days ago
JSON representation
-
Libraries
-
Cryptography
- cossacklabs/themis - a high-level cryptographic library for solving typical data security tasks, best fit for multi-platform apps. [](https://app.circleci.com/pipelines/github/cossacklabs/themis)
- briansmith/ring - Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives.
- briansmith/webpki - Web PKI TLS X.509 certificate validation.
- orion-rs/orion - 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. [](https://github.com/orion-rs/orion/actions/workflows/test.yml)
- rustls/rustls - Implementation of TLS
- DaGenix/rust-crypto - cryptographic algorithms
- exonum/exonum - extensible framework for blockchain projects
- klutzy/suruga - Implementation of [TLS 1.2](https://datatracker.ietf.org/doc/html/rfc5246)
- libOctavo/octavo - Modular hash and crypto library
- RustCrypto/hashes - Collection of cryptographic hash functions
- racum/rust-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.
- conradkleinespel/rooster - Simple password manager to use in your terminal
- sfackler/rust-native-tls - Bindings for native TLS libraries
- sfackler/rust-openssl - [OpenSSL](https://www.openssl.org/) bindings
- kornelski/rust-security-framework - Bindings for Security Framework (OSX native)
- dalek-cryptography/x25519-dalek - X25519 key exchange
- debris/tiny-keccak - Keccak family (SHA3)
- dalek-cryptography/ed25519-dalek - Ed25519 digital signatures
- dalek-cryptography/curve25519-dalek - Curve25519 operations
- facebook/opaque-ke - Implementation of the recent [OPAQUE](https://datatracker.ietf.org/doc/draft-krawczyk-cfrg-opaque/) password-authenticated key exchange. [](https://github.com/facebook/opaque-ke)
- w3f/schnorrkel - Schnorr VRFs and signatures on the Ristretto group
- dusk-network/poseidon252 - 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](https://crates.io/crates/dusk-poseidon)]
- arkworks-rs/circom-compat - Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation.
- iddm/randomorg - A random.org client library. [](https://crates.io/crates/randomorg)
- sorairolake/abcrypt - A simple, modern and secure file encryption library. [](https://github.com/sorairolake/abcrypt/actions?query=workflow%3ACI)
- sorairolake/scryptenc-rs - An implementation of the scrypt encrypted data format. [](https://github.com/sorairolake/scryptenc-rs/actions?query=workflow%3ACI)
- sorairolake/abcrypt - A simple, modern and secure file encryption library. [](https://gitlab.com/sorairolake/abcrypt/actions?query=workflow%3ACI)
- sorairolake/scryptenc-rs - An implementation of the scrypt encrypted data format. [](https://gitlab.com/sorairolake/scryptenc-rs/actions?query=workflow%3ACI)
- dusk-network/bls12-381 - 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](https://crates.io/crates/dusk-bls12_381)]
- kn0sys/ecc-rs - Intuitive library for elliptic curve cryptography tutorials [](https://crates.io/crates/kn0syseccrs)
- rust-openssl - [OpenSSL](https://www.openssl.org/) bindings
-
GUI
- Flutter
- Qt
- FLTK
- GTK+
- IUP
- rust-qt - Qt bindings for Rust
- Sciter
- fschutt/azul - A free, functional, IMGUI-oriented GUI framework for rapid development of desktop applications written in Rust, supported by the Mozilla WebRender rendering engine.
- iced-rs/iced - A cross-platform GUI library, focused on simplicity and type-safety. Inspired by Elm.
- ImGui
- autopilot-rs/autopilot-rs - A simple, cross-platform GUI automation library.
- servo/core-foundation-rs - Rust bindings to Core Foundation and other low level libraries on Mac OS X and iOS
- flutter-rs - Build flutter desktop app in dart & rust.
- relm - Asynchronous, GTK+-based, GUI library, inspired by Elm
- imgui-rs - Bindings for ImGui [](https://github.com/imgui-rs/imgui-rs/actions)
- emilk/egui - Simple, fast, and highly portable immediate mode GUI library. egui runs on the web, natively, and in your favorite game engine. [](https://github.com/emilk/egui/actions?workflow=CI)
- DioxusLabs/dioxus - a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust. 
- cunarist/rinf - Rust as your Flutter backend, Flutter as your Rust frontend [](https://github.com/cunarist/rinf/actions/workflows/build_test.yaml?query=branch%3Amain)
- fzyzcjy/flutter_rust_bridge - High-level memory-safe binding generator for Flutter/Dart <-> Rust
- gtk-rs/gtk4-rs - GTK4 binding 
- fltk-rs - FLTK bindings [](https://github.com/fltk-rs/fltk-rs/actions)
- emoon/rust_minifb - minifb is a cross-platform window setup with optional bitmap rendering. It also comes with easy mouse and keyboard input. Primarily designed for prototyping
-
Database
- DynamoDB
- ArangoDB
- Cassandra
- InfluxDB
- PickleDB
- PoloDB
- Redb
- RocksDB
- SurrealDB
- UnQLite
- ZooKeeper
- diesel-rs/diesel - an ORM and Query builder
- surrealdb/surrealdb - SurrealDB embedded document-graph database
- sfackler/r2d2 - generic connection pool
- AlexPikalov/cdrs - native client
- cassandra-rs - bindings to the DataStax C/C++
- chill-rs/chill - Client for the CouchDB REST API
- benashford/rs-es - es](https://crates.io/crates/rs-es)] - Client for the [Elastic](https://www.elastic.co/) REST API
- jimmycuadra/rust-etcd - A client library for CoreOS's etcd.
- driftluo/InfluxDBClient-rs - Synchronization interface
- skade/leveldb - [LevelDB](https://github.com/google/leveldb) bindings
- vhbit/lmdb-rs - rs](https://crates.io/crates/lmdb-rs)] - [LMDB](https://www.symas.com/symas-embedded-database-lmdb) bindings
- redis-rs - [Redis](https://redis.io/) library [](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml)
- rust-rocksdb/rust-rocksdb - RocksDB bindings [](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml)
- zitsen/unqlite.rs - UnQLite bindings
- bonifaido/rust-zookeeper - A client library for Apache ZooKeeper.
- seladb/pickledb-rs - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- AgilData/mysql-proxy-rs - A MySQL Proxy [](https://app.circleci.com/pipelines/github/AgilData/mysql-proxy-rs?branch=master)
- blackbeam/mysql_async - asynchronous Mysql driver based on Tokio. [](https://app.circleci.com/pipelines/github/blackbeam/mysql_async?branch=master)
- blackbeam/rust-mysql-simple - A native MySql client
- sfackler/rust-postgres - A native [PostgreSQL](https://www.postgresql.org/) client
- ivanceras/rustorm - an ORM
- Brendonovich/prisma-client-rust - An autogenerated query builder that provides simple and fully type-safe database access using the Prisma ecosystem. [](https://github.com/Brendonovich/prisma-client-rust/actions)
- SeaQL/sea-orm - 🐚 An async & dynamic ORM [](https://crates.io/crates/sea-orm) [](https://docs.rs/sea-orm) [](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
- launchbadge/sqlx - async PostgreSQL/MySQL/SQLite connection pool with strong typing support [](https://github.com/launchbadge/sqlx)
- rusqlite - [Sqlite3](https://sqlite.org/index.html) bindings
- rbatis/rbatis - ORM Framework High Performance(JSON based)
- mongodb/mongo-rust-driver - [MongoDB](https://www.mongodb.com/) bindings
- SeaQL/sea-query - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite [](https://crates.io/crates/sea-query) [](https://docs.rs/sea-query) [](https://github.com/SeaQL/sea-query/actions/workflows/rust.yml)
- Redb - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb. 
- UnQLite
- elastic-rs/elastic - elastic is an efficient, modular API client for Elasticsearch written in Rust [](https://ci.appveyor.com/project/KodrAus/elastic)
- softprops/dynomite - A library for strongly-typed and convenient interaction with `rusoto_dynamodb` [](https://github.com/softprops/dynomite/actions)
- prisma/tiberius - [](https://github.com/prisma/tiberius/actions/workflows/test.yml)
- Aragog - A Lightweight ArangoDB Object document, relational and graph mapper [](https://gitlab.com/qonfucius/aragog/-/commits/master)
- Arangors - An ArangoDB driver
- krojew/cdrs-tokio - High-level async Cassandra client written in 100% Rust. [](https://github.com/krojew/cdrs-tokio/actions)
- PoloDB - An embedded JSON-based database has API similar to MongoDB. 
- aembke/fred - A high level async [Redis](https://redis.io/) client for Rust with Tokio. []([https://circleci.com/gh/aembke/fred.rs/tree/main](https://app.circleci.com/pipelines/github/aembke/fred.rs?branch=main))
- krojew/rust-zookeeper - async](https://crates.io/crates/zookeeper-async)] - Async Zookeeper client, based on tokio. 
- SeaQL/seaography - 🧭 GraphQL framework for SeaORM [](https://crates.io/crates/seaography) [](https://docs.rs/seaography) [](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml)
- SeaQL/sea-schema - 🌿 SQL schema definition and discovery [](https://crates.io/crates/sea-schema) [](https://docs.rs/sea-schema) [](https://github.com/SeaQL/sea-schema/actions/workflows/rust.yml)
- kubo/rust-oracle - Oracle driver [](https://github.com/kubo/rust-oracle/actions/workflows/run-tests.yml)
- c410-f3r/wtx - Fast implementation with a low set of external dependencies.
- meilisearch/heed - Another [LMDB](https://www.symas.com/symas-embedded-database-lmdb) binding
- njord - ⛵ A versatile, feature-rich Rust ORM [](https://github.com/njord-rs/njord/actions/workflows/core.yml) 
- thegenius/taitan-orm - The State of Art ORM for Rust, Async & Compile Time Generation.
- VennDB - An append-only in-memory database in Rust for rows queried using bit (flag) columns.
- rust-postgres - A native [PostgreSQL](https://www.postgresql.org/) client
-
Artificial Intelligence
- About Rust’s Machine Learning Community
- Martin1887/oxigen - 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.
- innoave/genevo - Execute genetic algorithm (GA) simulations in a customizable and extensible way.
- willi-kappler/darwin-rs - Evolutionary algorithms
- m-decoster/RsGenetic - Genetic Algorithm library. In maintenance mode.
- autumnai/leaf - Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice).
- tensorflow/rust - Bindings for TensorFlow.
- maciejkula/rustlearn - Machine learning library. [](https://app.circleci.com/pipelines/github/maciejkula/rustlearn)
- LaurentMazare/tch-rs - Bindings for PyTorch.
- burn - A Flexible and Comprehensive Deep Learning Framework.
- huggingface/tokenizers - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python. [](https://github.com/huggingface/tokenizers/actions)
- huggingface/candle - core](https://crates.io/crates/candle-core)] - a minimalist ML framework with a focus on easiness of use and on performance (including GPU support)
- rust-ml/linfa - Machine learning framework.
- guillaume-be/rust-bert - Ready-to-use NLP pipelines and language models
- zurawiki/tiktoken-rs - rs](https://crates.io/crates/tiktoken-rs)] - Library for tokenizing text with OpenAI models using tiktoken. [](https://github.com/zurawiki/tiktoken-rs/actions/workflows/ci.yml)
- coreylowman/dfdx - CUDA accelerated machine learning framework that leverages many of Rust's unique features. 
- 64bit/async-openai - openai](https://crates.io/crates/async-openai)] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
- pkalivas/radiate - 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.
- smartcorelib/smartcore - Machine Learning Library []
- perpetual-ml/perpetual - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
- BAML - A simple prompting language for building reliable AI workflows and agents. BAML's compiler is written in Rust!
- blackportal-ai/delta - Δ An Open-Source Machine Learning Framework in Rust.  
- blackportal-ai/nebula - A Package Manager for Machine Learning Datasets and Models. 
- Mottl/lightgb3-rs - Bindings for LightGBM [](https://crates.io/crates/lightgbm3) [](https://github.com/Mottl/lightgbm3-rs/actions)
- ave-sergeev/tictonix - A library that provides the ability to convert tokens into embeddings, as well as to encode their positions.
- ramsyana/RustTensor - A learning-focused, high-performance tensor computation library built from scratch in Rust with automatic differentiation and CPU/CUDA backends.
- openai/harmony - harmony](https://crates.io/crates/openai-harmony/0.0.3)] - Renderer for the harmony response format to be used with gpt-oss.
-
Asynchronous
- async-std - std](https://crates.io/crates/async-std)] - Async version of the Rust standard library [](https://github.com/async-rs/async-std/actions/workflows/ci.yml)
- mio - MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions
- dpc/mioco - Scalable, coroutine-based, asynchronous IO handling library
- TeaEntityLab/fpRust - Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
- rust-lang/futures-rs - Zero-cost futures
- Xudong-Huang/may - Stackful coroutine library
- tokio-rs/tokio - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
- t3hmrman/async-dropper - dropper](https://crates.io/crates/async-dropper)] - Implementation of `AsyncDrop`
- igumnoff/gabriel2 - Gabriel2: An actor-model library based on Tokio
- tqwewe/kameo - Fault-tolerant Async Actors Built on Tokio
- dagrs - A high-performance asynchronous task programming framework, which follows the concept of Flow based Programming.
-
Audio and Music
- RustAudio
- pdeljanov/Symphonia - Audio decoding and media demuxing library supporting AAC, FLAC, MP3, MP4, OGG, Vorbis, and WAV.
- RustAudio/rodio - Audio playback library
- jhasse/ears - A simple library to play Sounds and Musics, on top of OpenAL and libsndfile
- musitdev/portmidi-rs - [PortMidi](https://portmedia.sourceforge.net/portmidi/) bindings
- RustAudio/rust-portaudio - PortAudio bindings
- ozankasikci/rust-music-theory - Music theory library
- RustAudio/cpal - Low-level cross-platform audio I/O library. [](https://github.com/RustAudio/cpal/actions)
- insomnimus/nodi - A library for playback and abstraction of MIDI files. [](https://github.com/insomnimus/nodi/actions)
- Serial-ATA/lofty-rs - A library for reading and editing the metadata of various audio formats [](https://github.com/Serial-ATA/lofty-rs/actions)
- aschey/stream-download-rs - download](https://crates.io/crates/stream-download)] - A library for streaming audio, video, and other media content [](https://github.com/aschey/stream-download-rs/actions)
-
Bioinformatics
- Rust-Bio - bioinformatics libraries.
- polars-bio - Blazing-Fast Bioinformatic Operations on Python DataFrames 
-
Command-line
- starship/starship - A minimal, blazing fast, and extremely customizable prompt for any shell [](https://github.com/starship/starship/actions)
- ruterm - tiny & simple library for working with TTY
- TeXitoi/structopt - parse command line argument by defining a struct
- clap-rs - A simple to use, full featured command-line argument parser
- docopt/docopt.rs - Implementation of [DocOpt](http://docopt.org)
- killercup/quicli - quickly build cool CLI apps
- rust-cli/human-panic - panic](https://crates.io/crates/human-panic)] - panic messages for humans
- srijs/rust-copperline - command line editing library
- MovingtoMars/liner - A library offering readline-like functionality
- murarth/linefeed - Configurable, extensible, interactive line reader
- kkawakam/rustyline - readline implementation
- imp/pager-rs - pipe your output through an external pager
- hniksic/rust-subprocess - facilities for interaction with external pipelines
- oconnor663/duct.rs - A builder for subprocess pipelines and IO redirection
- rust-cli/rexpect - automate interactive applications such as ssh, ftp, passwd, etc [](https://github.com/rust-cli/rexpect/actions/workflows/ci.yml)
- console-rs/indicatif - indicate progress to users
- a8m/pb - console progress bar
- FGRibreau/spinners - 60+ elegant terminal spinners
- hashmismatch/terminal_cli.rs - build an interactive command prompt
- ogham/rust-ansi-term - control colours and formatting on ANSI terminals
- LukasKalbertodt/term-painter - painter](https://crates.io/crates/term-painter)] - cross-platform styled terminal output
- SergioBenitez/yansi - A dead simple ANSI terminal color painting library
- TimonPost/crossterm - crossplatform terminal library
- gyscos/Cursive - build rich TUI applications
- ogham/rust-term-grid - Library for putting things in a grid
- redox-os/termion - bindless library for controlling terminals/TTY
- cfyzium/bearlibterminal - lib-terminal](https://crates.io/crates/bear-lib-terminal)] - [BearLibTerminal](https://github.com/tommyettinger/BearLibTerminal) bindings
- jeaye/ncurses-rs - [ncurses](https://invisible-island.net/ncurses/ncurses.html) bindings
- ihalila/pancurses - curses library, supports linux and windows
- gchp/rustbox - bindings to [Termbox](https://github.com/nsf/termbox)
- colored - Coloring terminal so simple, you already know how to do it!
- zhiburt/tabled - An easy to use library for pretty print tables of structs and enums. [](https://github.com/zhiburt/tabled/actions)
- mikaelmello/inquire - A library for building interactive prompts on terminals. [](https://github.com/mikaelmello/inquire/actions)
- clitic/kdam - A console progress bar library inspired by tqdm & rich.progress [](https://github.com/clitic/kdam/actions/workflows/tests.yml)
- console-rs/dialoguer - Library for command line prompts and similar things.
- google/argh - An opinionated Derive-based argument parser optimized for code size [](https://github.com/google/argh/actions)
- ksk001100/seahorse - A minimal CLI framework [](https://github.com/ksk001100/seahorse/actions)
- mgrachev/update-informer - informer](https://crates.io/crates/update-informer)] - Update informer for CLI applications. It checks for a new version on Crates.io and GitHub [](https://github.com/mgrachev/update-informer/actions)
- nukesor/comfy-table - table](https://crates.io/crates/comfy-table)] - Beautiful dynamic tables for your cli tools. [](https://github.com/nukesor/comfy-table/actions)
- ivanceras/titik - a crossplatform TUI widget library with the goal of providing interactive widgets
- zhiburt/expectrl - A library for controlling interactive programs in a pseudo-terminal [](https://github.com/zhiburt/expectrl/actions/workflows/ci.yml)
- etienne-napoleone/spinach - Practical spinner. [](https://github.com/etienne-napoleone/spinach/actions/workflows/ci.yml)
- ynqa/promkit - A toolkit for building interactive command-line tools [](https://github.com/ynqa/promkit/actions/workflows/ci.yml)
- LukasKalbertodt/bunt - cross-platform terminal colors and styling with macros [](https://github.com/LukasKalbertodt/bunt/actions?query=workflow%3ACI+branch%3Amaster)
- ratatui-org/ratatui - Library that's all about cooking up terminal user interfaces (TUIs)
- ccbrown/iocraft - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO. [](https://github.com/ccbrown/iocraft/actions) [](https://docs.rs/iocraft/)
- AppCUI - A full-featured, cross-platform TUI/CUI framework in Rust, with built-in widgets, layout control, animations, Unicode and theming support.
-
Compression
- 7z
- Brotli
- ende76/brotli-rs - implementation of Brotli compression
- dropbox/rust-brotli - Brotli decompressor that optionally avoids the stdlib
- rust-lang/flate2-rs - [miniz](https://code.google.com/archive/p/miniz) bindings [](https://github.com/rust-lang/flate2-rs/actions)
- alexcrichton/tar-rs - tar archive reading/writing
- gyscos/zstd-rs - rust binding for the zstd compression library
- dyz1990/sevenz-rust - rust](https://crates.io/crates/sevenz-rust)] - A 7z decompressor/compressor written in pure rust. [](https://github.com/dyz1990/sevenz-rust/actions)
- zopfli - implementation of the Zopfli compression algorithm for higher quality deflate or zlib compression
- zip-rs/zip2 - read and write ZIP archives
- [sevenz-rust - A 7z decompressor/compressor written in pure rust.
- trifectatechfoundation/bzip2-rs - [libbz2](https://www.sourceware.org/bzip2/) bindings
- paxit - Flexible library for compressing and decompressing files using various algorithms (zip, tar, gzip, xz, zst, etc.) with modular design for easy extension
- sstadick/gzp - multi-threaded encoding and decoding of deflate formats and snappy
-
Computation
- BLAS
- GSL
- LAPACK
- argmin-rs/argmin - Optimization library
- mikkyang/rust-blas - BLAS bindings
- stainless-steel/lapack - LAPACK bindings
- dimforge/nalgebra - low-dimensional linear algebra library
- arrayfire/arrayfire-rust - [Arrayfire](https://github.com/arrayfire) bindings
- autumnai/collenchyma - An extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and common host CPU.
- luqmana/rust-opencl - [OpenCL](https://www.khronos.org/opencl/) bindings
- indigits/scirust - Scientific computing library
- statrs-dev/statrs - Robust statistical computation library
- calebwin/emu - A language for GPGPU numerical computing
- Axect/Peroxide - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
- GuillaumeGomez/rust-GSL - GSL bindings
- cpmech/russell - Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
- faer-rs - Linear algebra foundation for Rust
- fastnum - Fast exact precision decimal numbers implemented in pure Rust. Suitable for financial, crypto and any other fixed-precision calculations.
- Ryan-D-Gast/differential-equations - A high-performance library for numerically solving differential equations
- Nonanti/mathcore - Symbolic mathematics library with CAS capabilities. Supports differentiation, integration, equation solving, and arbitrary precision arithmetic [](https://crates.io/crates/mathcore)
-
Data structures
- contain-rs - Extension of Rust's std::collections
- billyevans/tst - Ternary search tree collection
- rust-itertools/itertools - Extra iterator adaptors, functions and macros
- danielpclark/array_tool - 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 - a hack to allow for arrays sized by typenums
- garro95/priority-queue - queue](https://crates.io/crates/priority-queue)] - A priority queue that implements priority changes.
- RoaringBitmap/roaring-rs - Roaring Bitmaps
- orium/rpds - Persistent data structures. [](https://github.com/orium/rpds/actions?query=workflow%3ACI)
- ashvardanian/simsimd - SIMD-accelerated vector distances and similarity functions for x86 AVX2 & AVX-512, and Arm NEON [](https://crates.io/crates/simsimd)
- greyblake/nutype - define newtype structures with validation constraints. [](https://github.com/greyblake/nutype/actions)
- mrhooray/kdtree-rs - K-dimensional tree for fast geospatial indexing and nearest neighbors lookup
- tnballo/scapegoat - Safe, fallible, stack-only alternative to `BTreeSet` and `BTreeMap`. [](https://github.com/tnballo/scapegoat/actions)
- becheran/grid - Provide a two dimensional data structure that is easy to use and fast. [](https://github.com/becheran/grid/actions)
- xfix/enum-map - map](https://crates.io/crates/enum-map)] - An optimized map implementation for enums using an array to store values.
- yamafaktory/hypergraph - Hypergraph is a data structure library to generate directed hypergraphs. [](https://github.com/yamafaktory/hypergraph/actions/workflows/ci.yml)
- bilinearlabs/rs-merkle-tree - Merkle tree implementation in Rust with configurable storage backends and hash functions. Fixed depth and incremental only. Optimized for fast proof generation.
-
Encoding
- FlatBuffers
- edn-rs - rs](https://crates.io/crates/edn-rs)] - crate to parse and emit EDN format into Rust types.
- rustadopt/jzon-rs - JSON implementation
- alex/rust-asn1 - ASN.1 (DER) serializer
- bincode-org/bincode - A binary encoder/decoder [](https://github.com/bincode-org/bincode/actions/workflows/rust.yml)
- m4b/goblin - cross-platform, zero-copy, and endian-aware binary parsing
- mongodb/bson-rust - Encoding and decoding support for BSON
- BurntSushi/byteorder - Supports big-endian, little-endian and native byte orders
- capnproto/capnproto-rust - Cap'n Proto is a type system for distributed systems
- hsivonen/encoding_rs - A Gecko-oriented implementation of the Encoding Standard
- lifthrasiir/rust-encoding - 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.
- mrhooray/crc-rs - Rust implementation of CRC(16, 32, 64) with support of various standards
- BurntSushi/rust-csv - A fast and flexible CSV reader and writer, with support for Serde
- frol/flatc-rust - FlatBuffers compiler (flatc) integration for Cargo build scripts
- mandrean/har-rs - A HTTP Archive Format (HAR) serialization & deserialization library
- servo/html5ever - High-performance browser-grade HTML5 parser
- serde-rs/json - JSON support for [Serde](https://github.com/serde-rs/serde) framework
- simd-lite/simd-json - json](https://crates.io/crates/simd-json)] - High performance JSON parser based on a port of simdjson
- 3Hren/msgpack-rust - Low/high level MessagePack implementation
- jcreekmore/pem-rs - Parse and encode PEM-encoded data
- stepancheg/rust-protobuf - Rust implementation of Google protocol buffers
- https://github.com/ron-rs/ron - Rusty Object Notation
- tafia/quick-xml - High performance XML pull reader/writer
- Florob/RustyXML - an XML parser
- shepmaster/sxd-document - An XML library
- shepmaster/sxd-xpath - An XPath library
- netvl/xml-rs - A streaming XML library
- chyh1990/yaml-rust - The missing YAML 1.2 implementation.
- dtolnay/serde-yaml - YAML support for [Serde](https://github.com/serde-rs/serde) framework [](https://github.com/dtolnay/serde-yaml/actions?query=branch%3Amaster)
- vitiral/stfu8 - Sorta Text Format in UTF-8
- tokio-rs/prost - [](https://github.com/tokio-rs/prost/actions)
- toml-rs/toml - [](https://github.com/toml-rs/toml/actions/workflows/ci.yml)
- tamasfe/taplo - A TOML toolkit [](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22)
- rkyv/rkyv - rkyv (archive) is a zero-copy deserialization framework
- jamesmunns/postcard - Postcard is a #![no_std] focused serializer and deserializer for Serde.
- cloudwego/sonic-rs - rs](https://crates.io/crates/sonic-rs)] - A fast Rust JSON library based on SIMD.
- importcjj/rust-ajson - Get JSON values quickly
- georust/netcdf - Medium-level netCDF bindings, allowing easy reading and writing of array-like structures to a file.
- yaserde - Yet Another Serializer/Deserializer specialized for XML
- saphyr - A set of crates dedicated to parsing YAML.
- iddm/serde-aux - additional tools for using with the serde library. [](https://github.com/iddm/serde-aux/actions/workflows/ci.yml) [](https://crates.io/crates/serde-aux)
-
Game development
- Are we game yet?
- ](https://crates.io/crates/fyrox) [](https://github.com/FyroxEngine/Fyrox/blob/master/LICENSE.md) [](https://crates.io/crates/fyrox)
- Piston - [](https://crates.io/crates/piston) [](https://github.com/PistonDevelopers/piston/blob/master/LICENSE) [](https://crates.io/crates/piston)
- Godot
- Raylib
- SDL
- SiegeLord/RustAllegro - [Allegro 5](https://liballeg.org/) bindings
- iddm/challonge-rs - Client library for the Challonge REST API. Helps to organize tournaments. [](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml)
- amethyst/specs - Specs Parallel ECS
- ggez - A lightweight game framework for making 2D games with minimum friction - [](https://crates.io/crates/ggez) [](https://github.com/ggez/ggez/blob/master/LICENSE) [](https://crates.io/crates/ggez)
- Unrust - Webgl 2.0 / native game engine
- brson/rust-sdl - SDL1 bindings
- Rust-SDL2/rust-sdl2 - SDL2 bindings
- jeremyletang/rust-sfml - [SFML](https://www.sfml-dev.org/) bindings
- VictoremWinbringer/Victorem - Easy UDP Game Server and UDP Client framework for creating simple 2D and 3D online game prototype
- Bevy - is a refreshingly simple data-driven game engine. - [](https://crates.io/crates/bevy) [](https://crates.io/crates/bevy)
- godot-rust/gdnative - Bindings to the Godot 3+ game engine [](https://github.com/godot-rust/gdnative/actions/workflows/full-ci.yml)
- godot-rust/gdext - Bindings to the Godot 4+ game engine [](https://github.com/godot-rust/gdext/actions/workflows/full-ci.yml)
- bracket-lib - lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml)
- legion - A feature rich high performance ECS library with minimal boilerplate [](https://github.com/amethyst/legion/actions)
- Awesome wgpu - A curated list of wgpu code and resources
- Kiss3d - A Keep It Simple, Stupid 3d graphics engine [](https://crates.io/crates/kiss3d)
- deltaphc/raylib-rs - Bindings for raylib
- oxidator - A real time strategy game/engine supporting WebGPU
- Awesome Quads - A curated list of links to miniquad/macroquad-related code & resources
- atomflunder/skillratings - Collection of skill rating algorithms for multiplayer games like Elo, Glicko-2, TrueSkill etc. [](https://crates.io/crates/skillratings) [](https://github.com/atomflunder/skillratings/actions/workflows/ci.yml)
- iddm/toornament-rs - Toornament.com API bindings. [](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml) [](https://crates.io/crates/toornament)
- FerrumC - A upgrade of the original Minecraft server in Rust []
- Pumpkin - A high-performance Minecraft server Software fully written in Rust
- bedrock-crustaceans/bedrock-rs - Universal toolkit for Minecraft Bedrock Edition development in Rust. [](https://github.com/bedrock-crustaceans/bedrock-rs) [](https://github.com/bedrock-crustaceans/bedrock-rs/actions/workflows/ci.yml)
- Are we game yet?
- gamedig/rust-gamedig - Query game servers for informations such as name, players online, max players count etc. [](https://crates.io/crates/gamedig) [](https://crates.io/crates/gamedig)
- giraffekey/tatami - dungeon)] - A roguelike dungeon generation algorithm.
-
Graphics
- Kiss3d - liners
- Vulkan
- gfx-rs/gfx - A high-performance, bindless graphics API.
- redox-os/rusttype - Alternative to libraries like FreeType
- glium/glium - safe OpenGL wrapper.
- PistonDevelopers/glfw-rs - GLFW3 bindings and idiomatic wrapper
- kaj/rust-pdf - Generating PDF files in pure Rust
- fschutt/printpdf - PDF writing library
- J-F-Liu/lopdf - PDF document manipulation
- vulkano - Safe and rich Rust wrapper around the Vulkan API
- gfx-rs/wgpu - Native WebGPU implementation based on gfx-hal. [](https://github.com/gfx-rs/wgpu/actions)
- bastibense/libharu_ng - Easily generate PDFs from your Rust app.
- erupt - [](https://gitlab.com/Friz64/erupt/-/pipelines)
- rustybuzz - An incremental harfbuzz port
- gl-rs - An OpenGL function pointer loader
-
Geospatial
- Georust - geospatial tools and libraries written
- DaveKram/coord_transforms - coordinate transformations (2-d, 3-d, and geospatial)
- rust-reverse-geocoder - A fast, offline reverse geocoder, inspired by [thampiman/reverse-geocoder](https://github.com/thampiman/reverse-geocoder)
- vlopes11/geomorph - conversion between UTM, LatLon and MGRS coordinates
- MapLibre/Martin - Map tile server with PostGIS, MBTiles, PMTiles, and sprites support. [](https://github.com/maplibre/martin/actions)[](https://crates.io/crates/martin)[](https://maplibre.org/martin/)
- apache/sedona-db - SedonaDB is a geospatial DataFrame library written in Rust.
-
Network programming
- Thrussh - an SSH library, backed by [libsodium](https://doc.libsodium.org/)
-
Task scheduling
-
Virtualization
-
Web programming
- Are we web yet? - web-framework-comparison).
- WebSocket
-
Data visualization
- plotly - Plotly for Rust
- mazznoer/colorgrad-rs - Color scales library for data visualization, charts, games, maps, generative art and others.
- saresend/gust - A small charting/visualization tool and partial vega implementation
- milliams/plotlib - Data plotting library for Rust
- rerun - [[rerun](https://crates.io/crates/rerun)] - An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time.
- plotters - [](https://github.com/plotters-rs/plotters/actions)
- blitzarx1/egui_graphs - Interactive graph visualization widget powered by egui and petgraph. [](https://crates.io/crates/egui_graphs) [](https://docs.rs/egui_graphs)
- djduque/pgfplots - Library to generate publication-quality figures. [](https://github.com/DJDuque/pgfplots/actions/workflows/rust.yml)
- plotpy - Rust plotting library using Python (Matplotlib)
- blitzar-tech/egui_graphs - Interactive graph visualization widget powered by egui and petgraph. [](https://crates.io/crates/egui_graphs) [](https://docs.rs/egui_graphs)
-
Data processing
- datafusion - DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in Rust, using the Apache Arrow in-memory format.
- pg_lakehouse - PostgreSQL extension that transforms Postgres into an analytical query engine over object stores like AWS S3/GCS and table formats like Delta Lake/Iceberg.
- pola-rs/polars - Fast feature complete DataFrame library [](https://github.com/pola-rs/polars/actions)
- bluss/ndarray - N-dimensional array with array views, multidimensional slicing, and efficient operations
- kernelmachine/utah - Dataframe structure and operations
- weld-project/weld - High-performance runtime for data analytics applications
- amv-dev/yata - high performance technical analysis library [](https://github.com/amv-dev/yata/actions?query=workflow%3ARust)
- pathwaycom/pathway - Performant open-source Python ETL framework with Rust runtime, supporting 300+ data sources.
- GoPlasmatic/datalogic-rs - rs](https://crates.io/crates/datalogic-rs)] - High-performance, type-safe JSONLogic evaluation engine in Rust, ideal for business rules and dynamic filtering.
- mjovanc/numru - A high-performance scientific computation library.
- cocoindex - ETL framework to build fresh index
- pg_analytics - PostgreSQL extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
-
Mobile
- ivnsch/rust_android_ios - An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively.
-
Text search
- pg_search - 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.
-
Date and time
- chronotope/chrono - Date and time library
- burntSushi/jiff - A date-time library for Rust that encourages you to jump into the pit of success. [](https://github.com/BurntSushi/jiff/actions)
- time-rs/time - [](https://github.com/time-rs/time/actions)
- Mnwa/ms - converter](https://crates.io/crates/ms-converter)] - it's a library for converting human-like times to milliseconds [](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild)
- sorairolake/nt-time - time](https://crates.io/crates/nt-time)] - A Windows file time library. [](https://github.com/sorairolake/nt-time/actions?query=workflow%3ACI)
- sorairolake/nt-time - time](https://crates.io/crates/nt-time)] - A Windows file time library. [](https://gitlab.com/sorairolake/nt-time/actions?query=workflow%3ACI)
- arthurhenrique/rusti-cal - cal](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust.
-
Domain driven design
- serverlesstechnology/cqrs - es](https://crates.io/crates/cqrs-es)] - A framework for CQRS and event sourcing with [user guide](https://doc.rust-cqrs.org/)
-
Astronomy
- saurvs/astro-rust - astronomy
- flosse/rust-sun - A rust port of the JS library suncalc
- cds-astro/aladin-lite - Web application for visualizing spatial and planetary image surveys in different projections
-
Concurrency
- zonyitoo/coio-rs - Coroutine I/O
- crossbeam-rs/crossbeam - Support for parallelism and low-level concurrency
- orium/archery - Library to abstract from `Rc`/`Arc` pointer types. [](https://github.com/orium/archery/actions?query=workflow%3ACI)
- Rayon - A data parallelism library
- rustcc/coroutine-rs - Coroutine Library
- orx-parallel - High performance, configurable and expressive parallel computation library.
- NikitaSmithTheOne/rate-limiters-rs - limiters](https://crates.io/crates/rate_limiters)] - Rust library for rate limiting (Leaky Bucket, Token Bucket, Fixed/Sliding Window)
-
Authentication
- Keats/jsonwebtoken - [JSON Web Token](https://en.wikipedia.org/wiki/JSON_Web_Token) library
- sgrust01/jwtvault - Async library to manage and orchestrate JWT workflow
- oauth2 - Extensible, strongly-typed OAuth2 client library
- oxide-auth - A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends [](https://cirrus-ci.com/github/HeroicKatora/oxide-auth)
- yup-oauth2 - An oauth2 client implementation providing the Device, Installed and Service Account flows
- constantoine/totp-rs - rs](https://crates.io/crates/totp-rs)] - 2fa library to generate and verify TOTP-based tokens 
- oxide-auth - A OAuth2 server library, for use in combination with actix or other frontends, featuring a set of configurable and pluggable backends [](https://cirrus-ci.com/github/HeroicKatora/oxide-auth)
-
Automotive
- marcelbuesing/can-dbc - dbc](https://crates.io/crates/can-dbc)] - A parser for the DBC format
- marcelbuesing/tokio-socketcan-bcm - socketcan-bcm](https://crates.io/crates/tokio-socketcan-bcm)] - Linux SocketCAN BCM support for tokio
- mbr/socketcan - Linux SocketCAN library
- idletea/tokio-socketcan - socketcan](https://crates.io/crates/tokio-socketcan)] - Linux SocketCAN support for tokio based on the socketcan crate
- Sensirion/lin-bus - bus](https://crates.io/crates/lin-bus)] - LIN bus driver traits and protocol implementation [](https://app.circleci.com/pipelines/github/Sensirion/lin-bus-rs)
- oxibus/can-dbc - dbc](https://crates.io/crates/can-dbc)] - A parser for the DBC format
-
Caching
- jaemk/cached - Simple function caching/memoization
- aisk/rust-memcache - Memcached client library
- moka-rs/moka - A high performance concurrent caching library inspired by the Caffeine library for Java [](https://github.com/moka-rs/moka/actions/workflows/CI.yml)
- al8n/stretto - A high performance thread-safe memory-bound cache [](https://github.com/al8n/stretto/actions/workflows/ci.yml)
- 06chaynes/http-cache - cache](https://crates.io/crates/http-cache)] - A caching middleware that follows HTTP caching rules [](https://github.com/06chaynes/http-cache/actions/workflows/http-cache.yml)
- zkat/cacache-rs - A high-performance, concurrent, content-addressable disk cache, optimized for async APIs [](https://github.com/zkat/cacache-rs/actions/workflows/ci.yml)
- mozilla/sccache - Shared Compilation Cache, great compilation
-
Cloud
- rusoto/rusoto - An AWS SDK for Rust
- awslabs/aws-sdk-rust - The new AWS SDK
- awslabs/aws-lambda-rust-runtime - Runtime for AWS Lambda [](https://github.com/awslabs/aws-lambda-rust-runtime/actions)
- Qovery/engine - Abstraction layer library that turns easy application deployment on Cloud providers in just a few minutes
- Convey - Layer 4 Load Balancer with dynamic configuration loading.
- Azure/azure-sdk-for-rust - Official Azure SDK for Rust
-
Configuration
- Kixunil/configure_me - library for processing application configuration easily
- andoriyu/uclicious - [libUCL](https://github.com/vstakhov/libucl) based feature-rich configuration library. [](https://app.circleci.com/pipelines/github/vstakhov/libucl)
- softprops/envy - deserialize env vars into typesafe structs [](https://github.com/softprops/envy/actions/workflows/main.yml)
- SergioBenitez/Figment - A configuration library so con-free, it's unreal.
- rust-cli/config-rs - Layered configuration system (with strong support for 12-factor applications).
- leptonyu/cfg-rs - rs](https://crates.io/crates/cfg-rs)] - A Configuration Library for Rust Applications.
-
Distributed systems
- antimonyproject/antimony - stream processing / distributed computation platform
- fede1024/rust-rdkafka - [librdkafka](https://github.com/confluentinc/librdkafka) bindings
- kafka-rust/kafka-rust - Rust client for Apache Kafka
- hyunsik/hdfs-rs - libhdfs bindings
- build-trust/ockam - End-to-End Encryption, Mutual Authentication, and ABAC for distributed applications [](https://github.com/build-trust/ockam)
- gklijs/schema_registry_converter - to integrate with [confluent schema registry](https://www.confluent.io/product/confluent-platform/data-compatibility/)
-
Email
- gsquire/sendgrid-rs - Library for SendGrid API
- lettre/lettre - an SMTP-library [](https://github.com/lettre/lettre/actions/workflows/test.yml)
- staktrace/mailparse - A library for parsing real-world email files
- meli/meli - 🐝 terminal mail client
- tweedegolf/mailcrab - Email test server for development.
- jdrouet/catapulte - A microservice to send emails using [MRML](https://github.com/jdrouet/mrml) templates.
- duesee/imap-codec - codec](https://crates.io/crates/imap-codec)] - Rock-solid and complete codec for IMAP [](https://github.com/duesee/imap-codec/actions/workflows/build_and_test.yml)
- jdrouet/jolimail - A web application to build [MRML](https://github.com/jdrouet/mrml) templates.
- jdrouet/mrml - A library to generate nice email templates working on any mail client.
- mailtutan/mailtutan - An SMTP server for test and development environment.
- stalwartlabs/mail-auth - auth](https://crates.io/crates/mail-auth)] - DKIM, ARC, SPF and DMARC message authentication library [](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml)
- stalwartlabs/mail-parser - parser](https://crates.io/crates/mail-parser)] - A fast and robust e-mail parsing library with full MIME support [](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml)
- stalwartlabs/mail-send - send](https://crates.io/crates/mail-send)] - E-mail builder and SMTP client library with DKIM support [](https://github.com/stalwartlabs/mail-send/actions/workflows/rust.yml)
-
Filesystem
- pop-os/dbus-udisks2 - udisks2](https://crates.io/crates/dbus-udisks2)] - UDisks2 DBus API
- pop-os/sys-mount - mount](https://crates.io/crates/sys-mount)] - High level abstraction for the `mount` / `umount2` system calls.
- vitiral/path_abs - Absolute serializable path types and associated methods.
- webdesus/fs_extra - expanding opportunities standard library std::fs and std::io
- Stebalien/tempfile - temporary file library
- Stebalien/xattr - list and manipulate unix extended file attributes
- zboxfs/zbox - Zero-details, privacy-focused embeddable file system.
- OpenDAL - A unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services. [](https://github.com/apache/opendal/actions?query=branch%3Amain)
- Camino - Like Rust's std::path::Path, but UTF-8.
- ParthJadhav/Rust_Search - Blazingly fast file search library.
- dnbln/dir-structure - structure](https://crates.io/crates/dir-structure)] - Model file system trees with plain Rust structures. [](https://github.com/dnbln/dir-structure/actions/workflows/test-dir-structure.yml)
-
Data streaming
- swimos/swim-rust - rust](https://crates.io/crates/swimos)] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
- ArroyoSystems/arroyo - High-performance real-time analytics in Rust and SQL [](https://github.com/ArroyoSystems/arroyo/actions)
- infinyon/fluvio - Programmable data streaming platform [](https://github.com/infinyon/fluvio/actions)
- iggy - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols [](https://github.com/apache/iggy/actions/workflows/test.yml)
- arkflow-rs/arkflow - High-performance Rust stream processing engine [](https://github.com/arkflow-rs/arkflow/actions)
- swim-rust - rust](https://crates.io/crates/swimos)] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
-
eBPF
- aya/aya-rs - Built with a focus on developer experience and operability.
- libbpf/libbpf-rs - A minimal and opinionated eBPF tooling.
-
Graph algorithms
- petgraph/petgraph - Graph data structure library. [](https://github.com/petgraph/petgraph/actions/workflows/ci.yml)
- neo4j-labs/graph - A library for high-performant graph algorithms [](https://github.com/neo4j-labs/graph/actions/workflows/rust.yml)
-
Functional Programming
- JasonShin/fp-core.rs - A library for functional programming
- myrrlyn/tap - Suffix-Position Pipeline Behavior
-
Transpiling
- perf-monitor-rs - A toolkit designed to be a foundation for applications to monitor their performance. [](https://crates.io/crates/perf_monitor)
-
Finance
- avhz/RustQuant - A quantitative finance library. 
- d-e-s-o/apca - Opinionated and comprehensive bindings to the [Alpaca API](https://alpaca.markets/) for stock trading and more. 
- stochastic-rs - rs](https://crates.io/crates/stochastic-rs)] - High-performance data generation library for stochastic process with quant finance tools. 
-
-
Development tools
-
IDEs
- gnome-builder - native support for rust and cargo since Version 3.22.2
- IntelliJ
- Visual Studio Code
- CodeLLDB - A LLDB extension
- Are we (I)DE yet? - lang.org/tools/).
- Eclipse
- Emacs
- gitpod.io
- Kakoune
- Sublime Text
- Vim
- Better TOML - TOML support in vscode
- Prettier - Code formatter (Rust) - Opinionated Rust code formatter that autofixes bad syntax ([Prettier](https://prettier.io/) community plugin)
- rust-analyzer - An alternative rust language server to the RLS
- rust-lang/rls-vscode - analyzer)
- RustRover - A powerful Rust IDE by JetBrains, free for individual non-commercial use
- Even Better TOML - TOML support in vscode
- crates.nvim - plugin that helps to managing crates.io dependencies.
- intellij-rust/intellij-rust - Rust plugin for the IntelliJ Platform
- Eclipse Corrosion - 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
- rust-mode - Rust Major Mode
- flycheck-rust - Rust support for [Flycheck](https://github.com/flycheck/flycheck)
- emacs-racer - Autocompletion (see also [company](https://company-mode.github.io) and [auto-complete](https://github.com/auto-complete/auto-complete))
- Ride - A Rust IDE
- rust-lang/rust-enhanced - official Rust package
- rust.vim - provides file detection, syntax highlighting, formatting, Syntastic integration, and more.
- vim-racer - allows vim to use [Racer](https://github.com/racer-rust/racer) for Rust code completion and navigation.
- autozimu/LanguageClient-neovim - [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
- PistonDevelopers/VisualRust - A Visual Studio extension for Rust [](https://ci.appveyor.com/project/vosen/visualrust)
- dgriffen/rls-vs2017 - Rust support for Visual Studio 2017 Preview [](https://ci.appveyor.com/project/dgriffen/rls-vs2017)
- lapce - Lightning-fast and Powerful Code Editor written in Rust. [](https://github.com/lapce/lapce/actions/workflows/release.yml)
- rustic - Rust development environment for Emacs [](https://github.com/brotzeit/rustic/actions?query=workflow%3ACI)
- Dependi - Manage your dependencies with ease
- cargo.nvim - A Neovim plugin for seamless integration with Cargo commands.
- Vim - the ubiquitous text editor
- kakoune-lsp - [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
-
Build system
- Nix
- cargo-depgraph - Creates dependency graphs for cargo projects using cargo metadata and graphviz
- tracemachina/nativelink - [NativeLink](https://www.nativelink.com) is a Backend Remote Execution platform written in rust for client build systems such as [Buck2](https://buck2.build/), [Bazel](https://bazel.build/), [Pants](https://www.pantsbuild.org/), etc.. [](https://securityscorecards.dev/viewer/?uri=github.com/TraceMachina/nativelink) [](https://www.bestpractices.dev/projects/8050) [](https://nativelink.slack.com/join/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A#/shared-invite/email)
- cargo-generate - A generator of a rust project by leveraging a pre-existing git repository as a template.
- dtolnay/cargo-expand - Expand macros in your source code
- Devolutions/CMakeRust - useful for integrating a Rust library into a CMake project
- SiegeLord/RustCMake - an example project showing usage of CMake with Rust
- icepuma/rust-action - rust github action
- pantsbuild/pants - [Pants](https://www.pantsbuild.org/) is a fast, scalable, user-friendly build system for codebases of all sizes built in Rust.
- Fleet - rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust.
- cargo-udeps - udeps](https://crates.io/crates/cargo-udeps)] - find unused dependencies
- facebook/buck2 - [Buck2](https://buck2.build/) is a large-scale build tool built in Rust
- peaceiris/actions-mdbook - GitHub Actions for mdBook
- cargo-rdme - rdme](https://crates.io/crates/cargo-rdme)] - Cargo subcommand to create your README from your crate’s documentation. [](https://github.com/orium/cargo-rdme/actions?query=workflow%3ACI)
- cargo-all-features - A configurable subcommand to simplify testing, building and much more for all combinations of features [](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml)
- nix-community/fenix - Rust toolchains and rust analyzer nightly for nix [](https://github.com/nix-community/fenix/actions/workflows/ci.yml)
- tracemachina/nativelink - [NativeLink](https://www.nativelink.com) is a Backend Remote Execution platform written in rust for client build systems such as [Buck2](https://buck2.build/), [Bazel](https://bazel.build/), [Pants](https://www.pantsbuild.org/), etc.. [](https://securityscorecards.dev/viewer/?uri=github.com/TraceMachina/nativelink) [](https://www.bestpractices.dev/projects/8050) [](https://nativelink.slack.com/join/shared_invite/zt-281qk1ho0-krT7HfTUIYfQMdwflRuq7A#/shared-invite/email)
- Fleet - rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust.
-
Embedded
- Rust Embedded - to-end experience of using Rust in resource-constrained environments and non-traditional platforms. See [awesome-embedded-rust](https://github.com/rust-embedded/awesome-embedded-rust) for a curated, and more extended list of embedded Rust resources.
- 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.
- japaric/xargo - effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- japaric/rust-cross - everything you need to know about cross compiling Rust programs
- avr-rust/ruduino - Reusable components for the Arduino Uno.
- oreboot/oreboot - oreboot is a fork of coreboot, with C removed, written in Rust
- nrf-rs/nrf-hal - A Rust HAL for the nRF family of devices
- Vaishnav-Sabari-Girish/ComChan - A minimal serial monitor with plotter TUI.
-
FFI
- Foreign Function Interface - ffi-omnibus/) (a collection of examples of using code written in Rust from other languages) and [FFI examples written in Rust](https://github.com/alexcrichton/rust-ffi-examples).
- rustwasm/wasm-pack - :package: :sparkles: pack up the wasm and publish it to npm!
- neon-bindings/neon - Rust bindings for writing safe and fast native Node.js modules
- danielpclark/rutie - native Ruby extensions written in Rust and vice versa
- rust-lang/rust-bindgen - A Rust bindings generator
- rustwasm/wasm-bindgen - A project for facilitating high-level interactions between wasm modules and JS.
- mozilla/cbindgen - generates C header files from Rust source files. Used in Gecko for WebRender
- Sean1708/rusty-cheddar - generates C header files from Rust source files
- rusterlium/rustler - safe Rust bridge for creating Erlang NIF functions
- bennettanderson/rjni - use Java from Rust
- drrb/java-rust-example - use Rust from Java
- jcmoyer/rust-lua53 - Lua 5.3 bindings for Rust
- lilyball/rust-lua - Safe Rust bindings to Lua 5.1
- tickbh/td_rlua - Zero-cost high-level lua 5.3 wrapper for Rust
- tomaka/hlua - Rust library to interface with Lua
- anima-engine/mrusty - mruby safe bindings for Rust
- SSheldon/rust-objc - Objective-C Runtime bindings and wrapper for Rust
- getsentry/milksnake - extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
- dgrunwald/rust-cpython - Python bindings
- PyO3/PyO3 - Rust bindings for the Python interpreter
- d-unsed/ruru - native Ruby extensions written in Rust
- RustPython - A Python Interpreter written in Rust [](https://github.com/RustPython/RustPython/actions?query=workflow%3ACI)
- infinyon/node-bindgen - Easy way to generate nodejs module using Rust
- dtolnay/cxx - Safe interop between Rust and C++ [](https://github.com/dtolnay/cxx)
- mlua-rs/mlua - High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support [](https://github.com/mlua-rs/mlua/actions)
- rhysd/wain - wain: WebAssembly INterpreter from scratch in Safe Rust with zero dependency [](https://github.com/rhysd/wain/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
- csbindgen - generates C# bindings for Rust source files
- zhangyuang/node-ffi-rs - A module written in Rust and N-API provides interface (FFI) features for Node.js
- phper-framework/phper - The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
- wasm-bindgen - A project for facilitating high-level interactions between wasm modules and JS.
- wasm-pack - :package: :sparkles: pack up the wasm and publish it to npm!
- mthom/scryer-prolog - Scryer Prolog is a free software ISO Prolog system written in Rust
-
Services
- docs.rs
- deps.rs - Detect outdated or insecure dependencies
- deepwiki-rs - Transform your codebase into professional architecture documentation. [](https://crates.io/crates/deepwiki-rs)
- docs.rs - Automatic documentation generation of crates
-
Profiling
- sharkdp/hyperfine - A command-line benchmarking tool
- ellisonch/rust-stopwatch - A stopwatch library
- mrhooray/torch - generates FlameGraphs based on DWARF Debug Info
- llogiq/flame - An intrusive flamegraph profiling tool for rust
- Bytehound - A memory profiler for Linux
- bheisler/criterion.rs - Statistics-driven benchmarking library
- Bencher - A suite of continuous benchmarking tools designed to catch performance regressions in CI
- g3bench - A benchmark tool that supports HTTP 1.x, HTTP 2, HTTP 3, TLS Handshake, DNS and Cloudflare Keyless
- Divan - Simple yet powerful benchmarking library with allocation profiling
- pawurb/hotpath - A simple profiler that shows exactly where your code spends time and allocates [](https://github.com/pawurb/hotpath/actions)
-
Debugging
- gdbgui - Browser based frontend for gdb to debug C, C++, Rust, and go.
- godzie44/BugStalker - Modern debugger for Linux x86-64. Written in Rust for Rust programs.
- kxxt/tracexec - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
-
Workflow Automation
- just - A handy command runner for project-specific tasks
- create-rust-app - Set up a modern rust+react web app by running one command. [](https://crates.io/crates/create-rust-app)
- typos - cli](https://crates.io/crates/typos-cli)] - Source code spell checker
- clog-tool/clog-cli - generates a changelog from git metadata ([conventional changelog](https://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html))
- dotenv-linter - Linter for `.env` files [](https://github.com/dotenv-linter/dotenv-linter/actions?query=workflow%3ACI+branch%3Amaster)
- dan-t/rusty-tags - create ctags/etags for a cargo project and all of its dependencies
- Module Linker - Extension that adds `<a>` links to references in `mod`, `use` and `extern crate` statements at GitHub.
- ptags - A parallel universal-ctags wrapper for git repository
- Racer - code completion for Rust
- Rustup - the Rust toolchain installer [](https://github.com/rust-lang/rustup/actions)
- fw - workspace productivity booster [](https://github.com/brocode/fw/actions/workflows/rust.yml)
- envio-cli/envio - A Modern And Secure CLI Tool For Managing Environment Variables [](https://github.com/envio-cli/envio/actions/workflows/CICD.yml)
- Rust Search Extension - A handy browser extension to search crates and docs in address bar (omnibox). [](https://github.com/huhu/rust-search-extension/actions)
- git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications 
- intelli-shell - Bookmark commands with placeholders and search or autocomplete at any time [](https://crates.io/crates/intelli-shell) [](https://github.com/lasantosr/intelli-shell/actions/workflows/release.yml)
- bacon - background rust code checker, similar to cargo-watch
- geiger - A program that list statistics related to usage of unsafe code in a crate and all its dependencies [](https://dev.azure.com/cargo-geiger/cargo-geiger/_build/latest?definitionId=1&branchName=master)
- ATAC - A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
- mask - A CLI task runner defined by a simple markdown file [](https://github.com/jacobdeichert/mask/actions?query=workflow%3ACI)
- scriptisto - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages. [](https://cloud.drone.io/igor-petruk/scriptisto)
- hot-lib-reloader - Hot reload Rust code [](https://github.com/rksm/hot-lib-reloader-rs/actions/workflows/ci.yml)
- cloudflare/foundations - Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems.
- Flox - Flox is a virtual environment and package manager all in one.
- datanymizer/datanymizer - Powerful database anonymizer with flexible rules [](https://github.com/datanymizer/datanymizer/actions?query=workflow%3ACI+branch%3Amain)
- comtrya - A configuration management tool for localhost / dotfiles [](https://github.com/comtrya/comtrya/actions)
- fzf-make - make](https://crates.io/crates/fzf-make)] - A command line tool that executes make target using fuzzy finder with preview window. [](https://crates.io/crates/fzf-make)
- frolic - An API layer to build customer facing dashboards 10x faster
- Forge - A terminal-based AI pair programmer for code generation and editing. [](https://forgecode.dev/)
- git-journal - The Git Commit Message and Changelog Generation Framework
-
Transpiling
- BayesWitnesses/m2cgen - A CLI tool to transpile trained classic machine learning models into a native Rust code with zero dependencies. [](https://github.com/BayesWitnesses/m2cgen/actions)
- immunant/c2rust - C to Rust translator and cross checker built atop Clang/LLVM.
- jameysharp/corrode - A C to Rust translator written in Haskell.
- aleph-lang/aleph_ollama - AI-powered source code translation tool using local Ollama API.
-
Formatters
- rustfmt - Rust code formatter maintained by the Rust team and included in cargo
- dprint - A pluggable and configurable code formatting platform [](https://github.com/dprint/dprint/actions?query=workflow%3ACI)
- Prettier Rust - An opinionated Rust code formatter that autofixes bad syntax ([Prettier](https://prettier.io/) community plugin)
-
Deployment
- emk/rust-musl-builder - Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries
- kpcyrd/mini-docker-rust - An example project for very small rust docker images
- liuchong/docker-rustup - A multiple version (with musl tools) Rust Docker image
- rust-cross/rust-musl-cross - Docker images for compiling static Rust binaries using musl-cross [](https://github.com/rust-cross/rust-musl-cross/actions?query=workflow%3ABuild)
- rust-lang-nursery/docker-rust - the official Rust Docker image
- emk/heroku-buildpack-rust - A buildpack for Rust applications on Heroku
- LukeMathWalker/cargo-chef - A tool and pre-built images for caching compiling remote dependencies between Docker builds.
- Stavrospanakakis/is_ready - Wait for multiple services to become available 
- release-plz - plz](https://crates.io/crates/release-plz)] - Release crates from CI, with changelog generation and semver check. [](https://github.com/release-plz/release-plz/actions)
-
Testing
- AlKass/polish - Mini Testing/Test-Driven Framework [](https://crates.io/crates/polish)
- rust-fuzz/afl.rs - A Rust fuzzer, using [AFL](https://lcamtuf.coredump.cx/afl/)
- trust - 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
- rlt - A universal load testing framework, with real-time tui support.
- httpmock - HTTP mocking [](https://dev.azure.com/alexliesenfeld/httpmock/_build/latest?definitionId=2&branchName=master)
- asomers/mockall - A powerful mock object library. [](https://cirrus-ci.com/github/asomers/mockall)
- fake-rs - A library for generating fake data
- mutagen - A source-level mutation testing framework (nightly only)
- goldenfile - A library providing a simple API for goldenfile testing.
- d-e-s-o/test-log - log](https://crates.io/crates/test-log)] - A replacement of the `#[test]` attribute that initializes logging and/or tracing infrastructure before running tests. [](https://github.com/d-e-s-o/test-log/actions/workflows/test.yml)
- cargo-mutants - mutants](https://crates.io/crates/cargo-mutants)] - Finds inadequately tested code by injecting mutations, no source changes required. [](https://github.com/sourcefrog/cargo-mutants/actions/workflows/tests.yml?query=branch%3Amain)
- bitfield/cargo-testdox - testdox](https://crates.io/crates/cargo-testdox)] - Turns your Rust tests into docs [](https://github.com/bitfield/cargo-testdox/actions/workflows/ci.yml)
- bcheidemann/fixtures-rs - A proc macro for generating tests from fixtures using glob patterns
- synth - Generate database data declaratively. [](https://github.com/shuttle-hq/synth)
- nrxus/faux - A library to create mocks out of structs. 
- mocktail - HTTP & gRPC server mocking for Rust 
- httpmock - HTTP mocking [](https://github.com/httpmock/httpmock/actions/workflows/build.yml)
-
Web Servers
- frolic - An API layer to build customer facing dashboards 10x faster
-
Static analysis
- verus-lang/verus - Verified Rust for low-level systems code
- facebookexperimental/MIRAI - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR) [](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml)
- MIRAI - an abstract interpreter operating on Rust's mid-level intermediate representation (MIR) [](https://github.com/endorlabs/mirai/actions/workflows/rust.yml)
- RAPx - A platform that helps Rust programmers develop and use advanced static analysis tools beyond those provided by the rustc compiler.
-
-
Applications
-
- Rust - Production
- Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!) [](https://crates.io/crates/arti)
- MaidSafe - A decentralized platform.
- Pijul - based distributed version control system
- defguard - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
- Ryot - A self hosted application to track media consumption, fitness, etc.
- SWC - super-fast TypeScript / JavaScript compiler
- alacritty - A cross-platform, GPU enhanced terminal emulator
- kalker - A scientific calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers. Cross-platform + WASM support [](https://github.com/PaddiM8/kalker/actions)
- denoland/deno - A secure JavaScript/TypeScript runtime built with V8 and Tokio [](https://github.com/denoland/deno/actions)
- mdBook - A command line utility to create books from markdown files [](https://github.com/rust-lang/mdBook/actions)
- fcsonline/drill - A HTTP load testing application inspired by Ansible syntax
- asm-cli-rust - An interactive assembly shell.
- cloudflare/boringtun - A Userspace WireGuard VPN Implementation [](https://crates.io/crates/boringtun)
- linkerd/linkerd2-proxy - Ultralight service mesh for Kubernetes.
- Fractalide - Simple microservices
- Herd - an experimental HTTP load testing application
- jedisct1/flowgger - A fast, simple and lightweight data collector
- nicohman/eidolon - A steam and drm-free game registry and launcher for linux and macosx
- notty - A new kind of terminal
- Servo - A prototype web browser engine
- Weld - Full fake REST API generator
- kytan - High Performance Peer-to-Peer VPN
- Typst - A markup-based typesetting system [](https://crates.io/crates/typst)
- zellij - A terminal multiplexer (workspace) with batteries included
- wasmer - A safe and fast WebAssembly runtime supporting WASI and Emscripten [](https://github.com/wasmerio/wasmer/actions)
- shuttle - A serverless platform.
- Sniffnet - Cross-platform application to monitor your network traffic with ease [](https://github.com/GyulyVGC/sniffnet/blob/main/.github/workflows/rust.yml) [](https://crates.io/crates/sniffnet)
- clash-verge-rev/clash-verge-rev - A cross-platform, modern Clash GUI based on tauri & rust, supporting Windows, macOS, and Linux.
- mirrord - Connect your local process and your cloud environment, and run local code in cloud conditions
- innernet - An overlay or private mesh network that uses Wireguard under the hood
- Rio - A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.
- rx - Vi inspired Modern Pixel Art Editor
- fend - Arbitrary-precision unit-aware calculator [](https://github.com/printfn/fend/actions/workflows/actions.yml)
- habitat - A tool created by Chef to build, deploy, and manage applications.
- WinterJS - A secure JavaScript runtime built with SpiderMonkey and Axum
- Rauthy - OpenID Connect Single Sign-On Identity & Access Management
- EasyTier - A simple, full-featured and decentralized mesh VPN with WireGuard support. [](https://crates.io/crates/easytier) [](https://github.com/EasyTier/EasyTier/actions/)[](https://github.com/EasyTier/EasyTier/actions/)
- tiny - A terminal IRC client
- doprz/dipc - Convert your favorite images and wallpapers with your favorite color palettes/themes [](https://crates.io/crates/dipc)
- kftray - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations. [](https://github.com/hcavarsan/kftray/actions)
- shoes - A multi-protocol proxy server
- UpVPN - WireGuard VPN client for macOS, Linux, and Windows built on Tauri.
- Rust Iot Platform - A high-performance IoT development platform built with Rust, designed for multi-protocol support and real-time data processing. This platform supports MQTT, WebSockets (WS), TCP, and CoAP protocols, making it highly flexible for diverse IoT applications.
- Mega - A monorepo & monolithic codebase management system that supports Git, also is an unofficial open source implementation of Google Piper.
- wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer
- hickory-dns - A DNS-server [](https://github.com/hickory-dns/hickory-dns/actions?query=workflow%3Atest)
- Saga Reader - A Blazing-Fast and Extremely-Lightweight Internet Reader driven by AI.Supports fetching of search engine information and RSS.
- Edit - A simple editor for simple needs. [](https://github.com/microsoft/edit/actions/workflows/ci.yml)
- Andromeda - JavaScript & TypeScript runtime built from the ground up in Rust 🦀 and powered by The Nova Engine.
- rkik - CLI tool designed for stateless and passive NTP inspection, just as dig or ping are for DNS and ICMP. It supports async requests and continuous monitoring. [](https://crates.io/crates/rkik)
- qiluo-admin - An enterprise-grade rapid development platform (Axum + SeaORM + JWT + VUE3, supports MySQL/Postgres/SQLite)
-
Games
- Games Made With Piston
- lifthrasiir/angolmois-rust - A minimalistic music video game which supports the BMS format
- citybound - The city sim you deserve
- rsaarelm/magog - A roguelike game.
- maras-archive/rsnake - Snake.
- cristicbz/rust-doom - A renderer for Doom, may progress to being a playable game
- Thinkofname/rust-quake - Quake map renderer.
- rhex - hexagonal ascii roguelike
- garkimasera/rusted-ruins - Extensible open world rogue like game with pixel art
- Veloren - An open world, open source multiplayer voxel RPG game currently in alpha development [](https://gitlab.com/veloren/veloren/-/pipelines)
- swatteau/sokoban-rs - A Sokoban implementation
- ozkriff/zemeroth - A small 2D turn-based hexagonal strategy game
- Zone of Control - A turn-based hexagonal strategy game
- mtkennerly/ludusavi - Backup tool for PC game saves [](https://github.com/mtkennerly/ludusavi/actions/workflows/main.yaml) [](https://crates.io/crates/ludusavi)
- gorilla-devs/ferium - 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 
- doukutsu-rs - Reimplementation of Cave Story engine with some enhancements.
- chess-tui - A Chess TUI implementation ♟️
- SoftbearStudios/mk48 - Mk48.io is an online multiplayer naval combat game
- thetawavegame/thetawave-legacy - A space shooter game that strives to be an entry point for new game developers to make their first contributions. 
- ttyperacer/terminal-typeracer - Single player typing test game written for the terminal
- buxx/OpenCombat - A realtime 2nd world war tactical game
- HactarCE/Hyperspeedcube - 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 - A user-friendly tool for managing game saves [](https://github.com/mcthesw/game-save-manager/actions/workflows/tauri.yml)
- zipxing/rust_pixel - A 2D pixel art game engine & rapid prototyping tools, supporting both text and graphical rendering modes.
- topheman/snake-pipe-rust - A snake game in the terminal based on stdin/stdout (+tcp and unix domain sockets) [](https://crates.io/crates/snakepipe)
- GitType - A CLI code-typing game that turns your source code into typing challenges
-
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.
- A comparison of operating systems written in Rust
- thepowersgang/rust_os - An OS kernel written in rust. Non POSIX
- tock/tock - A secure embedded operating system for Cortex-M based microcontrollers
- vinc/moros - A text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS.
- theseus-os/Theseus - A safe-language, single address space and single privilege level OS written from scratch - [](https://www.theseus-os.com/Theseus/book/index.html)
- Andy-Python-Programmer/aero - A modern, unix-like operating system following the monolithic kernel design.
- DragonOS-Community/DragonOS - An operating system with a self-developed kernel from scratch and Linux compatibility.
- 0x59616e/SteinsOS - An OS for armv8-a architecture.
- asterinas/asterinas - A secure, fast, and general-purpose OS kernel that provides Linux-compatible ABI.
- adamperkowski/highlightos - x86_64 OS kernel written in Rust & Assembly.
-
Text editors
- amp
- vamolessa/pepper - An opinionated modal editor to simplify code editing from the terminal
- helix - A post-modern modal text editor inspired by Neovim/Kakoune. [](https://github.com/helix-editor/helix/actions)
- gchp/iota - A simple text editor
- mathall/rim - Vim-like text editor.
- emacs-ng - Complementing the C codebase with rust code to introduce new features.
- zed - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
- ox - An independent Rust text editor that runs in your terminal!
- ilai-deutel/kibi - A tiny (≤1024 LOC) text editor with syntax highlighting, incremental search and more. [](https://github.com/ilai-deutel/kibi/actions?query=branch%3Amaster)
-
Utilities
- CI
- warpdotdev/Warp - :heavy_dollar_sign: Warp is a blazingly-fast modern GPU-accelerated terminal built to make you and your team more productive.
- rustdesk/rustdesk - A remote desktop software, great alternative to TeamViewer and AnyDesk.
- brycx/checkpwn - A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords.
- evansmurithi/cloak - A Command Line OTP (One Time Password) Authenticator application.  [](https://ci.appveyor.com/project/evansmurithi/cloak)
- fcsonline/tmux-thumbs - A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator.
- Epic Asset Manager - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
- vaultwarden - garcia/vaultwarden/actions/workflows/build.yml/badge.svg)](https://github.com/dani-garcia/vaultwarden/actions/workflows/build.yml) - Alternative implementation of the Bitwarden server API written in Rust
- Tabiew - A lightweight TUI app to view and query CSV files.
- rustic-rs/rustic - rs](https://crates.io/crates/rustic-rs)] - Fast, encrypted, deduplicated backups powered by Rust. [](https://crates.io/crates/rustic-rs)
- 1History - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file [](https://github.com/1History/1History/actions/workflows/CI.yml)
- mprocs - TUI for running multiple processes
- wthrr - Weather companion for the terminal. [](https://crates.io/crates/wthrr)
- suckit - Recursively visit and download a website's content to your disk. [](https://crates.io/crates/suckit) [](https://github.com/Skallwar/suckit/blob/master/.github/workflows/build_and_test.yml)
- nomino - Batch rename utility for developers
- tversteeg/emplace - Synchronize installed packages on multiple machines
- str4d/rage - Rust implementation of [age](https://github.com/FiloSottile/age).
- wrestic - A wrapper around restic.
- rust-parallel - Fast command line app using Tokio to execute commands in parallel. Similar interface to GNU Parallel or xargs. [](https://crates.io/crates/rust-parallel) [](https://github.com/aaronriekenberg/rust-parallel/actions/workflows/CI.yml)
- guoxbin/dtool - A useful command-line tool collection to assist development including conversion, codec, hashing, encryption, etc.
- mrjackwills/oxker - A simple tui to view & control docker containers.
- bloznelis/kbt - A simple TUI tool for keyboard testing.
- Linus-Mussmaecher/rucola - Terminal-based markdown note manager. [](https://crates.io/crates/rucola-notes) [](https://github.com/Linus-Mussmaecher/rucola/actions/workflows/continuous-testing.yml)
- nix-community/nurl - Generate Nix fetcher calls from repository URLs [](https://github.com/nix-community/nurl/actions/workflows/ci.yml)
- raftario/licensor - write licenses to stdout [](https://github.com/raftario/licensor/actions/workflows/build.yml)
- nix-community/nix-init - Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more [](https://github.com/nix-community/nix-init/actions/workflows/ci.yml)
- nix-community/nix-melt - A ranger-like flake.lock viewer [](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml)
- sorairolake/qrtool - A utility for encoding and decoding QR code images. [](https://github.com/sorairolake/qrtool/actions?query=workflow%3ACI)
- vamolessa/verco - A simple Git/Hg tui client focused on keyboard shortcuts
- Mobslide - Desktop application that turns your smartphone into presentation remote controller.
- Vibe - Transcribe audio or video in every language on every platform.
- sorairolake/qrtool - A utility for encoding and decoding QR code images. [](https://gitlab.com/sorairolake/qrtool/actions?query=workflow%3ACI)
- dcapal - DcaPal is a free, no registration, online tool to help you keep your portfolio balanced with dollar cost averaging investments.
- television - A blazing fast general purpose fuzzy finder TUI 
- Tail Tales - A TUI log viewer with logfmt support. [](https://crates.io/crates/tailtales)
- restsend/rustpbx - Software-Defined SIP Proxy including register, presence, b2bua. alternative to Freeswitch/FreePBX.
- Eoin-McMahon/Blindfold - A simple CLI tool for generating `.gitignore` files quickly and easily. []([https://github.com/nix-community/nurl/actions/workflows/ci.yml](https://github.com/Eoin-McMahon/blindfold/actions/workflows/rust.yml))
- cartesiancs/vessel - C2 (Command & Control) software for orchestrating physical devices.
-
System tools
- ynqa/sig - Interactive grep (for streaming) [](https://github.com/ynqa/sig/actions/workflows/ci.yml)
- fish-shell/fish-shell - The user-friendly command line shell
- sharkdp/bat - A cat(1) clone with wings. [](https://github.com/sharkdp/bat/actions/workflows/CICD.yml)
- sharkdp/fd - A simple, fast and user-friendly alternative to find. [](https://github.com/sharkdp/fd/actions/workflows/CICD.yml)
- bandwhich - Terminal bandwidth utilization tool
- cantino/mcfly - Fly through your shell history. Great Scott!
- XAMPPRocky/tokei - counts the lines of code
- qarmin/czkawka - Multi-functional app to find duplicates, empty folders, similar images, etc. [](https://github.com/qarmin/czkawka/actions)
- bottom - Yet another cross-platform graphical process/system monitor. [](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster)
- dust - A more intuitive version of du
- nushell/nushell - A new type of shell
- lsd - An ls with a lot of pretty colors and awesome icons [](https://github.com/lsd-rs/lsd/actions)
- ynqa/jnv - Interactive JSON filter using jq [](https://github.com/ynqa/jnv/actions/workflows/ci.yml)
- uutils/coreutils - A cross-platform rewrite of the GNU coreutils [](https://github.com/uutils/coreutils/actions/workflows/CICD.yml)
- brocode/fblog - Small command-line JSON Log viewer
- buster/rrun - A command launcher for Linux, similar to gmrun
- cristianoliveira/funzzy - A configurable filesystem watcher inspired by [entr](http://eradman.com/entrproject/)
- dalance/procs - A modern replacement for 'ps' [](https://github.com/dalance/procs/actions/workflows/regression.yml)
- ddh - Fast duplicate file finder
- lotabout/rargs - xargs + awk with pattern matching support
- mitnk/cicada - A bash-like Unix shell
- mmstick/concurr - Alternative to GNU Parallel w/ a client-server architecture
- mmstick/fontfinder - GTK3 application for previewing and installing Google's fonts
- mmstick/tv-renamer - A tv series renaming application with an optional GTK3 frontend.
- pop-os/popsicle - GTK3 & CLI utility for flashing multiple USB devices in parallel
- Luminarys/synapse - Flexible and fast BitTorrent daemon.
- mxseev/logram - Push log files' updates to Telegram
- redox-os/ion - Next-generation system shell
- sitkevij/hex - A colorized hexdump terminal utility.
- m4b/bingrep - Greps through binaries from various OSs and architectures, and colors them.
- watchexec - Executes commands in response to file modifications
- diskonaut - Terminal visual disk space navigator
- 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.
- j0ru/kickoff - Fast and snappy wayland program launcher [](https://github.com/j0ru/kickoff/actions)
- netscanner - TUI Network Scanner
- supercilex/fuc - Fast `cp` and `rm` commands
- trippy - A network diagnostic tool [](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml)
- eza-community/eza - A replacement for 'ls'
- orhun/kmon - Linux Kernel Manager and Activity Monitor 
- Kondo - CLI & GUI tool for deleting software project artifacts and reclaiming disk space
- pueue - Manage your long running shell commands. [](https://github.com/nukesor/pueue/actions)
- GQL - A SQL like query language to run on .git files.
- ouch - Painless compression and decompression on the command-line [](https://github.com/ouch-org/ouch/actions?query=branch%3Amaster)
- pkolaczk/fclones - Efficient duplicate file finder and remover
- nivekuil/rip - A safe and ergonomic alternative to `rm`
- orhun/systeroid - A more powerful alternative to sysctl(8) with a terminal user interface 
- httm - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even actual Time Machine backups!)
- LACT - Linux AMDGPU Controller
- lodosgroup/lpm - An experimental system package manager
- bustd - Lightweight process killer daemon to handle out-of-memory scenarios on Linux. [](https://github.com/vrmiguel/bustd/actions?query=branch%3Amaster)
- mdgaziur/findex - Findex is a highly customizable application finder using GTK3
- crabz - Multi-threaded compression and decompression CLI tool [](https://github.com/sstadick/crabz/actions?query=workflow%3ACheck)
- nickgerace/gfold - CLI tool to help keep track of multiple Git repositories [](https://github.com/nickgerace/gfold/actions?query=workflow%3Amerge+branch%3Amain)
- ChurchTao/clipboard-rs - rs](https://crates.io/crates/clipboard-rs)] - Cross-platform library written in Rust for getting and setting and monitoring changes the system-level clipboard content.
- brush-shell - bash/POSIX-compatible shell [](https://github.com/reubeno/brush/actions/workflows/ci.yaml)[](https://crates.io/crates/brush-shell)
- ynqa/logu - Extract patterns from (streaming) unstructured log messages [](https://github.com/ynqa/logu/actions/workflows/ci.yml)
- jacek-kurlit/pik - A TUI command line tool that helps to find and kill processes
- skim - A fuzzy finder
- nwiizo/tfocus - Interactive tool for selecting and executing Terraform plan/apply operations
- gitui - Blazing fast terminal client for git. [](https://github.com/gitui-org/gitui/actions)
- nwiizo/tfmcp - Terraform MCP Tool - CLI for AI assistants to manage Terraform environments via Model Context Protocol.
- matheus-git/systemd-manager-tui - manager-tui](https://crates.io/crates/systemd-manager-tui)] - A program for managing systemd services through a TUI (Terminal User Interfaces).
- anylinuxfs - CLI tool for mounting any linux-supported filesystem on a Mac - using NFS with a microVM
- deshaw/procfd - Linux lsof replacement to list open file descriptors for processes
- topheman/webassembly-component-model-experiments - WebAssembly Component Model based REPL with sandboxed multi-language plugin system [](https://crates.io/crates/pluginlab)
- ajeetdsouza/zoxide - A fast alternative to `cd` that learns your habits [](https://github.com/ajeetdsouza/zoxide/actions)
- pop-os/system76-power - Linux power management daemon (DBus-interface) with CLI tool.
-
Blockchain
- Subspace - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
- Solana - Incredibly fast, highly scalable blockchain using Proof-of-History.
- Foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development. 
- cairo-vm - Implementation of the Cairo VM [](https://github.com/lambdaclass/cairo-vm/actions/workflows/rust.yml)
- Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
- Sui - A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language.
- ChainX - Fully Decentralized Interchain Crypto Asset Management on Polkadot.
- zcash - Zcash is an implementation of the "Zerocash" protocol.
- Bitcoin Satoshi's Vision - A library for working with Bitcoin SV.
- coinbase-pro-rs - Coinbase pro client, supports sync/async/websocket
- ethaddrgen - Custom Ethereum vanity address generator
- hdwallet - BIP-32 HD wallet related key derivation utilities.
- infincia/bip39-rs - Implementation of BIP39.
- Joystream - A user governed video platform
- near/nearcore - decentralized smart-contract platform for low-end mobile devices.
- Nervos CKB - Nervos CKB is a public permissionless blockchain, the common knowledge layer of Nervos network.
- Parity-Bitcoin - The Parity Bitcoin client
- revm - Revolutionary Machine (revm) is a fast Ethereum virtual machine.
- reth - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol.
- mev-inspect-rs - Ethereum MEV Inspector.
- polkadot-sdk - The Parity Polkadot Blockchain SDK
- rust-lightning - 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.
- Lighthouse - Ethereum Consensus Layer (CL) Client [](https://github.com/sigp/lighthouse/actions)
- ethers-rs - Complete Ethereum & Celo library and wallet implementation. 
- artemis - A simple, modular, and fast framework for writing MEV bots.
- rust-bitcoin - Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin.
- cairo - Cairo is the first Turing-complete language for creating provable programs for general computation. This is also the native language of [StarkNet](https://www.starknet.io), a ZK-Rollup using STARK proofs 
- CITA - A high performance blockchain kernel for enterprise users.
- Holochain - Scalable P2P alternative to blockchain for all those distributed apps you always wanted to build. [](https://github.com/holochain/holochain/actions/)
- electrumrs - An efficient re-implementation of Electrum Server.
- Forest - Filecoin implementation [](https://app.circleci.com/pipelines/github/ChainSafe/forest?branch=main)
- tendermint-rs - Tendermint blockchain data structures and clients
- ibc-rs - Implementation of the [Interblockchain Communication](https://docs.cosmos.network/ibc) protocol
- wagyu - Library for generating cryptocurrency wallets
- ethabi - Encode and decode smart contract invocations.
- madara - Kaioshin is a ⚡ blazing fast ⚡ Starknet sequencer, based on substrate. [](https://github.com/keep-starknet-strange/madara/actions/workflows/test.yml)
- interBTC - Trustless and fully decentralized Bitcoin bridge to Polkadot and Kusama.
- beerus - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ [](https://github.com/eigerco/beerus/actions/workflows/check.yml)
- etk - etk is a collection of tools for writing, reading, and analyzing EVM bytecode.
- Hyperlane - Framework for permissionless, modular interoperability. The offchain clients are written in Rust, as well as the smart contracts for Solana VM and CosmWasm.
- opensea-rs - Bindings & CLI to the Opensea API and Contracts.
- Phala-Network/phala-blockchain - Confidential smart contract blockchain based on Intel SGX and Substrate
- sigma-rust - ErgoTree interpreter and wallet-related features.
- svm-rs - Solidity-Compiler Version Manager.
- Kaspa - The fastest, open-source, decentralized & fully scalable Layer-1 in the world.
- dusk-network/rusk - Reference implementation of Dusk, a privacy-focused, scalable FMI for real-world assets (RWA) and compliant financial applications. [](https://github.com/dusk-network/rusk/actions/workflows/rusk_ci.yml)
- Anchor - Anchor is the leading development framework for building secure Solana programs (smart contracts).
- tendermint-rs - Tendermint blockchain data structures and clients
- Grin - Evolution of the MimbleWimble protocol
-
Database
- GreptimeDB - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml)
- Neon - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
- Qdrant - An open source vector similarity search engine with extended filtering support [](https://github.com/qdrant/qdrant/actions)
- tikv - A distributed KV database in Rust [](https://ci.pingcap.net/job/tikv_ghpr_test/)
- DB3 Network - DB3 is a community-driven blockchain layer2 decentralized database network [](https://github.com/dbpunk-labs/db3/actions/workflows/ci.yml)
- native_db - Drop-in, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly
- PumpkinDB - an event sourcing database engine
- seppo0010/rsedis - A Redis reimplementation.
- lancedb - A serverless, low-latency vector database for AI applications
- CozoDB - A transactional, relational database that uses Datalog and focuses on graph data and algorithms. Time-travel-capable, and fast! [](https://github.com/cozodb/cozo/actions/workflows/build.yml)
- Materialize - Streaming SQL database powered by Timely Dataflow :heavy_dollar_sign:
- Skytable - A multi-model NoSQL database 
- WooriDB - General purpose time serial database inspired by Crux and Datomic.
- RisingWaveLabs/RisingWave - the next-generation streaming database in the cloud [](https://github.com/risingwavelabs/risingwave/actions)
- erikgrinaker/toydb - Distributed SQL database, written as a learning project.
- noria - Dynamically changing, partially-stateful data-flow for web application backends
- SQLSync - Multiplayer offline-first SQLite [](https://github.com/orbitinghail/sqlsync/actions?query=branch%3Amain)
- USearch - Similarity Search Engine for Vectors and Strings [](https://crates.io/crates/usearch)
- GlueSQL - Rust library for SQL databases that includes a parser (sqlparser-rs), an execution layer, and a variety of storage options, both persistent and non-persistent, all in one package. [](https://crates.io/crates/gluesql)
- oxigraph/oxigraph - graph database implementing the [SPARQL](https://www.w3.org/TR/sparql11-overview/) standard 
- Lucid - High performance and distributed KV store accessible through a HTTP API. [](https://github.com/lucid-kv/lucid/actions?workflow=Lucid)
- ParityDB - Fast and reliable database, optimised for read operation
- darkbird - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
- Garage - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. [](https://woodpecker.deuxfleurs.fr/repos/1)
- Qrlew/qrlew - The SQL-to-SQL Differential Privacy layer [](https://github.com/Qrlew/qrlew/actions) 
- TerminusDB - open source graph database and document store [](https://github.com/terminusdb/terminusdb-store/actions)
- vorot93/libmdbx-rs - sys](https://crates.io/crates/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.
- Tonbo - Tonbo is an embedded persistent database built on Apache Arrow & Parquet [](https://crates.io/crates/tonbo)
- Hiqlite - highly-available, embeddable, raft-based SQLite + cache
- Databend - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [](https://github.com/databendlabs/databend/actions)
- valentinus - Next generation vector database built with LMDB bindings [](https://crates.io/crates/valentinus)
- TrailBase - A fast, lightweight, single-file FireBase alternative with type-safe APIs, built-in V8 JS/ES6/TS engine, auth and admin dashboard [](https://github.com/trailbaseio/trailbase/actions?workflow=test)
- apecloud/ape-dts - Data Transfer Suite. Provides data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka, ClickHouse, and more.
- Limbo - Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
- KiteSQL - SQL as a Function for Rust
- HelixDB - A powerful, graph-vector database for intelligent data storage for RAG and AI
- Turso - Turso Database is an in-process SQL database, compatible with SQLite.
- RustFS - 🚀 RustFS is an open-source,S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph. [](https://github.com/rustfs/rustfs)
- tsink - Embedded time-series database for Rust [](https://crates.io/crates/tsink)
- ParadeDB - ParadeDB is an Elasticsearch alternative built on Postgres, designed for real-time search and analytics.
- dsplce-co/supabase-plus - plus](https://crates.io/crates/supabase-plus)] - A batteries-included command-line utility that extends the official Supabase CLI [
- Atomic-Server - server](https://crates.io/crates/atomic_server)] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. [](https://github.com/atomicdata-dev/atomic-server/actions)
- GreptimeDB - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml)
-
Virtualization
- firecracker-microvm/firecracker - A lightweight virtual machine for container workload [Firecracker Microvm](https://firecracker-microvm.github.io/)
- tailhook/vagga - A containerization tool without daemons
- kata-containers/kata-containers - A implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs.
- youki-dev/youki - A container runtime [](https://github.com/youki-dev/youki/actions)
-
Text processing
- phiresky/ripgrep-all - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
- grex - A command-line tool and library for generating regular expressions from user-provided test cases
- sstadick/hck - A faster and more featureful drop in replacement for `cut` [](https://github.com/sstadick/hck)
- ruplacer - Find and replace text in source files [](https://github.com/your-tools/ruplacer/actions/workflows/test.yml)
- whitfin/runiq - an efficient way to filter duplicate lines from unsorted input.
- whitfin/bytelines - Read input lines as byte slices for high efficiency.
- vishaltelangre/ff - Find files (ff) by name!
- Lisprez/so_stupid_search - A simple and fast string search tool for human beings
- ashvardanian/stringzilla - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON [](https://crates.io/crates/stringzilla)
- dominikwilkowski/cfonts - Sexy ANSI fonts for the console 
- Melody - A language that compiles to regular expressions and aims to be more easily readable and maintainable [](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml) [](https://crates.io/crates/melody_compiler)
- scooter - Interactive find and replace in the terminal.
- cchexcode/complate - An in-terminal text templating tool designed for standardizing messages (like for GIT commits). [](https://crates.io/crates/complate) [](https://crates.io/crates/complate) [](https://github.com/cchexcode/complate/actions)
- dathere/qsv - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more. [](https://github.com/dathere/qsv/actions/workflows/rust.yml) [](https://github.com/dathere/qsv/actions/workflows/rust-windows.yml) [](https://github.com/dathere/qsv/actions/workflows/rust-macos.yml)
- loki_text - String manipulation library with pattern searching, text transformation, and multiple string search algorithms (KMP, Boyer-Moore, Aho-Corasick, etc.)
-
Productivity
- espanso - A cross-platform Text Expander. [](https://github.com/espanso/espanso/actions/workflows/ci.yml)
- aichat - All-in-one LLM CLI tool featuring Shell Assistant, Chat-REPL, RAG, AI Tools & Agents, with access to OpenAI, Claude, Gemini, Ollama, Groq, and more.
- LLDAP - Simplified LDAP interface for authentication.
- pier-cli/pier - A central repository to manage (add, search metadata, etc.) all your one-liners, scripts, tools, and CLIs
- ast-grep - A CLI tool for code structural search, lint and rewriting.
- Bartib - A simple timetracker for the command line [](https://github.com/nikolassv/bartib/actions/workflows/test.yml)
- CookCLI - Command-line recipe manager with web server, shopping lists, and meal planning capabilities.
- illacloud/illa - Low-code internal tool builder.
- yashs662/rust_kanban - kanban](https://crates.io/crates/rust-kanban)] [](https://github.com/yashs662/rust_kanban/releases) - A Kanban App for the terminal
- ShadoySV/work-break - break](https://crates.io/crates/work-break)] - Work and rest time balancer taking into account your current and today strain [](https://github.com/ShadoySV/work-break/actions/workflows/release.yml)
- Furtherance - Time tracking app built with GTK4
- 0xdea/jiggy - Minimalistic cross-platform mouse jiggler written in Rust [](https://github.com/0xdea/oneiromancer/jiggy/workflows/build.yml)
- kruserr/hygg - 📚 Simplifying the way you read. Minimalistic Vim-like TUI document reader.
- kruseio/hygg - 📚 Simplifying the way you read. Minimalistic Vim-like TUI document reader.
- flusterIO/fluster - An all-in-one note taking application built for STEM students and professionals. [](https://github.com/flusterIO/fluster/actions/workflows/release_rust.yml)
- graves/awful_aj - A CLI for working with OpenAI-compatible APIs, YAML templates for prompt engineering and a built in Vector Database for persistent memories.
-
File manager
- broot - 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](https://dystroy.org/broot/) [](https://crates.io/crates/broot)
- xplr - A hackable, minimal, fast TUI file explorer
- yazi - Blazing fast terminal file manager, based on async I/O.
- joshuto - ranger-like terminal file manager
-
Video
- harlanc/xiu - A powerful and secure live server (rtmp/httpflv/hls/relay). [](https://crates.io/crates/xiu)
- gyroflow/gyroflow - Video stabilization application using gyroscope data
- xiph/rav1e - The fastest and safest AV1 encoder.
- dertuxmalwieder/yaydl - A simple video downloader
- vidmerger - Merge video & audio files via CLI
-
Web
- Redlib - An alternative private front-end to Reddit, with its origins in [Libreddit](https://github.com/libreddit/libreddit)
- LemmyNet/lemmy - A link aggregator / reddit clone for the fediverse [](https://cloud.drone.io/LemmyNet/lemmy)
- libreddit - An alternative private front-end to Reddit
- Plume-org/Plume - ActivityPub federating blogging application
- Revolt/backend - User-first chat platform built with modern web technologies.
- MASQ-Project/Node - 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 [](https://github.com/MASQ-Project/Node/actions)
- cfal/tobaru - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading.
- importantimport/hatsu - 🩵 Self-hosted and fully-automated ActivityPub bridge for static sites. [](https://github.com/importantimport/hatsu/actions/workflows/release.yml)
- Stoatchat - User-first chat platform built with modern web technologies.
- SinTan1729/Chhoto URL - A simple, blazingly fast, selfhosted URL shortener with no unnecessary features.[](https://github.com/SinTan1729/chhoto-url/actions/workflows/docker-release.yml)
-
Observability
- openobserve - 10x easier, 140x lower storage cost, high performance, petabyte scale - Elasticsearch/Splunk/Datadog alternative.
- vectordotdev/vector - A High-Performance, Logs, Metrics, & Events Router.
- Quickwit-oss/quickwit - Cloud-native and highly cost-efficient search engine for log management. [](https://github.com/quickwit-oss/quickwit/actions?query=workflow%3ACI)
- Scaphandre - 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...).
- avito-tech/bioyino - A high-performance scalable StatsD compatible server.
- MegaAntiCheat/client-backend - The client app for [MAC](https://github.com/MegaAntiCheat).
-
Emulators
- gopher64 - N64 emulator written in Rust
- kondrak/rust64 - Commodore 64 emulator
- Gekkio/mooneye-gb - A Game Boy research project and emulator
- mvdnes/rboy - A Gameboy Emulator
- mohanson/gameboy - Full featured Cross-platform GameBoy emulator. Forever boys!.
- koute/pinky - A NES emulator
- pcwalton/sprocketnes - A NES emulator
- rustzx/rustzx - [](https://github.com/rustzx/rustzx/actions/workflows/ci.yml)
- mohanson/i8080 - Intel 8080 CPU emulator
- Ruffle - Ruffle is an Adobe Flash Player emulator. Ruffle targets both the desktop and the web using WebAssembly. [](https://github.com/ruffle-rs/ruffle/actions/workflows/test_rust.yml)[](https://github.com/ruffle-rs/ruffle/actions/workflows/test_web.yml)
- touchHLE - High-level emulator for iPhone OS apps
- Obliteration - Experimental PS4 emulator for Windows, macOS and Linux [](https://github.com/obhq/obliteration/actions/workflows/main.yml)
- dust - A Nintendo DS emulator
- OpenGMK - 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.
- michelhe/rustboyadvance-ng - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and [WebAssembly](https://michelhe.github.io/rustboyadvance-ng/) support. [](https://github.com/michelhe/rustboyadvance-ng/actions?query=workflow%3ADeploy)
- ColinEberhardt/wasm-rust-chip8 - A WebAssembly CHIP-8 emulator.
- starrhorne/chip8-rust - chip8 emulator
- joamag/boytacean - GameBoy Color emulator that runs on the Web using WebAssembly.
- MartyPC - An IBM PC/XT emulator written in Rust.
- clicky - A clickwheel iPod emulator (WIP)
- DirPlayer - A web-compatible Shockwave Player emulator written in Rust
-
Web Servers
- cloudflare/pingora - A library for building fast, reliable and evolvable network services.
- thecoshman/http - Host These Things Please - A basic http server for hosting a folder fast and simply
- svenstaro/miniserve - A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP [](https://github.com/svenstaro/miniserve/actions)
- TheWaWaR/simple-http-server - simple static http server
- wyhaya/see - Static HTTP file server
- orhun/rustypaste - A minimal file upload/pastebin service 
- emanuele-em/proxelar - A MITM Proxy 🦀! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities [](https://github.com/emanuele-em/proxelar/actions)
- static-web-server - A blazing fast and asynchronous web server for static files-serving. ⚡ [](https://github.com/static-web-server/static-web-server/actions/workflows/devel.yml?query=branch%3Amaster)
- mufeedvh/binserve - A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code [](https://github.com/mufeedvh/binserve/actions)
- ronanyeah/rust-hasura - A demonstration of how a GraphQL server can be used as a remote schema with [Hasura](https://hasura.io/) 
- mu-arch/skyfolder - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
- Mini RPS - Mini reverse proxy server, HTTPS, CORS, static file hosting and template engine (minijinja) [crates.io](https://crates.io/crates/minirps)
- plabayo/rama - A modular service framework to move and transform your network packets, used to build web clients, servers and — above all — proxies
- vproxy/0x676e67 - An fast asynchronous Rust HTTP/Socks5 Proxy
-
Audio and Music
- Polaris - A music streaming application.
- Glicol - Graph-oriented live coding language, for collaborative musicking in browsers.
- Spotifyd - An open source Spotify client running as a UNIX daemon. [](https://github.com/Spotifyd/spotifyd/actions/workflows/ci.yml)
- ncspot - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes. [](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild)
- Spotify Player - A Spotify player in the terminal with full feature parity.
- termusic - Music Player TUI written
- WhatBPM - 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.
- enginesound - 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.
- dano - A hashdeep/md5tree (but much more) for media files
- Festival - A local music player/server/client [](https://github.com/hinto-janai/festival/actions/workflows/ci.yml)
- figsoda/mmtc - Minimal mpd terminal client that aims to be simple yet highly configurable [](https://github.com/figsoda/mmtc/actions/workflows/ci.yml)
- Pinepods - 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! [](https://github.com/madeofpendletonwool/PinePods/actions/workflows/docker-publish.yml)
- tunein-cli - Browse and listen to thousands of radio stations across the globe right from your terminal [](https://github.com/tsirysndr/tunein-cli/actions/workflows/ci.yml)
-
Graphics
- Limeth/euclider - A real-time 4D CPU ray tracer
- linebender/resvg - An SVG rendering library.
- ivanceras/svgbob - converts ASCII diagrams into SVG graphics
- Twinklebear/tray_rust - A ray tracer
- flxzt/rnote - Sketch and take handwritten notes.
- wahn/rs_pbrt - Implements a counterpart to the PBRT book's (3rd edition) C++ code.
- dps/rust-raytracer - An implementation of a very simple raytracer based on Ray Tracing in One Weekend by Peter Shirley.
- KaminariOS/rustracer - A PBR glTF 2.0 renderer based on Vulkan ray-tracing.
- rodrigorc/papercraft - A tool to unwrap 3D models and create them in paper with scissors and glue.
- rustq/vue-skia - Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering.
-
Industrial automation
- locka99/opcua - A [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) library.
- slowtec/tokio-modbus - A [tokio](https://tokio.rs)-based [modbus](https://www.modbus.org) library.
-
Security tools
- kpcyrd/authoscope - A scriptable network authentication cracker
- kpcyrd/rshijack - A TCP connection hijacker; rewrite of shijack
- kpcyrd/sniffglue - A secure multithreaded packet sniffer
- kpcyrd/sn0int - A semi-automatic OSINT framework and package manager
- cotp - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
- epi052/feroxbuster - A simple, fast, recursive content discovery tool.
- AFLplusplus/LibAFL - Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, etc. [](https://github.com/AFLplusplus/LibAFL/actions/workflows/build_and_test.yml)
- Cherrybomb - Stop half-done API specifications with a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.
- observer_ward - Web application and service fingerprint identification tool
- Inspektor - A database protocol-aware proxy that is used to enforce access policies 👮
- AdGuardian-Term - Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
- arp-scan-rs - A minimalistic ARP scan tool for fast local network scans
- entropic-security/xgadget - Fast, parallel, cross-variant ROP/JOP gadget search [](https://github.com/entropic-security/xgadget/actions)
- Raspirus - User- and resources-friendly rules-based malware scanner [](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml)
- 0xdea/rhabdomancer - Vulnerability research assistant that locates all calls to potentially insecure API functions in a binary file [](https://github.com/0xdea/rhabdomancer/actions/workflows/build.yml)
- 0xdea/haruspex - Vulnerability research assistant that extracts pseudo-code from the IDA Hex-Rays decompiler [](https://github.com/0xdea/haruspex/actions/workflows/build.yml)
- 0xdea/oneiromancer - Reverse engineering assistant that uses a locally running LLM to aid with source code analysis [](https://github.com/0xdea/oneiromancer/actions/workflows/build.yml)
- rustscan - Make Nmap faster with this port scanning tool [](https://github.com/bee-san/RustScan/actions)
- 0xdea/augur - Reverse engineering assistant that extracts strings and related pseudo-code from a binary file [](https://github.com/0xdea/augur/actions/workflows/build.yml)
- mongodb/kingfisher - A blazingly fast tool for secret detection and live validation across files, Git repos, S3, Jira, and Confluence
- ripasso - A password manager, filesystem compatible with pass
- domcyrus/rustnet - Cross-platform network monitoring TUI with process identification via eBPF/PKTAP and deep packet inspection [](https://github.com/domcyrus/rustnet/actions/workflows/rust.yml) [](https://crates.io/crates/rustnet-monitor)
- reaction - Scan logs and take action: an alternative to fail2ban
-
Image processing
- shssoichiro/oxipng - Multithreaded PNG optimizer written in Rust. [](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [](https://crates.io/crates/oxipng)
- Imager - Automated image optimization.
- oxipng - Multithreaded PNG optimizer written in Rust. [](https://github.com/oxipng/oxipng/actions?query=branch%3Amaster) [](https://crates.io/crates/oxipng)
-
Payments
- hyperswitch - An open source payments orchestrator that lets you connect with multiple payment processors and route payment traffic effortlessly, all with a single API integration 
-
Embedded
-
Social networks
- Rustodon - A Mastodon-compatible, ActivityPub-speaking server.
- tgt - A crossplatform TUI for Telegram [](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-linux.yml) [](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-macos.yml) [](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-windows.yml)
-
Task scheduling
- delicate - A lightweight and distributed task scheduling platform. [](https://github.com/BinChengZhao/delicate/actions)
- tasklet - A task scheduling library written in Rust 
-
Finance
- tarkah/tickrs - Realtime ticker data in your terminal
- e257-fi/tackler-ng - Fast, reliable bookkeeping engine with native GIT SCM support for plain text accounting [](https://github.com/e257-fi/tackler-ng/blob/main/.github/workflows/ci.yml)
- tackler - Fast, reliable bookkeeping engine with native GIT SCM support for plain text accounting [](https://github.com/tackler-ng/tackler/blob/main/.github/workflows/ci.yml)
- klirr - Zero-maintenance and smart FOSS generating beautiful invoices for services and expenses.
-
Package Managers
- helsing-ai/buffrs - A modern package manager for protocol buffers and gRPC architectures.
- rebos - A declarative way to automate package management on any linux distro [](https://crates.io/crates/rebos)
-
Routing protocols
-
Message Queue
- RobustMQ - Next generation cloud-native converged message queue.
- Rocketmq-Rust - 🚀Apache RocketMQ build in Rust🦀. Faster, safer, and with lower memory usage.
-
MLOps
- TensorZero - data & learning flywheel for LLMs that unifies inference, observability, optimization, and experimentation 
-
Workflow Automation
- dali-benothmen/cronflow - Cronflow is a high-performance, developer-focused workflow automation library that lets you build and orchestrate complex, scalable automation workflows fully in code. [](https://github.com/dali-benothmen/cronflow/actions/workflows/release.yml)
-
-
Registries
-
Web programming
- Cloudsmith :heavy_dollar_sign: - 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.
-
-
Resources
-
Web programming
- Learning systems programming with Rust - Presented by [Julia Evans](https://twitter.com/@b0rk) @ Rustconf 2016.
- Rust: Hack Without Fear! - Presented by [Nicholas Matsakis](https://github.com/nikomatsakis) @ C++Now 2018
- Shipping a Solid Rust Crate - Presented by [Michael Gattozzi](https://github.com/mgattozzi) @ RustConf 2017
- Discover Rust Libraries & Code Snippets - A curated list of libraries, authors, kits, tutorials & learning resources on kandi
- Build a language VM - a series of posts to detailing how to build a language VM.
- CodeCrafters.io - Build your own Redis, Git, Docker, or SQLite
- 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](https://github.com/thebracket/) (paid)
- 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 for professionals - A quick introduction to Rust for experienced software developers.
- Rust in Action - A hands-on guide to systems programming with Rust by [Tim McNamara](https://github.com/timClicks) (paid)
- Rust in Motion - A video series by [Carol Nichols](https://github.com/carols10cents) and [Jake Goulding](https://github.com/shepmaster) (paid)
- Rust Language Cheat Sheet - Rust Language Cheat Sheet
- Rust Tiếng Việt - Learn Rust in Vietnamese.
- Tour of Rust - This is meant to be an interactive step by step guide through the features of the Rust programming language.
- CIS 198: Rust Programming - University of Pennsylvania's Comp Sci Rust Programming Course
- New Rustacean
- Rustacean Station - A community project for creating podcast content for Rust
- Rust Guidelines - Aaron Turon's blog posts on rust
- Rust Servers, Services and Apps - MEAP - Build backend servers, services, and front-ends in Rust to get fast, reliable, and maintainable applications.
- Rust Subreddit - A subreddit(forum) where rust related questions, articles and resources are posted and discussed
- RustCamp 2015 Talks
- Watch Jon Gjengset Implement BitTorrent in Rust - Implementing (part of) a BitTorrent client in Rust
-
Programming Languages
Sub Categories
Database
102
System tools
67
Blockchain
49
Command-line
47
Encoding
41
Utilities
38
IDEs
36
Game development
34
FFI
32
Cryptography
31
Workflow Automation
30
Web programming
28
Artificial Intelligence
27
Games
26
Graphics
25
Audio and Music
24
Security tools
23
GUI
22
Emulators
21
Computation
20
Build system
18
Testing
17
Productivity
16
Data structures
16
Web Servers
15
Text processing
15
Compression
14
Email
13
Data processing
12
Filesystem
11
Asynchronous
11
Operating systems
11
Embedded
10
Web
10
Profiling
10
Data visualization
10
Text editors
9
Deployment
9
Concurrency
7
Date and time
7
Caching
7
Finance
7
Authentication
7
Geospatial
6
Data streaming
6
Cloud
6
Automotive
6
Observability
6
Distributed systems
6
Configuration
6
Video
5
Virtualization
5
Transpiling
5
Services
4
File manager
4
Static analysis
4
Task scheduling
3
Debugging
3
Astronomy
3
Formatters
3
Image processing
3
Functional Programming
2
eBPF
2
Package Managers
2
Message Queue
2
Industrial automation
2
Graph algorithms
2
Social networks
2
Bioinformatics
2
Routing protocols
2
Mobile
1
Network programming
1
Payments
1
MLOps
1
Text search
1
Domain driven design
1
Keywords
rust
595
cli
67
terminal
52
rust-lang
46
tui
41
linux
40
database
39
command-line
30
sql
23
rust-library
23
blockchain
22
wasm
20
windows
20
macos
20
command-line-tool
20
web
18
cross-platform
17
developer-tools
16
machine-learning
16
docker
15
security
15
sqlite
15
async
15
postgresql
15
python
15
webassembly
14
json
14
cargo
13
ethereum
13
tokio
13
mysql
13
game
13
gui
13
git
13
rust-crate
13
http
13
server
12
cryptography
12
gamedev
11
emulator
11
kafka
11
shell
11
networking
11
rustlang
10
network
10
productivity
10
unix
10
postgres
10
javascript
10
library
10