awesome-rust
A curated list of Rust code and resources.
https://github.com/rust-unofficial/awesome-rust
Last synced: about 12 hours ago
JSON representation
-
Libraries
-
GUI
-
Email
- 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)
- gsquire/sendgrid-rs - Library for SendGrid API
- jdrouet/catapulte - A microservice to send emails using [MRML](https://github.com/jdrouet/mrml) templates.
- 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.
- lettre/lettre - an SMTP-library [](https://github.com/lettre/lettre/actions/workflows/test.yml)
- mailtutan/mailtutan - An SMTP server for test and development environment.
- meli/meli - 🐝 terminal mail client
- staktrace/mailparse - A library for parsing real-world email files
- 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)
- tweedegolf/mailcrab - Email test server for development.
-
Artificial Intelligence
- [Machine learning
- About Rust’s Machine Learning Community
- blackportal-ai/delta - Δ An Open-Source Machine Learning Framework in Rust.  
- blackportal-ai/nebula - A Package Manager for Machine Learning Datasets and Models. 
- innoave/genevo - Execute genetic algorithm (GA) simulations in a customizable and extensible way.
- m-decoster/RsGenetic - Genetic Algorithm library. In maintenance mode.
- 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.
- 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.
- willi-kappler/darwin-rs - Evolutionary algorithms
- autumnai/leaf - Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice).
- burn - A Flexible and Comprehensive Deep Learning Framework.
- coreylowman/dfdx - CUDA accelerated machine learning framework that leverages many of Rust's unique features. 
- guillaume-be/rust-bert - Ready-to-use NLP pipelines and language models
- 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)
- huggingface/tokenizers - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python. [](https://github.com/huggingface/tokenizers/actions)
- LaurentMazare/tch-rs - Bindings for PyTorch.
- maciejkula/rustlearn - Machine learning library. [](https://app.circleci.com/pipelines/github/maciejkula/rustlearn)
- rust-ml/linfa - Machine learning framework.
- smartcorelib/smartcore - Machine Learning Library [](https://smartcorelib.org/)
- tensorflow/rust - Bindings for TensorFlow.
- 64bit/async-openai - openai](https://crates.io/crates/async-openai)] - Ergonomic Rust bindings for OpenAI API based on OpenAPI spec.
- 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)
- perpetual-ml/perpetual - A self-generalizing gradient boosting machine which doesn't need hyperparameter optimization.
- Mottl/lightgb3-rs - Bindings for LightGBM [](https://crates.io/crates/lightgbm3) [](https://github.com/Mottl/lightgbm3-rs/actions)
-
Astronomy
- [astronomy
- cds-astro/aladin-lite - Web application for visualizing spatial and planetary image surveys in different projections
- flosse/rust-sun - A rust port of the JS library suncalc
- saurvs/astro-rust - astronomy
- fitsio - fits interface library wrapping cfitsio
-
Audio and Music
- [audio
- RustAudio
- insomnimus/nodi - A library for playback and abstraction of MIDI files. [](https://github.com/insomnimus/nodi/actions)
- 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
- ozankasikci/rust-music-theory - Music theory library
- pdeljanov/Symphonia - Audio decoding and media demuxing library supporting AAC, FLAC, MP3, MP4, OGG, Vorbis, and WAV.
- RustAudio/cpal - Low-level cross-platform audio I/O library. [](https://github.com/RustAudio/cpal/actions)
- RustAudio/rodio - Audio playback library
- RustAudio/rust-portaudio - PortAudio bindings
- Serial-ATA/lofty-rs - A library for reading and editing the metadata of various audio formats [](https://github.com/Serial-ATA/lofty-rs/actions)
- hound - A WAV encoding and decoding library
- 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)
-
Cloud
- [aws
- awslabs/aws-lambda-rust-runtime - Runtime for AWS Lambda [](https://github.com/awslabs/aws-lambda-rust-runtime/actions)
- awslabs/aws-sdk-rust - The new AWS SDK
- rusoto/rusoto - An AWS SDK for Rust
- Convey - Layer 4 Load Balancer with dynamic configuration loading.
- Qovery/engine - Abstraction layer library that turns easy application deployment on Cloud providers in just a few minutes
- Azure/azure-sdk-for-rust - Official Azure SDK for Rust
-
Compression
- 7z
- Brotli
- 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)
- dropbox/rust-brotli - Brotli decompressor that optionally avoids the stdlib
- ende76/brotli-rs - implementation of Brotli compression
- zopfli - implementation of the Zopfli compression algorithm for higher quality deflate or zlib compression
- 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
- zip-rs/zip2 - read and write ZIP archives
- gyscos/zstd-rs - rust binding for the zstd compression library
- [sevenz-rust - A 7z decompressor/compressor written in pure rust.
- trifectatechfoundation/bzip2-rs - [libbz2](https://www.sourceware.org/bzip2/) bindings
-
Computation
- BLAS
- GSL
- LAPACK
- fastnum - Fast exact precision decimal numbers implemented in pure Rust. Suitable for financial, crypto and any other fixed-precision calculations.
- argmin-rs/argmin - Optimization library
- mikkyang/rust-blas - BLAS bindings
- calebwin/emu - A language for GPGPU numerical computing
- dimforge/nalgebra - low-dimensional linear algebra library
- GuillaumeGomez/rust-GSL - GSL bindings
- stainless-steel/lapack - LAPACK bindings
- 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
- cpmech/russell - Rust Scientific Library for numerical mathematics, ordinary differential equations, special math functions, high-performance (sparse) linear algebra
- indigits/scirust - Scientific computing library
- statrs-dev/statrs - Robust statistical computation library
- Axect/Peroxide - Rust numeric library containing linear algebra, numerical analysis, statistics and machine learning tools in pure rust
- faer-rs - Linear algebra foundation for Rust
-
Cryptography
- [crypto
- arkworks-rs/circom-compat - Arkworks bindings to Circom's R1CS, for Groth16 Proof and Witness generation.
- briansmith/ring - Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives.
- briansmith/webpki - Web PKI TLS X.509 certificate validation.
- conradkleinespel/rooster - Simple password manager to use in your terminal
- DaGenix/rust-crypto - cryptographic algorithms
- dalek-cryptography/curve25519-dalek - Curve25519 operations
- dalek-cryptography/ed25519-dalek - Ed25519 digital signatures
- dalek-cryptography/x25519-dalek - X25519 key exchange
- debris/tiny-keccak - Keccak family (SHA3)
- exonum/exonum - extensible framework for blockchain projects
- 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)
- iddm/randomorg - A random.org client library. [](https://crates.io/crates/randomorg)
- klutzy/suruga - Implementation of [TLS 1.2](https://datatracker.ietf.org/doc/html/rfc5246)
- kornelski/rust-security-framework - Bindings for Security Framework (OSX native)
- libOctavo/octavo - Modular hash and crypto library
- 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)
- 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.
- RustCrypto/hashes - Collection of cryptographic hash functions
- rustls/rustls - Implementation of TLS
- sfackler/rust-native-tls - Bindings for native TLS libraries
- sfackler/rust-openssl - [OpenSSL](https://www.openssl.org/) bindings
- 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)
- w3f/schnorrkel - Schnorr VRFs and signatures on the Ristretto group
- 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)
- 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/plonk - A high-performance, Rust-native implementation of the PLONK zk-SNARK over BLS12-381, optimized with custom gates and KZG10 polynomial commitment for efficient zero-knowledge proofs.  [[PLONK](https://crates.io/crates/dusk-plonk)]
- 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)]
- 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)]
-
Database
- [database
- [nosql
- ArangoDB
- Cassandra
- [couchdb
- DynamoDB
- [elasticsearch
- InfluxDB
- [lmdb
- [mongodb
- PickleDB
- PoloDB
- Redb
- [redis
- RocksDB
- SurrealDB
- UnQLite
- ZooKeeper
- [ogm
- [orm
- [sql
- [mysql
- [postgres
- [sqlite
- ArangoDB
- Aragog - A Lightweight ArangoDB Object document, relational and graph mapper [](https://gitlab.com/qonfucius/aragog/-/commits/master)
- Arangors - An ArangoDB driver
- AlexPikalov/cdrs - native client
- cassandra-rs - bindings to the DataStax C/C++
- krojew/cdrs-tokio - High-level async Cassandra client written in 100% Rust. [](https://github.com/krojew/cdrs-tokio/actions)
- chill-rs/chill - Client for the CouchDB REST API
- softprops/dynomite - A library for strongly-typed and convenient interaction with `rusoto_dynamodb` [](https://github.com/softprops/dynomite/actions)
- benashford/rs-es - es](https://crates.io/crates/rs-es)] - Client for the [Elastic](https://www.elastic.co/) REST API
- elastic-rs/elastic - elastic is an efficient, modular API client for Elasticsearch written in Rust [](https://ci.appveyor.com/project/KodrAus/elastic)
- 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
- mongodb/mongo-rust-driver - [MongoDB](https://www.mongodb.com/) bindings
- seladb/pickledb-rs - a lightweight and simple key-value store, heavily inspired by Python's PickleDB.
- PoloDB - An embedded JSON-based database has API similar to MongoDB. 
- Redb - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb. 
- 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))
- 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)
- UnQLite
- zitsen/unqlite.rs - UnQLite bindings
- bonifaido/rust-zookeeper - A client library for Apache ZooKeeper.
- krojew/rust-zookeeper - async](https://crates.io/crates/zookeeper-async)] - Async Zookeeper client, based on tokio. 
- 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)
- diesel-rs/diesel - an ORM and Query builder
- ivanceras/rustorm - an ORM
- rbatis/rbatis - ORM Framework High Performance(JSON based)
- 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)
- sfackler/r2d2 - generic connection pool
- launchbadge/sqlx - async PostgreSQL/MySQL/SQLite connection pool with strong typing support [](https://github.com/launchbadge/sqlx)
- 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)
- 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)
- prisma/tiberius - [](https://github.com/prisma/tiberius/actions/workflows/test.yml)
- 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
- kubo/rust-oracle - Oracle driver [](https://github.com/kubo/rust-oracle/actions/workflows/run-tests.yml)
- sfackler/rust-postgres - A native [PostgreSQL](https://www.postgresql.org/) client
- rusqlite - [Sqlite3](https://sqlite.org/index.html) bindings
- c410-f3r/wtx - Fast implementation with a low set of external dependencies.
- SeaQL/seaography - 🧭 GraphQL framework for SeaORM [](https://crates.io/crates/seaography) [](https://docs.rs/seaography) [](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml)
- [cassandra-protocol - Cassandra protocol implementation.
- [cdrs-tokio - production-ready async Apache Cassandra driverclient
- njord - ⛵ A versatile, feature-rich Rust ORM [](https://github.com/njord-rs/njord/actions/workflows/core.yml) 
- surrealdb/surrealdb - SurrealDB embedded document-graph database
- VennDB - An append-only in-memory database in Rust for rows queried using bit (flag) columns.
- thegenius/taitan-orm - The State of Art ORM for Rust, Async & Compile Time Generation.
-
Date and time
- [date
- chronotope/chrono - Date and time library
- 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)
- time-rs/time - [](https://github.com/time-rs/time/actions)
- arthurhenrique/rusti-cal - cal](https://crates.io/crates/rusti-cal)] - A cal(1) clone lightning-fast ~ more than 9999 years ~ Written in Rust.
- 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)
- burntSushi/jiff - A date-time library for Rust that encourages you to jump into the pit of success. [](https://github.com/BurntSushi/jiff/actions)
-
Encoding
- [encoding
- FlatBuffers
- alex/rust-asn1 - ASN.1 (DER) serializer
- bincode-org/bincode - A binary encoder/decoder [](https://github.com/bincode-org/bincode/actions/workflows/rust.yml)
- jamesmunns/postcard - Postcard is a #![no_std] focused serializer and deserializer for Serde.
- 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
- 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
- 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
- georust/netcdf - Medium-level netCDF bindings, allowing easy reading and writing of array-like structures to a file.
- jcreekmore/pem-rs - Parse and encode PEM-encoded data
- stepancheg/rust-protobuf - Rust implementation of Google protocol buffers
- tokio-rs/prost - [](https://github.com/tokio-rs/prost/actions)
- rkyv/rkyv - rkyv (archive) is a zero-copy deserialization framework
- https://github.com/ron-rs/ron - Rusty Object Notation
- tamasfe/taplo - A TOML toolkit [](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22)
- toml-rs/toml - [](https://github.com/toml-rs/toml/actions/workflows/ci.yml)
- Florob/RustyXML - an XML parser
- netvl/xml-rs - A streaming XML library
- shepmaster/sxd-document - An XML library
- shepmaster/sxd-xpath - An XPath library
- tafia/quick-xml - High performance XML pull reader/writer
- 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
- serde_cbor - CBOR support for serde
- edn-rs - rs](https://crates.io/crates/edn-rs)] - crate to parse and emit EDN format into Rust types.
- rustadopt/jzon-rs - JSON implementation
- 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)
- rustadopt/jzon-rs - JSON implementation
- yaserde - Yet Another Serializer/Deserializer specialized for XML
-
Filesystem
- [filesystem
- Camino - Like Rust's std::path::Path, but UTF-8.
- 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)
- ParthJadhav/Rust_Search - Blazingly fast file search library.
- 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.
-
Functional Programming
- [functional programming
- JasonShin/fp-core.rs - A library for functional programming
- myrrlyn/tap - Suffix-Position Pipeline Behavior
-
Game development
- Are we game yet?
-  bindings
- Awesome Quads - A curated list of links to miniquad/macroquad-related code & resources
- Awesome wgpu - A curated list of wgpu code and resources
- bracket-lib - lib](https://crates.io/crates/bracket-lib)] - The Roguelike Toolkit (RLTK). [](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml)
- 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
- legion - A feature rich high performance ECS library with minimal boilerplate [](https://github.com/amethyst/legion/actions)
- Bevy - is a refreshingly simple data-driven game engine. - [](https://crates.io/crates/bevy) [](https://crates.io/crates/bevy)
- 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)
- Fyrox - Game engine 3D [](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)
- Are we game yet?
-
Graphics
-
Geospatial
-
Logging
-
Platform specific
- svartalf/rust-battery - Cross-platform information about the notebook batteries
-
Scripting
- [scripting
- duckscript - [Simple, extendable and embeddable scripting language.](https://github.com/sagiegurari/duckscript) [](https://github.com/sagiegurari/duckscript/actions)
-
Simulation
- [simulation
- nyx-space - High fidelity, fast, reliable and validated astrodynamical toolkit library, used for spacecraft mission design and orbit determination [](https://gitlab.com/nyx-space/nyx/-/pipelines)
-
Task scheduling
-
Virtualization
-
Web programming
- Are we web yet? - web-framework-comparison).
- cargo-web - A Cargo subcommand for the client-side Web
- stdweb - A standard library for the client-side Web
- yew - A framework for making client web apps
- WebSocket
- Are we web yet? - web-framework-comparison).
- branca - Implementation of Branca for Authenticated and Encrypted API tokens.
-
Data processing
- pg_analytics - PostgreSQL extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
- cocoindex - ETL framework to build fresh index
- mjovanc/numru - A high-performance scientific computation library.
- amv-dev/yata - high performance technical analysis library [](https://github.com/amv-dev/yata/actions?query=workflow%3ARust)
- 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
- pola-rs/polars - Fast feature complete DataFrame library [](https://github.com/pola-rs/polars/actions)
- 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.
-
Text search
- pg_bm25 - 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.
- 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.
-
Asynchronous
- dagrs - A high-performance asynchronous task programming framework, which follows the concept of Flow based Programming.
- dpc/mioco - Scalable, coroutine-based, asynchronous IO handling library
- igumnoff/gabriel2 - Gabriel2: An actor-model library based on Tokio
- mio - MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions
- rust-lang/futures-rs - Zero-cost futures
- t3hmrman/async-dropper - dropper](https://crates.io/crates/async-dropper)] - Implementation of `AsyncDrop`
- TeaEntityLab/fpRust - Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
- tokio-rs/tokio - A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language.
- Xudong-Huang/may - Stackful coroutine library
- tqwewe/kameo - Fault-tolerant Async Actors Built on Tokio
- 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)
-
Transpiling
- perf-monitor-rs - A toolkit designed to be a foundation for applications to monitor their performance. [](https://crates.io/crates/perf_monitor)
-
Authentication
- constantoine/totp-rs - rs](https://crates.io/crates/totp-rs)] - 2fa library to generate and verify TOTP-based tokens 
- Keats/jsonwebtoken - [JSON Web Token](https://en.wikipedia.org/wiki/JSON_Web_Token) library
- 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)
- sgrust01/jwtvault - Async library to manage and orchestrate JWT workflow
- yup-oauth2 - An oauth2 client implementation providing the Device, Installed and Service Account flows
-
Automotive
- idletea/tokio-socketcan - socketcan](https://crates.io/crates/tokio-socketcan)] - Linux SocketCAN support for tokio based on the socketcan crate
- 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
- 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)
-
Caching
- 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)
- aisk/rust-memcache - Memcached client library
- al8n/stretto - A high performance thread-safe memory-bound cache [](https://github.com/al8n/stretto/actions/workflows/ci.yml)
- jaemk/cached - Simple function caching/memoization
- 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)
- 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
-
Command-line
- clap-rs - A simple to use, full featured command-line argument parser
- docopt/docopt.rs - Implementation of [DocOpt](http://docopt.org)
- google/argh - An opinionated Derive-based argument parser optimized for code size [](https://github.com/google/argh/actions)
- killercup/quicli - quickly build cool CLI apps
- ksk001100/seahorse - A minimal CLI framework [](https://github.com/ksk001100/seahorse/actions)
- TeXitoi/structopt - parse command line argument by defining a struct
- nukesor/comfy-table - table](https://crates.io/crates/comfy-table)] - Beautiful dynamic tables for your cli tools. [](https://github.com/nukesor/comfy-table/actions)
- zhiburt/tabled - An easy to use library for pretty print tables of structs and enums. [](https://github.com/zhiburt/tabled/actions)
- rust-cli/human-panic - panic](https://crates.io/crates/human-panic)] - panic messages for humans
- kkawakam/rustyline - readline implementation
- MovingtoMars/liner - A library offering readline-like functionality
- murarth/linefeed - Configurable, extensible, interactive line reader
- srijs/rust-copperline - command line editing library
- 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)
- hniksic/rust-subprocess - facilities for interaction with external pipelines
- imp/pager-rs - pipe your output through an external pager
- 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)
- zhiburt/expectrl - A library for controlling interactive programs in a pseudo-terminal [](https://github.com/zhiburt/expectrl/actions/workflows/ci.yml)
- a8m/pb - console progress bar
- console-rs/indicatif - indicate progress to users
- etienne-napoleone/spinach - Practical spinner. [](https://github.com/etienne-napoleone/spinach/actions/workflows/ci.yml)
- FGRibreau/spinners - 60+ elegant terminal spinners
- hashmismatch/terminal_cli.rs - build an interactive command prompt
- mikaelmello/inquire - A library for building interactive prompts on terminals. [](https://github.com/mikaelmello/inquire/actions)
- ynqa/promkit - A toolkit for building interactive command-line tools [](https://github.com/ynqa/promkit/actions/workflows/ci.yml)
- colored - Coloring terminal so simple, you already know how to do it!
- console-rs/dialoguer - Library for command line prompts and similar things.
- LukasKalbertodt/bunt - cross-platform terminal colors and styling with macros [](https://github.com/LukasKalbertodt/bunt/actions?query=workflow%3ACI+branch%3Amaster)
- LukasKalbertodt/term-painter - painter](https://crates.io/crates/term-painter)] - cross-platform styled terminal output
- ogham/rust-ansi-term - control colours and formatting on ANSI terminals
- SergioBenitez/yansi - A dead simple ANSI terminal color painting library
- cfyzium/bearlibterminal - lib-terminal](https://crates.io/crates/bear-lib-terminal)] - [BearLibTerminal](https://github.com/tommyettinger/BearLibTerminal) bindings
- gyscos/Cursive - build rich TUI applications
- ivanceras/titik - a crossplatform TUI widget library with the goal of providing interactive widgets
- ihalila/pancurses - curses library, supports linux and windows
- jeaye/ncurses-rs - [ncurses](https://www.gnu.org/software/ncurses/) bindings
- ogham/rust-term-grid - Library for putting things in a grid
- redox-os/termion - bindless library for controlling terminals/TTY
- gchp/rustbox - bindings to [Termbox](https://github.com/nsf/termbox)
- TimonPost/crossterm - crossplatform terminal library
- ruterm - tiny & simple library for working with TTY
- cliparser - Simple command line parser. [](https://github.com/sagiegurari/cliparser/actions)
- starship/starship - A minimal, blazing fast, and extremely customizable prompt for any shell [](https://github.com/starship/starship/actions)
- 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/)
- clitic/kdam - A console progress bar library inspired by tqdm & rich.progress [](https://github.com/clitic/kdam/actions/workflows/tests.yml)
-
Concurrency
- 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
- zonyitoo/coio-rs - Coroutine I/O
-
Configuration
- andoriyu/uclicious - [libUCL](https://github.com/vstakhov/libucl) based feature-rich configuration library. [](https://app.circleci.com/pipelines/github/vstakhov/libucl)
- Kixunil/configure_me - library for processing application configuration easily
- SergioBenitez/Figment - A configuration library so con-free, it's unreal.
- softprops/envy - deserialize env vars into typesafe structs [](https://github.com/softprops/envy/actions/workflows/main.yml)
- rust-cli/config-rs - Layered configuration system (with strong support for 12-factor applications).
-
Data streaming
- ArroyoSystems/arroyo - High-performance real-time analytics in Rust and SQL [](https://github.com/ArroyoSystems/arroyo/actions)
- iggy-rs/iggy - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols [](https://github.com/iggy-rs/iggy/actions/workflows/test.yml)
- swimos/swim-rust - rust](https://crates.io/crates/swimos)] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
- 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)
-
Data structures
- ashvardanian/simsimd - SIMD-accelerated vector distances and similarity functions for x86 AVX2 & AVX-512, and Arm NEON [](https://crates.io/crates/simsimd)
- becheran/grid - Provide a two dimensional data structure that is easy to use and fast. [](https://github.com/becheran/grid/actions)
- billyevans/tst - Ternary search tree collection
- 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.
- 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
- orium/rpds - Persistent data structures. [](https://github.com/orium/rpds/actions?query=workflow%3ACI)
- RoaringBitmap/roaring-rs - Roaring Bitmaps
- rust-itertools/itertools - Extra iterator adaptors, functions and macros
- tnballo/scapegoat - Safe, fallible, stack-only alternative to `BTreeSet` and `BTreeMap`. [](https://github.com/tnballo/scapegoat/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)
- contain-rs - Extension of Rust's std::collections
-
Data visualization
- 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)
- mazznoer/colorgrad-rs - Color scales library for data visualization, charts, games, maps, generative art and others.
- milliams/plotlib - Data plotting library for Rust
- plotpy - Rust plotting library using Python (Matplotlib)
- plotters - [](https://github.com/plotters-rs/plotters/actions)
- 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.
- saresend/gust - A small charting/visualization tool and partial vega implementation
- plotly - Plotly for Rust
-
Distributed systems
- antimonyproject/antimony - stream processing / distributed computation platform
- fede1024/rust-rdkafka - [librdkafka](https://github.com/confluentinc/librdkafka) bindings
- gklijs/schema_registry_converter - to integrate with [confluent schema registry](https://www.confluent.io/product/confluent-platform/data-compatibility/)
- 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)
-
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/)
-
eBPF
- aya/aya-rs - Built with a focus on developer experience and operability.
- libbpf/libbpf-rs - A minimal and opinionated eBPF tooling.
-
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. 
- dancixx/stochastic-rs - rs](https://crates.io/crates/stochastic-rs)] - High-performance data generation library for stochastic process with quant finance tools. 
- stochastic-rs - rs](https://crates.io/crates/stochastic-rs)] - High-performance data generation library for stochastic process with quant finance tools. 
-
Bioinformatics
- Rust-Bio - bioinformatics libraries.
-
Network programming
- Thrussh - an SSH library, backed by [libsodium](https://doc.libsodium.org/)
-
Text processing
- strsim-rs - String similarity metrics
-
Unsafe
- zerocopy - "Zerocopy makes zero-cost memory manipulation effortless. We write `unsafe` so you don’t have to."
-
Mobile
- ivnsch/rust_android_ios - An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively.
-
Parsing
- hmeyer/stl_io - A parser for STL (STereoLithography) files
-
-
Applications
-
- Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!) [](https://crates.io/crates/arti)
- Pijul - based distributed version control system
- Pijul - based distributed version control system
- wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer
- Mega - A monorepo & monolithic codebase management system that supports Git, also is an unofficial open source implementation of Google Piper.
- alacritty - A cross-platform, GPU enhanced terminal emulator
- asm-cli-rust - An interactive assembly shell.
- cloudflare/boringtun - A Userspace WireGuard VPN Implementation [](https://crates.io/crates/boringtun)
- doprz/dipc - Convert your favorite images and wallpapers with your favorite color palettes/themes [](https://crates.io/crates/dipc)
- 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/)
- fcsonline/drill - A HTTP load testing application inspired by Ansible syntax
- fend - Arbitrary-precision unit-aware calculator [](https://github.com/printfn/fend/actions/workflows/actions.yml)
- Fractalide - Simple microservices
- habitat - A tool created by Chef to build, deploy, and manage applications.
- Herd - an experimental HTTP load testing application
- innernet - An overlay or private mesh network that uses Wireguard under the hood
- jedisct1/flowgger - A fast, simple and lightweight data collector
- 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)
- kftray - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations. [](https://github.com/hcavarsan/kftray/actions)
- kytan - High Performance Peer-to-Peer VPN
- linkerd/linkerd2-proxy - Ultralight service mesh for Kubernetes.
- mdBook - A command line utility to create books from markdown files [](https://github.com/rust-lang/mdBook/actions)
- mirrord - Connect your local process and your cloud environment, and run local code in cloud conditions
- nicohman/eidolon - A steam and drm-free game registry and launcher for linux and macosx
- notty - A new kind of terminal
- Rauthy - OpenID Connect Single Sign-On Identity & Access Management
- Rio - A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.
- rx - Vi inspired Modern Pixel Art Editor
- Servo - A prototype web browser engine
- shoes - A multi-protocol proxy server
- 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)
- SWC - super-fast TypeScript / JavaScript compiler
- tiny - A terminal IRC client
- UpVPN - WireGuard VPN client for macOS, Linux, and Windows built on Tauri.
- Weld - Full fake REST API generator
- wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer
- WinterJS - A secure JavaScript runtime built with SpiderMonkey and Axum
- zellij - A terminal multiplexer (workspace) with batteries included
- MaidSafe - A decentralized platform.
- wasmer - A safe and fast WebAssembly runtime supporting WASI and Emscripten [](https://github.com/wasmerio/wasmer/actions)
- denoland/deno - A secure JavaScript/TypeScript runtime built with V8 and Tokio [](https://github.com/denoland/deno/actions)
- hickory-dns - A DNS-server [](https://github.com/hickory-dns/hickory-dns/actions?query=workflow%3Atest)
- defguard - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
- Ryot - A self hosted application to track media consumption, fitness, etc.
- Rust - Production
- Pijul - A patch-based distributed version control system
- 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.
- hickory-dns - A DNS-server [](https://github.com/hickory-dns/hickory-dns/actions?query=workflow%3Atest)
-
Database
- indradb - Graph database
- 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)
- KiteSQL - SQL as a Function for Rust
- 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)
- darkbird - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
- erikgrinaker/toydb - Distributed SQL database, written as a learning project.
- FnckSQL - SQL as a Function for Rust
- Garage - S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale. [](https://woodpecker.deuxfleurs.fr/repos/1)
- lancedb - A serverless, low-latency vector database for AI applications
- Lucid - High performance and distributed KV store accessible through a HTTP API. [](https://github.com/lucid-kv/lucid/actions?workflow=Lucid)
- Materialize - Streaming SQL database powered by Timely Dataflow :heavy_dollar_sign: [](https://buildkite.com/materialize/test)
- native_db - Drop-in, embedded database for multi-platform apps (server, desktop, mobile). Sync Rust types effortlessly
- Neon - Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
- noria - Dynamically changing, partially-stateful data-flow for web application backends
- ParityDB - Fast and reliable database, optimised for read operation
- PumpkinDB - an event sourcing database engine
- Qdrant - An open source vector similarity search engine with extended filtering support [](https://github.com/qdrant/qdrant/actions)
- Qrlew/qrlew - The SQL-to-SQL Differential Privacy layer [](https://github.com/Qrlew/qrlew/actions) 
- RisingWaveLabs/RisingWave - the next-generation streaming database in the cloud [](https://github.com/risingwavelabs/risingwave/actions)
- seppo0010/rsedis - A Redis reimplementation.
- Skytable - A multi-model NoSQL database 
- SQLSync - Multiplayer offline-first SQLite [](https://github.com/orbitinghail/sqlsync/actions?query=branch%3Amain)
- TerminusDB - open source graph database and document store [](https://github.com/terminusdb/terminusdb-store/actions)
- tikv - A distributed KV database in Rust [](https://ci.pingcap.net/job/tikv_ghpr_test/)
- USearch - Similarity Search Engine for Vectors and Strings [](https://crates.io/crates/usearch)
- 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.
- WooriDB - General purpose time serial database inspired by Crux and Datomic.
- Tonbo - Tonbo is an embedded persistent database built on Apache Arrow & Parquet [](https://crates.io/crates/tonbo)
- Databend - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [](https://github.com/databendlabs/databend/actions)
- sled - A (beta) modern embedded database [](https://github.com/spacejam/sled/actions?workflow=Rust)
- ParadeDB - ParadeDB is an Elasticsearch alternative built on Postgres, designed for real-time search and analytics.
- valentinus - Next generation vector database built with LMDB bindings [](https://crates.io/crates/valentinus)
- GreptimeDB - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml)
- Hiqlite - highly-available, embeddable, raft-based SQLite + cache
- oxigraph/oxigraph - graph database implementing the [SPARQL](https://www.w3.org/TR/sparql11-overview/) standard 
- Limbo - Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
- 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)
- apecloud/ape-dts - Data Transfer Suite. Provides data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka, ClickHouse, and more.
- DB3 Network - DB3 is a community-driven blockchain layer2 decentralized database network [](https://github.com/dbpunk-labs/db3/actions/workflows/ci.yml)
-
Emulators
- crates matching keyword 'emulator'
- ColinEberhardt/wasm-rust-chip8 - A WebAssembly CHIP-8 emulator.
- starrhorne/chip8-rust - chip8 emulator
- kondrak/rust64 - Commodore 64 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)
- Gekkio/mooneye-gb - A Game Boy research project and emulator
- joamag/boytacean - GameBoy Color emulator that runs on the Web using WebAssembly.
- mohanson/gameboy - Full featured Cross-platform GameBoy emulator. Forever boys!.
- mvdnes/rboy - A Gameboy 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.
- MartyPC - An IBM PC/XT emulator written in Rust.
- mohanson/i8080 - Intel 8080 CPU emulator
- touchHLE - High-level emulator for iPhone OS apps
- clicky - A clickwheel iPod emulator (WIP)
- koute/pinky - A NES emulator
- pcwalton/sprocketnes - A NES emulator
- gopher64 - N64 emulator written in Rust
- dust - A Nintendo DS emulator
- Obliteration - Experimental PS4 emulator for Windows, macOS and Linux [](https://github.com/obhq/obliteration/actions/workflows/main.yml)
- rustzx/rustzx - [](https://github.com/rustzx/rustzx/actions/workflows/ci.yml)
- DirPlayer - A web-compatible Shockwave Player emulator written in Rust
- 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)
-
Games
- Games Made With Piston
- buxx/OpenCombat - A realtime 2nd world war tactical game
- citybound - The city sim you deserve
- cristicbz/rust-doom - A renderer for Doom, may progress to being a playable game
- doukutsu-rs - Reimplementation of Cave Story engine with some enhancements.
- garkimasera/rusted-ruins - Extensible open world rogue like game with pixel art
- 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 
- HactarCE/Hyperspeedcube - A modern, beginner-friendly 3D and 4D Rubik's cube simulator with customizable mouse and keyboard controls and advanced features for speedsolving
- lifthrasiir/angolmois-rust - A minimalistic music video game which supports the BMS format
- maras-archive/rsnake - Snake.
- mcthesw/game-save-manager - A user-friendly tool for managing game saves [](https://github.com/mcthesw/game-save-manager/actions/workflows/tauri.yml)
- mtkennerly/ludusavi - Backup tool for PC game saves [](https://github.com/mtkennerly/ludusavi/actions/workflows/main.yaml) [](https://crates.io/crates/ludusavi)
- ozkriff/zemeroth - A small 2D turn-based hexagonal strategy game
- rhex - hexagonal ascii roguelike
- rsaarelm/magog - A roguelike game.
- SoftbearStudios/mk48 - Mk48.io is an online multiplayer naval combat game
- swatteau/sokoban-rs - A Sokoban implementation
- thetawavegame/thetawave-legacy - A space shooter game that strives to be an entry point for new game developers to make their first contributions. 
- Thinkofname/rust-quake - Quake map renderer.
- ttyperacer/terminal-typeracer - Single player typing test game written for the terminal
- Veloren - An open world, open source multiplayer voxel RPG game currently in alpha development [](https://gitlab.com/veloren/veloren/-/pipelines)
- Zone of Control - A turn-based hexagonal strategy game
- chess-tui - A Chess TUI implementation ♟️
- zipxing/rust_pixel - A 2D pixel art game engine & rapid prototyping tools, supporting both text and graphical rendering modes.
-
Text editors
- amp
- amp
- emacs-ng - Complementing the C codebase with rust code to introduce new features.
- gchp/iota - A simple text editor
- helix - A post-modern modal text editor inspired by Neovim/Kakoune. [](https://github.com/helix-editor/helix/actions)
- mathall/rim - Vim-like text editor.
- ox - An independent Rust text editor that runs in your terminal!
- zed - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
- 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)
- vamolessa/pepper - An opinionated modal editor to simplify code editing from the terminal
-
Utilities
- CI
- 1History - Command line interface to backup Firefox/Chrome/Safari history to one SQLite file [](https://github.com/1History/1History/actions/workflows/CI.yml)
- brycx/checkpwn - A Have I Been Pwned (HIBP) command-line utility tool that lets you easily check for compromised accounts and passwords.
- Epic Asset Manager - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
- 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.
- guoxbin/dtool - A useful command-line tool collection to assist development including conversion, codec, hashing, encryption, etc.
- Mobslide - Desktop application that turns your smartphone into presentation remote controller.
- mprocs - TUI for running multiple processes
- mrjackwills/oxker - A simple tui to view & control docker containers.
- 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)
- nix-community/nurl - Generate Nix fetcher calls from repository URLs [](https://github.com/nix-community/nurl/actions/workflows/ci.yml)
- nomino - Batch rename utility for developers
- raftario/licensor - write licenses to stdout [](https://github.com/raftario/licensor/actions/workflows/build.yml)
- 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)
- rustdesk/rustdesk - A remote desktop software, great alternative to TeamViewer and AnyDesk.
- rustic-rs/rustic - rs](https://crates.io/crates/rustic-rs)] - Fast, encrypted, deduplicated backups powered by Rust. [](https://crates.io/crates/rustic-rs)
- sorairolake/qrtool - A utility for encoding and decoding QR code images. [](https://github.com/sorairolake/qrtool/actions?query=workflow%3ACI)
- str4d/rage - Rust implementation of [age](https://github.com/FiloSottile/age).
- 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)
- Tabiew - A lightweight TUI app to view and query CSV files.
- tversteeg/emplace - Synchronize installed packages on multiple machines
- vamolessa/verco - A simple Git/Hg tui client focused on keyboard shortcuts
- 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
- Vibe - Transcribe audio or video in every language on every platform.
- warpdotdev/Warp - :heavy_dollar_sign: Warp is a blazingly-fast modern GPU-accelerated terminal built to make you and your team more productive.
- wrestic - A wrapper around restic.
- wthrr - Weather companion for the terminal. [](https://crates.io/crates/wthrr)
- Tail Tales - A TUI log viewer with logfmt support. [](https://crates.io/crates/tailtales)
- 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)
- 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 
-
Security tools
- 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)
- rustscan - Make Nmap faster with this port scanning tool [](https://github.com/bee-san/RustScan/actions)
- 0xdea/haruspex - Vulnerability research assistant that extracts pseudo-code from the IDA Hex-Rays decompiler [](https://github.com/0xdea/haruspex/actions/workflows/build.yml)
- AdGuardian-Term - Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance
- 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)
- arp-scan-rs - A minimalistic ARP scan tool for fast local network scans
- Cherrybomb - Stop half-done API specifications with a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.
- cotp - Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
- entropic-security/xgadget - Fast, parallel, cross-variant ROP/JOP gadget search [](https://github.com/entropic-security/xgadget/actions)
- epi052/feroxbuster - A simple, fast, recursive content discovery tool.
- Inspektor - A database protocol-aware proxy that is used to enforce access policies 👮
- kpcyrd/authoscope - A scriptable network authentication cracker
- kpcyrd/rshijack - A TCP connection hijacker; rewrite of shijack
- kpcyrd/sn0int - A semi-automatic OSINT framework and package manager
- kpcyrd/sniffglue - A secure multithreaded packet sniffer
- observer_ward - Web application and service fingerprint identification tool
- Raspirus - User- and resources-friendly rules-based malware scanner [](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml)
- cargo-audit - Audit Cargo.lock for crates with security vulnerabilities
- cargo-auditable - Make production Rust binaries auditable
- cargo-crev - A cryptographically verifiable code review system for the cargo package manager.
- cargo-deny - Cargo plugin to help you manage large dependency graphs
- 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/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)
-
System tools
- fish-shell/fish-shell - The user-friendly command line shell
- pop-os/system76-power - Linux power management daemon (DBus-interface) with CLI tool.
- nwiizo/tfocus - Interactive tool for selecting and executing Terraform plan/apply operations
- atuin - Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
- bandwhich - Terminal bandwidth utilization tool
- bottom - Yet another cross-platform graphical process/system monitor. [](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster)
- brocode/fblog - Small command-line JSON Log viewer
- bustd - Lightweight process killer daemon to handle out-of-memory scenarios on Linux. [](https://github.com/vrmiguel/bustd/actions?query=branch%3Amaster)
- buster/rrun - A command launcher for Linux, similar to gmrun
- cantino/mcfly - Fly through your shell history. Great Scott!
- 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.
- crabz - Multi-threaded compression and decompression CLI tool [](https://github.com/sstadick/crabz/actions?query=workflow%3ACheck)
- 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
- diskonaut - Terminal visual disk space navigator
- dust - A more intuitive version of du
- eza-community/eza - A replacement for 'ls'
- GQL - A SQL like query language to run on .git files.
- httm - Interactive, file-level Time Machine-like tool for ZFS/btrfs/nilfs2 (and even actual Time Machine backups!)
- j0ru/kickoff - Fast and snappy wayland program launcher [](https://github.com/j0ru/kickoff/actions)
- Kondo - CLI & GUI tool for deleting software project artifacts and reclaiming disk space
- LACT - Linux AMDGPU Controller
- lodosgroup/lpm - An experimental system package manager
- lotabout/rargs - xargs + awk with pattern matching support
- Luminarys/synapse - Flexible and fast BitTorrent daemon.
- m4b/bingrep - Greps through binaries from various OSs and architectures, and colors them.
- mdgaziur/findex - Findex is a highly customizable application finder using GTK3
- 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.
- mxseev/logram - Push log files' updates to Telegram
- netscanner - TUI Network Scanner
- nickgerace/gfold - CLI tool to help keep track of multiple Git repositories [](https://github.com/nickgerace/gfold/actions?query=workflow%3Amerge+branch%3Amain)
- nivekuil/rip - A safe and ergonomic alternative to `rm`
- nushell/nushell - A new type of shell
- orhun/kmon - Linux Kernel Manager and Activity Monitor 
- orhun/systeroid - A more powerful alternative to sysctl(8) with a terminal user interface 
- 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
- pop-os/popsicle - GTK3 & CLI utility for flashing multiple USB devices in parallel
- qarmin/czkawka - Multi-functional app to find duplicates, empty folders, similar images, etc. [](https://github.com/qarmin/czkawka/actions)
- redox-os/ion - Next-generation system 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)
- sitkevij/hex - A colorized hexdump terminal utility.
- supercilex/fuc - Fast `cp` and `rm` commands
- trippy - A network diagnostic tool [](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml)
- uutils/coreutils - A cross-platform rewrite of the GNU coreutils [](https://github.com/uutils/coreutils/actions/workflows/CICD.yml)
- watchexec - Executes commands in response to file modifications
- XAMPPRocky/tokei - counts the lines of code
- ynqa/jnv - Interactive JSON filter using jq [](https://github.com/ynqa/jnv/actions/workflows/ci.yml)
- fselect - Find files with SQL-like queries
- brush-shell - bash/POSIX-compatible shell [](https://github.com/reubeno/brush/actions/workflows/ci.yaml)[](https://crates.io/crates/brush-shell)
- ajeetdsouza/zoxide - A fast alternative to `cd` that learns your habits [](https://github.com/ajeetdsouza/zoxide/actions)
- nwiizo/tfmcp - Terraform MCP Tool - CLI for AI assistants to manage Terraform environments via Model Context Protocol.
- pueue - Manage your long running shell commands. [](https://github.com/nukesor/pueue/actions)
- skim - A fuzzy finder
- 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
- ynqa/sig - Interactive grep (for streaming) [](https://github.com/ynqa/sig/actions/workflows/ci.yml)
- gitui - Blazing fast terminal client for git. [](https://github.com/gitui-org/gitui/actions)
- lsd - An ls with a lot of pretty colors and awesome icons [](https://github.com/lsd-rs/lsd/actions)
-
Blockchain
- reth - Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol.
- artemis - A simple, modular, and fast framework for writing MEV bots.
- Bitcoin Satoshi's Vision - A library for working with Bitcoin SV.
- 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 
- cairo-vm - Implementation of the Cairo VM [](https://github.com/lambdaclass/cairo-vm/actions/workflows/rust.yml)
- ChainX - Fully Decentralized Interchain Crypto Asset Management on Polkadot.
- CITA - A high performance blockchain kernel for enterprise users.
- coinbase-pro-rs - Coinbase pro client, supports sync/async/websocket
- electrumrs - An efficient re-implementation of Electrum Server.
- ethabi - Encode and decode smart contract invocations.
- ethaddrgen - Custom Ethereum vanity address generator
- ethers-rs - Complete Ethereum & Celo library and wallet implementation. 
- etk - etk is a collection of tools for writing, reading, and analyzing EVM bytecode.
- Forest - Filecoin implementation [](https://app.circleci.com/pipelines/github/ChainSafe/forest?branch=main)
- Foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development. 
- hdwallet - BIP-32 HD wallet related key derivation utilities.
- Hyperlane - Framework for permissionless, modular interoperability. The offchain clients are written in Rust, as well as the smart contracts for Solana VM and CosmWasm.
- ibc-rs - Implementation of the [Interblockchain Communication](https://ibc.cosmos.network/) protocol
- infincia/bip39-rs - Implementation of BIP39.
- interBTC - Trustless and fully decentralized Bitcoin bridge to Polkadot and Kusama.
- Joystream - A user governed video platform
- Lighthouse - Ethereum Consensus Layer (CL) Client [](https://github.com/sigp/lighthouse/actions)
- mev-inspect-rs - Ethereum MEV Inspector.
- 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.
- opensea-rs - Bindings & CLI to the Opensea API and Contracts.
- Parity-Bitcoin - The Parity Bitcoin client
- Phala-Network/phala-blockchain - Confidential smart contract blockchain based on Intel SGX and Substrate
- polkadot-sdk - The Parity Polkadot Blockchain SDK
- revm - Revolutionary Machine (revm) is a fast Ethereum virtual machine.
- rust-bitcoin - Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin.
- 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.
- sigma-rust - ErgoTree interpreter and wallet-related features.
- Solana - Incredibly fast, highly scalable blockchain using Proof-of-History.
- Sui - A next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language.
- svm-rs - Solidity-Compiler Version Manager.
- tendermint-rs - Tendermint blockchain data structures and clients
- wagyu - Library for generating cryptocurrency wallets
- zcash - Zcash is an implementation of the "Zerocash" protocol.
- Anchor - Anchor is the leading development framework for building secure Solana programs (smart contracts).
- Holochain - Scalable P2P alternative to blockchain for all those distributed apps you always wanted to build. [](https://github.com/holochain/holochain/actions/)
- Subspace - The first layer-one blockchain that can fully resolve the blockchain trilemma by simultaneously achieving scalability, security, and decentralization.
- beerus - Beerus is a trustless StarkNet Light Client, ⚡blazing fast ⚡ [](https://github.com/eigerco/beerus/actions/workflows/check.yml)
- Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
- madara - Kaioshin is a ⚡ blazing fast ⚡ Starknet sequencer, based on substrate. [](https://github.com/keep-starknet-strange/madara/actions/workflows/test.yml)
- 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)
- Grin - Evolution of the MimbleWimble protocol
-
Text processing
- 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)
- 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 
- grex - A command-line tool and library for generating regular expressions from user-provided test cases
- jqnatividad/qsv - A high performance CSV data-wrangling toolkit. Forked from xsv, with 34+ additional commands & more. [](https://github.com/jqnatividad/qsv/actions/workflows/rust.yml) [](https://github.com/jqnatividad/qsv/actions/workflows/rust-windows.yml) [](https://github.com/jqnatividad/qsv/actions/workflows/rust-macos.yml)
- Lisprez/so_stupid_search - A simple and fast string search tool for human beings
- 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)
- phiresky/ripgrep-all - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
- ruplacer - Find and replace text in source files [](https://github.com/your-tools/ruplacer/actions/workflows/test.yml)
- sstadick/hck - A faster and more featureful drop in replacement for `cut` [](https://github.com/sstadick/hck)
- vishaltelangre/ff - Find files (ff) by name!
- whitfin/bytelines - Read input lines as byte slices for high efficiency.
- whitfin/runiq - an efficient way to filter duplicate lines from unsorted input.
- ripgrep - combines the usability of The Silver Searcher with the raw speed of grep
- sd - Intuitive find & replace CLI
- xsv - A fast CSV command line tool (slicing, indexing, selecting, searching, sampling, etc.)
- 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)
-
Embedded
- rmk - A feature-rich keyboard firmware.
-
Audio and Music
- dano - A hashdeep/md5tree (but much more) for media files
- 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.
- 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)
- Glicol - Graph-oriented live coding language, for collaborative musicking in browsers.
- ncspot - Cross-platform ncurses Spotify client, inspired by ncmpc and the likes. [](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild)
- Polaris - A music streaming application.
- Spotify Player - A Spotify player in the terminal with full feature parity.
- Spotifyd - An open source Spotify client running as a UNIX daemon. [](https://github.com/Spotifyd/spotifyd/actions/workflows/ci.yml)
- 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.
- 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)
-
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)
- joshuto - ranger-like terminal file manager
- xplr - A hackable, minimal, fast TUI file explorer
- yazi - Blazing fast terminal file manager, based on async I/O.
-
Graphics
- dps/rust-raytracer - An implementation of a very simple raytracer based on Ray Tracing in One Weekend by Peter Shirley.
- flxzt/rnote - Sketch and take handwritten notes.
- ivanceras/svgbob - converts ASCII diagrams into SVG graphics
- KaminariOS/rustracer - A PBR glTF 2.0 renderer based on Vulkan ray-tracing.
- Limeth/euclider - A real-time 4D CPU ray tracer
- 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.
- Twinklebear/tray_rust - A ray tracer
- wahn/rs_pbrt - Implements a counterpart to the PBRT book's (3rd edition) C++ code.
- turnage/valora - A library for generative fine art
- linebender/resvg - An SVG rendering library.
-
Image processing
- Imager - Automated image optimization.
- shssoichiro/oxipng - Multithreaded PNG optimizer written in Rust. [](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [](https://crates.io/crates/oxipng)
-
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://modbus.org) library.
-
Observability
- avito-tech/bioyino - A high-performance scalable StatsD compatible server.
- openobserve - 10x easier, 140x lower storage cost, high performance, petabyte scale - Elasticsearch/Splunk/Datadog alternative.
- 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...).
- vectordotdev/vector - A High-Performance, Logs, Metrics, & Events Router.
- MegaAntiCheat/client-backend - The client app for [MAC](https://github.com/MegaAntiCheat).
- OpenTelemetry - OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. You can analyze them using Prometheus, Jaeger, and other observability tools. [](https://github.com/open-telemetry/opentelemetry-rust/actions/workflows/ci.yml)
-
Operating systems
- A comparison of operating systems written in Rust
- 0x59616e/SteinsOS - An OS for armv8-a architecture.
- 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.
- thepowersgang/rust_os - An OS kernel written in rust. Non POSIX
- 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)
- tock/tock - A secure embedded operating system for Cortex-M based microcontrollers
- 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.
- vinc/moros - A text-based hobby operating system targeting computers with a x86-64 architecture and a BIOS.
- adamperkowski/highlightos - x86_64 OS kernel written in Rust & Assembly.
-
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)
-
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 
-
Productivity
- 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)
- espanso - A cross-platform Text Expander. [](https://github.com/espanso/espanso/actions/workflows/ci.yml)
- illacloud/illa - Low-code internal tool builder.
- 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
- yashs662/rust_kanban - kanban](https://crates.io/crates/rust-kanban)] [](https://github.com/yashs662/rust_kanban/releases) - A Kanban App for the terminal
- eureka - A CLI tool to input and store your ideas without leaving the terminal
- Furtherance - Time tracking app built with GTK4
- kruserr/hygg - A minimalistic cli document reader, supports PDF, ePub and more.
- 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)
- 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.
- 0xdea/jiggy - Minimalistic cross-platform mouse jiggler written in Rust [](https://github.com/0xdea/oneiromancer/jiggy/workflows/build.yml)
-
Routing protocols
-
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 
-
Video
- dertuxmalwieder/yaydl - A simple video downloader
- gyroflow/gyroflow - Video stabilization application using gyroscope data
- harlanc/xiu - A powerful and secure live server (rtmp/httpflv/hls/relay). [](https://crates.io/crates/xiu)
- vidmerger - Merge video & audio files via CLI
- xiph/rav1e - The fastest and safest AV1 encoder.
-
Virtualization
- firecracker-microvm/firecracker - A lightweight virtual machine for container workload [Firecracker Microvm](https://firecracker-microvm.github.io/)
- 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.
- tailhook/vagga - A containerization tool without daemons
- youki-dev/youki - A container runtime [](https://github.com/youki-dev/youki/actions)
-
Web
- cfal/tobaru - Port forwarder with allowlists, IP and TLS SNI/ALPN rule-based routing, iptables support, round-robin forwarding (load balancing), and hot reloading.
- LemmyNet/lemmy - A link aggregator / reddit clone for the fediverse [](https://cloud.drone.io/LemmyNet/lemmy)
- libreddit - An alternative private front-end to Reddit
- 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)
- Plume-org/Plume - ActivityPub federating blogging application
- Revolt/backend - User-first chat platform built with modern web technologies.
- importantimport/hatsu - 🩵 Self-hosted and fully-automated ActivityPub bridge for static sites. [](https://github.com/importantimport/hatsu/actions/workflows/release.yml)
- Redlib - An alternative private front-end to Reddit, with its origins in [Libreddit](https://github.com/libreddit/libreddit)
-
Web Servers
- cloudflare/pingora - A library for building fast, reliable and evolvable network services.
- orhun/rustypaste - A minimal file upload/pastebin service 
- ronanyeah/rust-hasura - A demonstration of how a GraphQL server can be used as a remote schema with [Hasura](https://hasura.io/) 
- 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)
- thecoshman/http - Host These Things Please - A basic http server for hosting a folder fast and simply
- TheWaWaR/simple-http-server - simple static http server
- wyhaya/see - Static HTTP file server
- mu-arch/skyfolder - 🪂 Beautiful HTTP/Bittorrent server without the hassle. Secure - GUI - Pretty - Fast
- 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)
- 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)
- Mini RPS - Mini reverse proxy server, HTTPS, CORS, static file hosting and template engine (minijinja) [crates.io](https://crates.io/crates/minirps)
- 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)
- 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
-
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 
-
Finance
- 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)
- tarkah/tickrs - Realtime ticker data in your terminal
-
-
Development tools
-
Build system
- Cargo - the Rust package manager
- cargo-benchcmp - A utility to compare micro-benchmarks
- Nix
- 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)
- cargo-generate - A generator of a rust project by leveraging a pre-existing git repository as a template.
- cargo-udeps - udeps](https://crates.io/crates/cargo-udeps)] - find unused dependencies
- 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
- facebook/buck2 - [Buck2](https://buck2.build/) is a large-scale build tool built in Rust
- Fleet - rs](https://crates.io/crates/fleet-rs)] - The blazing fast build tool for Rust.
- icepuma/rust-action - rust github action
- peaceiris/actions-mdbook - GitHub Actions for mdBook
- nix-community/fenix - Rust toolchains and rust analyzer nightly for nix [](https://github.com/nix-community/fenix/actions/workflows/ci.yml)
- pantsbuild/pants - [Pants](https://www.pantsbuild.org/) is a fast, scalable, user-friendly build system for codebases of all sizes built in Rust.
- cargo-bitbake - A cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
- cargo-cache - inspect/manage/clean your cargo cache (`~/.cargo/`/`${CARGO_HOME}`), print sizes etc [](https://github.com/matthiaskrgr/cargo-cache/actions)
- cargo-check - A wrapper around `cargo rustc -- -Zno-trans` which can be helpful for running a faster compile if you only need correctness checks
- cargo-commander - A subcommand for `cargo` to run CLI commands similar to how the scripts section in `package.json` works [](https://github.com/simonhyll/cargo-commander/actions/workflows/build.yml)
- cargo-count - lists source code counts and details about cargo projects, including unsafe statistics
- cargo-deb - Generates binary Debian packages
- cargo-deps - build dependency graphs
- cargo-do - run multiple cargo commands in a row
- cargo-ebuild - cargo extension that can generate ebuilds using the in-tree eclasses
- cargo-edit - allows you to add and list dependencies by reading/writing to your Cargo.toml file from the command line
- cargo-graph - updated fork of `cargo-dot` with additional features. Unmaintained, see `cargo-deps`
- cargo-info - queries crates.io for crates details from command line
- cargo-license - A cargo subcommand to quickly view the licenses of all dependencies.
- cargo-make - Task runner and build tool. [](https://github.com/sagiegurari/cargo-make/actions)
- cargo-modules - A cargo plugin for showing a tree-like overview of a crate's modules.
- cargo-multi - runs specified cargo command on multiple crates
- cargo-outdated - displays when newer versions of Rust dependencies are available, or out of date
- cargo-release - tool for releasing git-managed cargo project, build, tag, publish, doc and push [](https://github.com/crate-ci/cargo-release/actions/workflows/rust.yml)
- cargo-script - lets people quickly and easily run Rust "scripts" which can make use of Cargo's package ecosystem
- cargo-update - cargo subcommand for checking and applying updates to installed executables
- cargo-watch - utility for cargo to compile projects when sources change
- cargo-limit - Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc. [](https://github.com/cargo-limit//cargo-limit/actions)
- 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-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-depgraph - Creates dependency graphs for cargo projects using cargo metadata and graphviz
-
IDEs
- IntelliJ
- Kakoune
- Are we (I)DE yet? - lang.org/tools).
- Eclipse
- Emacs
- gitpod.io
- gnome-builder - native support for rust and cargo since Version 3.22.2
- Sublime Text
- Vim
- Visual Studio Code
- rust-lang/rls-vscode - analyzer)
- gitpod.io
- Vim
- kakoune-lsp - [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
- 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
- emacs-racer - Autocompletion (see also [company](https://company-mode.github.io) and [auto-complete](https://github.com/auto-complete/auto-complete))
- flycheck-rust - Rust support for [Flycheck](https://github.com/flycheck/flycheck)
- rust-mode - Rust Major Mode
- rustic - Rust development environment for Emacs [](https://github.com/brotzeit/rustic/actions?query=workflow%3ACI)
- intellij-rust/intellij-rust - Rust plugin for the IntelliJ Platform
- Ride - A Rust IDE
- rust-lang/rust-enhanced - official Rust package
- autozimu/LanguageClient-neovim - [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
- crates.nvim - plugin that helps to managing crates.io dependencies.
- PistonDevelopers/VisualRust - A Visual Studio extension for Rust [](https://ci.appveyor.com/project/vosen/visualrust)
- 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.
- dgriffen/rls-vs2017 - Rust support for Visual Studio 2017 Preview [](https://ci.appveyor.com/project/dgriffen/rls-vs2017)
- cargo.nvim - A Neovim plugin for seamless integration with Cargo commands.
- Dependi - Manage your dependencies with ease
- 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
- RustRover - A powerful Rust IDE by JetBrains, free for individual non-commercial use
- lapce - Lightning-fast and Powerful Code Editor written in Rust. [](https://github.com/lapce/lapce/actions/workflows/release.yml)
- CodeLLDB - A LLDB extension
- Even Better TOML - TOML support in vscode
-
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.
- avr-rust/ruduino - Reusable components for the Arduino Uno.
- japaric/rust-cross - everything you need to know about cross compiling Rust programs
- japaric/xargo - effortless cross compilation of Rust programs to custom bare-metal targets like ARM Cortex-M
- 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
-
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).
- mthom/scryer-prolog - Scryer Prolog is a free software ISO Prolog system written in Rust
- 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
- csbindgen - generates C# bindings for Rust source files
- dtolnay/cxx - Safe interop between Rust and C++ [](https://github.com/dtolnay/cxx)
- rust-lang/rust-bindgen - A Rust bindings generator
- 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
- 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)
- 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
- infinyon/node-bindgen - Easy way to generate nodejs module using Rust
- neon-bindings/neon - Rust bindings for writing safe and fast native Node.js modules
- zhangyuang/node-ffi-rs - A module written in Rust and N-API provides interface (FFI) features for Node.js
- SSheldon/rust-objc - Objective-C Runtime bindings and wrapper for Rust
- phper-framework/phper - The framework that allows us to write PHP extensions using pure and safe Rust whenever possible
- dgrunwald/rust-cpython - Python bindings
- getsentry/milksnake - extension for python setuptools that allows you to distribute dynamic linked libraries in Python wheels in the most portable way imaginable.
- PyO3/PyO3 - Rust bindings for the Python interpreter
- RustPython - A Python Interpreter written in Rust [](https://github.com/RustPython/RustPython/actions?query=workflow%3ACI)
- d-unsed/ruru - native Ruby extensions written in Rust
- danielpclark/rutie - native Ruby extensions written in Rust and vice versa
- 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)
- rustwasm/wasm-bindgen - A project for facilitating high-level interactions between wasm modules and JS.
- rustwasm/wasm-pack - :package: :sparkles: pack up the wasm and publish it to npm!
- rust-cpp - Embed C++ code directly in Rust. [](https://ci.appveyor.com/project/mystor/rust-cpp/branch/master)
- j4rs - use Java from Rust
- jni - use Rust from Java
- jni-sys - Rust definitions corresponding to jni.h
- rucaja - use Java from Rust
-
Services
-
Static analysis
- [assert
- static_assertions - Compile-time assertions to ensure that invariants are met
- 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)
- verus-lang/verus - Verified Rust for low-level systems code
-
Testing
- [test
- tarpaulin - A code coverage tool
- cargo-dinghy - A cargo extension to simplify running library tests and benches on smartphones and other small processor devices.
- cucumber - An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies. [](https://github.com/cucumber-rs/cucumber)
- speculate - An RSpec inspired minimal testing framework
- proptest - property testing framework inspired by the [Hypothesis](https://hypothesis.works/) framework for Python
- quickcheck - A Rust implementation of [QuickCheck](https://wiki.haskell.org/Introduction_to_QuickCheck1)
- 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
- AlKass/polish - Mini Testing/Test-Driven Framework [](https://crates.io/crates/polish)
- 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)
- rlt - A universal load testing framework, with real-time tui support.
- asomers/mockall - A powerful mock object library. [](https://cirrus-ci.com/github/asomers/mockall)
- fake-rs - A library for generating fake data
- goldenfile - A library providing a simple API for goldenfile testing.
- httpmock - HTTP mocking [](https://dev.azure.com/alexliesenfeld/httpmock/_build/latest?definitionId=2&branchName=master)
- 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)
- mutagen - A source-level mutation testing framework (nightly only)
- rust-fuzz/afl.rs - A Rust fuzzer, using [AFL](https://lcamtuf.coredump.cx/afl/)
- demonstrate - Declarative Testing Framework [](https://github.com/aubaugh/demonstrate)
- GoogleTest Rust - Powerful test assertion framework based on the C++ test library GoogleTest [](https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain)
- rstest - Fixture-based test framework [](https://github.com/la10736/rstest/actions)
- mockiato - A strict, yet friendly mocking library for unstable Rust 2018
- mockito - HTTP mocking
- 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)
-
Web Servers
- git-journal - The Git Commit Message and Changelog Generation Framework
- ATAC - A feature-full TUI API client made in Rust. ATAC is free, open-source, offline and account-less.
- bacon - background rust code checker, similar to cargo-watch
- 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))
- comtrya - A configuration management tool for localhost / dotfiles [](https://github.com/comtrya/comtrya/actions)
- create-rust-app - Set up a modern rust+react web app by running one command. [](https://crates.io/crates/create-rust-app)
- dan-t/rusty-tags - create ctags/etags for a cargo project and all of its dependencies
- datanymizer/datanymizer - Powerful database anonymizer with flexible rules [](https://github.com/datanymizer/datanymizer/actions?query=workflow%3ACI+branch%3Amain)
- envio-cli/envio - A Modern And Secure CLI Tool For Managing Environment Variables [](https://github.com/envio-cli/envio/actions/workflows/CICD.yml)
- frolic - An API layer to build customer facing dashboards 10x faster
- fw - workspace productivity booster [](https://github.com/brocode/fw/actions/workflows/rust.yml)
- 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)
- 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)
- git-cliff - A highly customizable Changelog Generator that follows Conventional Commit specifications 
- hot-lib-reloader - Hot reload Rust code [](https://github.com/rksm/hot-lib-reloader-rs/actions/workflows/ci.yml)
- 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)
- just - A handy command runner for project-specific tasks
- mask - A CLI task runner defined by a simple markdown file [](https://github.com/jacobdeichert/mask/actions?query=workflow%3ACI)
- 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
- Rust Search Extension - A handy browser extension to search crates and docs in address bar (omnibox). [](https://github.com/huhu/rust-search-extension/actions)
- scriptisto - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages. [](https://cloud.drone.io/igor-petruk/scriptisto)
- typos - cli](https://crates.io/crates/typos-cli)] - Source code spell checker
- Flox - Flox is a virtual environment and package manager all in one.
- clippy - Rust lints
- delta - A syntax-highlighter for git and diff output[](https://github.com/dandavison/delta//actions)
- cloudflare/foundations - Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems.
- Rustup - the Rust toolchain installer [](https://github.com/rust-lang/rustup/actions)
- dotenv-linter - Linter for `.env` files [](https://github.com/dotenv-linter/dotenv-linter/actions?query=workflow%3ACI+branch%3Amaster)
- frolic - An API layer to build customer facing dashboards 10x faster
-
Deployment
- 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)
- 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
- LukeMathWalker/cargo-chef - A tool and pre-built images for caching compiling remote dependencies between Docker builds.
- 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
- Stavrospanakakis/is_ready - Wait for multiple services to become available 
- emk/heroku-buildpack-rust - A buildpack for Rust applications on Heroku
- MarcoIeni/release-plz - plz](https://crates.io/crates/release-plz)] - Release crates from CI, with changelog generation and semver check. [](https://github.com/MarcoIeni/release-plz/actions)
-
Debugging
- gdbgui - Browser based frontend for gdb to debug C, C++, Rust, and go.
- kxxt/tracexec - Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
-
Formatters
- 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)
- rustfmt - Rust code formatter maintained by the Rust team and included in cargo
-
Profiling
- Bencher - A suite of continuous benchmarking tools designed to catch performance regressions in CI
- bheisler/criterion.rs - Statistics-driven benchmarking library
- Bytehound - A memory profiler for Linux
- Divan - Simple yet powerful benchmarking library with allocation profiling
- ellisonch/rust-stopwatch - A stopwatch library
- llogiq/flame - An intrusive flamegraph profiling tool for rust
- mrhooray/torch - generates FlameGraphs based on DWARF Debug Info
- sharkdp/hyperfine - A command-line benchmarking tool
- g3bench - A benchmark tool that supports HTTP 1.x, HTTP 2, HTTP 3, TLS Handshake, DNS and Cloudflare Keyless
-
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.
-
-
Resources
-
Web programming
- Rust for professionals - A quick introduction to Rust for experienced software developers.
- 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
- 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
- Tour of Rust - This is meant to be an interactive step by step guide through the features of the Rust programming language.
- New Rustacean
- 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
- Tour of Rust - This is meant to be an interactive step by step guide through the features of the Rust programming language.
- New Rustacean
- RustCamp 2015 Talks
- 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.
- Programming Community Curated Resources for Learning Rust - A list of recommended resources voted by the programming community.
- Rustacean Station - A community project for creating podcast content for Rust
- Rust Guidelines - Aaron Turon's blog posts on rust
- Rust Tiếng Việt - Learn Rust in Vietnamese.
- CIS 198: Rust Programming - University of Pennsylvania's Comp Sci Rust Programming Course
- Hands-on Rust - A hands-on guide to learning Rust by making games - by [Herbert Wolverson](https://github.com/thebracket/) (paid)
- Refactoring to Rust - A book that introduces to Rust language.
- Take your first steps with Rust - Lay the foundation of knowledge you need to build fast and effective programs in Rust.
- Rust Servers, Services and Apps - MEAP - Build backend servers, services, and front-ends in Rust to get fast, reliable, and maintainable applications.
-
-
Registries
-
Web programming
- Crates
- Crates
- 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.
-
Programming Languages
Sub Categories
Database
113
System tools
64
Command-line
47
Blockchain
47
Web Servers
45
Encoding
43
Build system
40
Web programming
39
IDEs
37
FFI
35
Utilities
34
Cryptography
31
Audio and Music
25
Games
24
Artificial Intelligence
24
Testing
24
Security tools
23
Emulators
22
Text processing
18
Game development
18
Computation
18
Graphics
17
Data structures
15
Email
14
Productivity
13
Compression
12
Filesystem
11
Asynchronous
11
Text editors
10
Deployment
10
Data processing
10
Operating systems
10
Data visualization
9
Profiling
9
GUI
9
Embedded
8
Date and time
8
Web
8
Caching
7
Cloud
7
Finance
7
Observability
7
Authentication
6
Distributed systems
6
Concurrency
5
Static analysis
5
Data streaming
5
Automotive
5
Virtualization
5
Configuration
5
Video
5
Astronomy
5
Transpiling
4
File manager
4
Formatters
3
Task scheduling
3
Functional Programming
3
Services
3
Message Queue
2
Social networks
2
Simulation
2
eBPF
2
Debugging
2
Scripting
2
Package Managers
2
Industrial automation
2
Image processing
2
Routing protocols
2
Geospatial
2
Text search
2
Domain driven design
1
Logging
1
MLOps
1
Bioinformatics
1
Mobile
1
Network programming
1
Payments
1
Platform specific
1
Parsing
1
Unsafe
1
Keywords
rust
539
cli
65
terminal
52
rust-lang
38
database
37
tui
37
linux
36
command-line
29
sql
23
blockchain
22
command-line-tool
19
rust-library
18
macos
18
windows
18
async
15
machine-learning
15
sqlite
15
developer-tools
15
http
14
cross-platform
14
wasm
14
python
14
postgresql
14
security
14
ethereum
13
docker
13
web
13
game
13
git
13
json
13
webassembly
12
cryptography
12
cargo
12
mysql
12
shell
11
emulator
11
tool
10
server
10
tokio
10
postgres
10
rustlang
10
rust-crate
10
unix
10
network
9
statistics
9
productivity
9
javascript
9
networking
9
library
9
email
9