Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-rust

A curated list of Rust code and resources.
https://github.com/rust-unofficial/awesome-rust

Last synced: about 6 hours ago
JSON representation

  • Libraries

    • GUI

    • Email

      • [email
      • duesee/imap-codec - codec](https://crates.io/crates/imap-codec)] - Rock-solid and complete codec for IMAP [![Build & Test](https://github.com/duesee/imap-codec/actions/workflows/build_and_test.yml/badge.svg)](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 [![CI](https://github.com/lettre/lettre/actions/workflows/test.yml/badge.svg?branch=master)](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 [![build badge](https://github.com/stalwartlabs/mail-auth/actions/workflows/rust.yml/badge.svg)](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 [![build badge](https://github.com/stalwartlabs/mail-parser/actions/workflows/rust.yml/badge.svg)](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 [![build badge](https://github.com/stalwartlabs/mail-send/actions/workflows/rust.yml/badge.svg)](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
      • 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.![Crates.io](https://img.shields.io/crates/v/radiate)
      • 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. ![Crates.io](https://img.shields.io/crates/v/dfdx)
      • 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. [![Build Status](https://github.com/huggingface/tokenizers/workflows/Rust/badge.svg?branch=master)](https://github.com/huggingface/tokenizers/actions)
      • LaurentMazare/tch-rs - Bindings for PyTorch.
      • maciejkula/rustlearn - Machine learning library. [![Circle CI](https://circleci.com/gh/maciejkula/rustlearn.svg?style=svg)](https://app.circleci.com/pipelines/github/maciejkula/rustlearn)
      • rust-ml/linfa - Machine learning framework.
      • smartcorelib/smartcore - Machine Learning Library [![Build Status](https://img.shields.io/circleci/build/github/smartcorelib/smartcore)](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. [![CI](https://github.com/zurawiki/tiktoken-rs/actions/workflows/ci.yml/badge.svg)](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.
    • Astronomy

    • Audio and Music

      • [audio
      • RustAudio
      • insomnimus/nodi - A library for playback and abstraction of MIDI files. [![build badge](https://github.com/insomnimus/nodi/actions/workflows/main.yml/badge.svg?branch=main)](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. [![Actions Status](https://github.com/RustAudio/cpal/workflows/cpal/badge.svg?branch=master)](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 [![build badge](https://github.com/Serial-ATA/lofty-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Serial-ATA/lofty-rs/actions)
      • hound - A WAV encoding and decoding library
    • Cloud

      • [aws
      • awslabs/aws-lambda-rust-runtime - Runtime for AWS Lambda [![build badge](https://github.com/awslabs/aws-lambda-rust-runtime/workflows/Rust/badge.svg)](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
    • Compression

      • 7z
      • Brotli
      • dyz1990/sevenz-rust - rust](https://crates.io/crates/sevenz-rust)] - A 7z decompressor/compressor written in pure rust. [![Rust](https://github.com/dyz1990/sevenz-rust/workflows/Rust/badge.svg?branch=main)](https://github.com/dyz1990/sevenz-rust/actions)
      • dropbox/rust-brotli - Brotli decompressor that optionally avoids the stdlib
      • ende76/brotli-rs - implementation of Brotli compression
      • alexcrichton/bzip2-rs - [libbz2](https://www.sourceware.org/bzip2/) bindings
      • 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 [![build badge](https://github.com/rust-lang/flate2-rs/workflows/CI/badge.svg?branch=master)](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.
    • Computation

    • 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. [![build badge](https://github.com/facebook/opaque-ke/workflows/Rust%20CI/badge.svg?branch=master)](https://github.com/facebook/opaque-ke)
      • iddm/randomorg - A random.org client library. [![Crates badge](https://img.shields.io/crates/v/randomorg.svg)](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. [![Tests](https://github.com/orion-rs/orion/actions/workflows/test.yml/badge.svg?branch=master)](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. [![CI](https://github.com/sorairolake/abcrypt/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/abcrypt/actions?query=workflow%3ACI)
      • sorairolake/scryptenc-rs - An implementation of the scrypt encrypted data format. [![CI](https://github.com/sorairolake/scryptenc-rs/workflows/CI/badge.svg?branch=develop)](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. [![build badge](https://circleci.com/gh/cossacklabs/themis/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/cossacklabs/themis)
      • sorairolake/abcrypt - A simple, modern and secure file encryption library. [![CI](https://gitlab.com/sorairolake/abcrypt/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/abcrypt/actions?query=workflow%3ACI)
      • sorairolake/scryptenc-rs - An implementation of the scrypt encrypted data format. [![CI](https://gitlab.com/sorairolake/scryptenc-rs/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/scryptenc-rs/actions?query=workflow%3ACI)
    • 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 [![pipeline status](https://gitlab.com/qonfucius/aragog/badges/master/pipeline.svg)](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. [![build badge](https://github.com/krojew/cdrs-tokio/actions/workflows/rust.yml/badge.svg)](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` [![build badge](https://github.com/softprops/dynomite/workflows/Main/badge.svg?branch=master)](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 [![build badge](https://ci.appveyor.com/api/projects/status/csa78tcumdpnbur2?svg=true)](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. ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PoloDB/PoloDB/rust.yml)
      • Redb - An embedded key-value database. It provides a similar interface to other embedded key-value stores such as rocksdb and lmdb. ![GitHub Workflow Status](https://github.com/cberner/redb/actions/workflows/ci.yml/badge.svg)
      • aembke/fred - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)]([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 [![Rust](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml)
      • rust-rocksdb/rust-rocksdb - RocksDB bindings [![RocksDB CI](https://github.com/rust-rocksdb/rust-rocksdb/actions/workflows/rust.yml/badge.svg?branch=master)](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. ![build status](https://github.com/krojew/rust-zookeeper/actions/workflows/rust.yml/badge.svg)
      • Brendonovich/prisma-client-rust - An autogenerated query builder that provides simple and fully type-safe database access using the Prisma ecosystem. [![Test Status](https://img.shields.io/github/workflow/status/Brendonovich/prisma-client-rust/CI?label=tests&style=flat-square)](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 [![crate](https://img.shields.io/crates/v/sea-orm.svg)](https://crates.io/crates/sea-orm) [![docs](https://img.shields.io/docsrs/sea-orm/latest)](https://docs.rs/sea-orm) [![build status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](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 [![build badge](https://img.shields.io/github/workflow/status/launchbadge/sqlx/Rust/master?style=flat-square)](https://github.com/launchbadge/sqlx)
      • SeaQL/sea-query - 🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite [![crate](https://img.shields.io/crates/v/sea-query.svg)](https://crates.io/crates/sea-query) [![docs](https://img.shields.io/docsrs/sea-query/latest)](https://docs.rs/sea-query) [![build status](https://github.com/SeaQL/sea-query/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-query/actions/workflows/rust.yml)
      • SeaQL/sea-schema - 🌿 SQL schema definition and discovery [![crate](https://img.shields.io/crates/v/sea-schema.svg)](https://crates.io/crates/sea-schema) [![docs](https://img.shields.io/docsrs/sea-schema/latest)](https://docs.rs/sea-schema) [![build status](https://github.com/SeaQL/sea-schema/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-schema/actions/workflows/rust.yml)
      • prisma/tiberius - [![Cargo tests](https://github.com/prisma/tiberius/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/prisma/tiberius/actions/workflows/test.yml)
      • AgilData/mysql-proxy-rs - A MySQL Proxy [![CircleCI](https://circleci.com/gh/AgilData/mysql-proxy-rs/tree/master.svg?style=svg)](https://app.circleci.com/pipelines/github/AgilData/mysql-proxy-rs?branch=master)
      • blackbeam/mysql_async - asynchronous Mysql driver based on Tokio. [![CircleCI](https://circleci.com/gh/blackbeam/mysql_async/tree/master.svg?style=shield)](https://app.circleci.com/pipelines/github/blackbeam/mysql_async?branch=master)
      • blackbeam/rust-mysql-simple - A native MySql client
      • kubo/rust-oracle - Oracle driver [![build badge](https://github.com/kubo/rust-oracle/actions/workflows/run-tests.yml/badge.svg?branch=master)](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://www.sqlite.org/index.html) bindings
      • c410-f3r/wtx - Fast implementation with a low set of external dependencies.
      • surrealdb/surrealdb - SurrealDB embedded document-graph database
      • mjovanc/njord - ⛵ A lightweight ORM library for Rust [![build status](https://github.com/mjovanc/njord/actions/workflows/ci.yml/badge.svg)](https://github.com/mjovanc/njord/actions/workflows/ci.yml) ![crates.io](https://img.shields.io/crates/v/njord.svg)
      • SeaQL/seaography - 🧭 GraphQL framework for SeaORM [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography) [![docs](https://img.shields.io/docsrs/seaography/latest)](https://docs.rs/seaography) [![build status](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml/badge.svg)](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml)
      • [cassandra-protocol - Cassandra protocol implementation.
      • [cdrs-tokio - production-ready async Apache Cassandra driverclient
    • 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 [![build badge](https://github.com/Mnwa/ms/workflows/build/badge.svg?branch=master)](https://github.com/Mnwa/ms/actions?query=workflow%3Abuild)
      • sorairolake/nt-time - time](https://crates.io/crates/nt-time)] - A Windows file time library. [![CI](https://github.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://github.com/sorairolake/nt-time/actions?query=workflow%3ACI)
      • time-rs/time - [![build badge](https://github.com/time-rs/time/workflows/Build/badge.svg)](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. [![CI](https://gitlab.com/sorairolake/nt-time/workflows/CI/badge.svg?branch=develop)](https://gitlab.com/sorairolake/nt-time/actions?query=workflow%3ACI)
    • Encoding

      • [encoding
      • FlatBuffers
      • alex/rust-asn1 - ASN.1 (DER) serializer
      • bincode-org/bincode - A binary encoder/decoder [![CI](https://github.com/bincode-org/bincode/actions/workflows/rust.yml/badge.svg?branch=trunk)](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 - [![continuous integration](https://github.com/tokio-rs/prost/workflows/continuous%20integration/badge.svg?branch=master)](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 [![CI](https://github.com/tamasfe/taplo/workflows/Continuous%20integration/badge.svg)](https://github.com/tamasfe/taplo/actions?query=workflow%3A%22Continuous+integration%22)
      • toml-rs/toml - [![CI](https://github.com/toml-rs/toml/actions/workflows/ci.yml/badge.svg)](https://github.com/toml-rs/toml/actions/workflows/ci.yml)
      • Florob/RustyXML - an XML parser
      • media-io/yaserde - Yet Another Serializer/Deserializer specialized for XML
      • 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 [![build](https://img.shields.io/github/workflow/status/dtolnay/serde-yaml/CI/master)](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
    • 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. [![build](https://img.shields.io/github/actions/workflow/status/apache/opendal/ci_core.yml?branch=main)](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

    • Game development

      • Are we game yet?
      • ![Crates.io
      • Godot
      • Raylib
      • SDL
      • Are we game yet?
      • SiegeLord/RustAllegro - [Allegro 5](https://liballeg.org/) 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). [![Rust](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml/badge.svg)](https://github.com/amethyst/bracket-lib/actions/workflows/rust.yml)
      • iddm/challonge-rs - Client library for the Challonge REST API. Helps to organize tournaments. [![CI](https://github.com/iddm/challonge-rs/actions/workflows/ci.yml/badge.svg)](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 [![build badge](https://github.com/amethyst/legion/workflows/CI/badge.svg?branch=master)](https://github.com/amethyst/legion/actions)
      • Bevy - is a refreshingly simple data-driven game engine. - [![Crates.io](https://img.shields.io/crates/v/bevy.svg)](https://crates.io/crates/bevy) [![Crates.io](https://img.shields.io/crates/d/bevy.svg)](https://crates.io/crates/bevy)
      • ggez - A lightweight game framework for making 2D games with minimum friction - [![Crates.io](https://img.shields.io/crates/v/ggez.svg)](https://crates.io/crates/ggez) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ggez/ggez/blob/master/LICENSE) [![Crates.io](https://img.shields.io/crates/d/ggez.svg)](https://crates.io/crates/ggez)
      • Fyrox - Game engine 3D [![Crates.io](https://img.shields.io/crates/v/fyrox.svg)](https://crates.io/crates/fyrox) [![license](https://img.shields.io/crates/l/fyrox.svg)](https://github.com/FyroxEngine/Fyrox/blob/master/LICENSE.md) [![Crates.io](https://img.shields.io/crates/d/fyrox.svg)](https://crates.io/crates/fyrox)
      • Piston - [![Crates.io](https://img.shields.io/crates/v/piston.svg?style=flat-square)](https://crates.io/crates/piston) [![Crates.io](https://img.shields.io/crates/l/piston.svg)](https://github.com/PistonDevelopers/piston/blob/master/LICENSE) [![Crates.io](https://img.shields.io/crates/d/piston.svg)](https://crates.io/crates/piston)
    • Graphics

    • Geospatial

      • [geo
      • Georust - geospatial tools and libraries written
    • Logging

    • Platform specific

    • Scripting

      • [scripting
      • duckscript - [Simple, extendable and embeddable scripting language.](https://github.com/sagiegurari/duckscript) [![build badge](https://github.com/sagiegurari/duckscript/workflows/CI/badge.svg?branch=master)](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 [![Build Status](https://gitlab.com/nyx-space/nyx/badges/master/pipeline.svg)](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
      • seed
      • 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.
      • amv-dev/yata - high performance technical analysis library [![Build Status](https://img.shields.io/github/workflow/status/amv-dev/yata/Rust?branch=master)](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
      • pola-rs/polars - Fast feature complete DataFrame library ![Build and test](https://github.com/pola-rs/polars/workflows/Build%20and%20test/badge.svg?branch=master)
      • weld-project/weld - High-performance runtime for data analytics applications
      • 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.
      • 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.
    • Transpiling

      • perf-monitor-rs - A toolkit designed to be a foundation for applications to monitor their performance. [![crates.io](https://img.shields.io/crates/v/perf_monitor.svg)](https://crates.io/crates/perf_monitor)
    • Asynchronous

      • 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 [![CI](https://github.com/async-rs/async-std/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/async-rs/async-std/actions/workflows/ci.yml)
    • Authentication

      • constantoine/totp-rs - rs](https://crates.io/crates/totp-rs)] - 2fa library to generate and verify TOTP-based tokens ![Build Status](https://github.com/constantoine/totp-rs/workflows/Rust/badge.svg)
      • 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 [![Build Status](https://api.cirrus-ci.com/github/HeroicKatora/oxide-auth.svg?branch=master)](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 [![build badge](https://circleci.com/gh/Sensirion/lin-bus-rs.svg?style=svg)](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 [![build badge](https://github.com/06chaynes/http-cache/workflows/http-cache/badge.svg)](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 [![build badge](https://github.com/al8n/stretto/actions/workflows/ci.yml/badge.svg)](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 [![build badge](https://github.com/moka-rs/moka/workflows/CI/badge.svg)](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 [![build badge](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg)](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 [![build badge](https://github.com/google/argh/workflows/Argh/badge.svg?branch=master)](https://github.com/google/argh/actions)
      • killercup/quicli - quickly build cool CLI apps
      • ksk001100/seahorse - A minimal CLI framework [![Build status](https://github.com/ksk001100/seahorse/workflows/CI/badge.svg?branch=master)](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. [![Build status](https://github.com/Nukesor/comfy-table/workflows/Tests/badge.svg?branch=master)](https://github.com/nukesor/comfy-table/actions)
      • zhiburt/tabled - An easy to use library for pretty print tables of structs and enums. [![Build Status](https://github.com/zhiburt/tabled/actions/workflows/ci.yml/badge.svg)](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 [![build badge](https://github.com/mgrachev/update-informer/workflows/CI/badge.svg)](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 [![CI](https://github.com/rust-cli/rexpect/actions/workflows/ci.yml/badge.svg)](https://github.com/rust-cli/rexpect/actions/workflows/ci.yml)
      • zhiburt/expectrl - A library for controlling interactive programs in a pseudo-terminal [![build badge](https://github.com/zhiburt/expectrl/actions/workflows/ci.yml/badge.svg)](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. [![CI](https://github.com/etienne-napoleone/spinach/actions/workflows/ci.yml/badge.svg)](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. [![Build status](https://github.com/mikaelmello/inquire/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mikaelmello/inquire/actions)
      • ynqa/promkit - A toolkit for building interactive command-line tools [![ci](https://github.com/ynqa/promkit/actions/workflows/ci.yml/badge.svg?branch=main)](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 [![Build status](https://github.com/LukasKalbertodt/bunt/actions/workflows/ci.yml/badge.svg)](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
      • ratatui-org/ratatui - Library that's all about cooking up terminal user interfaces (TUIs)
      • 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. [![build badge](https://github.com/sagiegurari/cliparser/workflows/CI/badge.svg?branch=master)](https://github.com/sagiegurari/cliparser/actions)
      • starship/starship - A minimal, blazing fast, and extremely customizable prompt for any shell [![Build status](https://github.com/starship/starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/starship/starship/actions)
      • ratatui-org/ratatui - Library that's all about cooking up terminal user interfaces (TUIs)
    • Concurrency

      • crossbeam-rs/crossbeam - Support for parallelism and low-level concurrency
      • orium/archery - Library to abstract from `Rc`/`Arc` pointer types. [![build badge](https://github.com/orium/archery/workflows/CI/badge.svg)](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. [![CircleCI](https://circleci.com/gh/vstakhov/libucl.svg?style=svg)](https://app.circleci.com/pipelines/github/vstakhov/libucl)
      • Kixunil/configure_me - library for processing application configuration easily
      • mehcode/config-rs - Layered configuration system (with strong support for 12-factor applications).
      • SergioBenitez/Figment - A configuration library so con-free, it's unreal.
      • softprops/envy - deserialize env vars into typesafe structs [![Main](https://github.com/softprops/envy/actions/workflows/main.yml/badge.svg)](https://github.com/softprops/envy/actions/workflows/main.yml)
    • Data streaming

      • ArroyoSystems/arroyo - High-performance real-time analytics in Rust and SQL [![CI](https://github.com/ArroyoSystems/arroyo/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/ArroyoSystems/arroyo/actions)
      • iggy-rs/iggy - Persistent message streaming platform, supporting QUIC, TCP and HTTP transport protocols [![CI](https://github.com/iggy-rs/iggy/actions/workflows/test.yml/badge.svg)](https://github.com/iggy-rs/iggy/actions/workflows/test.yml)
      • infinyon/fluvio - Programmable data streaming platform [![CI](https://github.com/infinyon/fluvio/workflows/CI/badge.svg?branch=stable)](https://github.com/infinyon/fluvio/actions)
      • swimos/swim-rust - rust](https://crates.io/crates/swimos)] - Self-contained distributed software platform for building stateful, massively real-time streaming applications.
    • Data structures

      • ashvardanian/simsimd - SIMD-accelerated vector distances and similarity functions for x86 AVX2 & AVX-512, and Arm NEON [![crates.io](https://img.shields.io/crates/v/simsimd.svg)](https://crates.io/crates/simsimd)
      • becheran/grid - Provide a two dimensional data structure that is easy to use and fast. [![build status](https://github.com/becheran/grid/actions/workflows/rust.yml/badge.svg)](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. [![build status](https://github.com/greyblake/nutype/actions/workflows/ci.yml/badge.svg)](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. [![build badge](https://github.com/orium/rpds/workflows/CI/badge.svg)](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`. [![GitHub Actions](https://github.com/tnballo/scapegoat/workflows/test/badge.svg?branch=master)](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. [![ci](https://github.com/yamafaktory/hypergraph/actions/workflows/ci.yml/badge.svg?branch=main)](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. [![Crates.io](https://img.shields.io/crates/v/egui_graphs)](https://crates.io/crates/egui_graphs) [![docs.rs](https://img.shields.io/docsrs/egui_graphs)](https://docs.rs/egui_graphs)
      • djduque/pgfplots - Library to generate publication-quality figures. [![build](https://github.com/DJDuque/pgfplots/actions/workflows/rust.yml/badge.svg)](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 - [![build badge](https://github.com/plotters-rs/plotters/workflows/CI/badge.svg)](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

    • 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. ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/avhz/RustQuant/build.yml)
      • d-e-s-o/apca - Opinionated and comprehensive bindings to the [Alpaca API](https://alpaca.markets/) for stock trading and more. ![GitHub Workflow Status](https://github.com/d-e-s-o/apca/actions/workflows/test.yml/badge.svg?branch=main)
    • Bioinformatics

    • Network programming

      • Thrussh - an SSH library, backed by [libsodium](https://doc.libsodium.org/)
    • Text processing

    • 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

  • Applications

      • Arti - An implementation of Tor. (So far, it's a not-very-complete client. But watch this space!) [![Crates.io](https://img.shields.io/crates/v/arti.svg)](https://crates.io/crates/arti)
      • Pijul - based distributed version control system
      • Pijul - based distributed version control system
      • alacritty - A cross-platform, GPU enhanced terminal emulator
      • asm-cli-rust - An interactive assembly shell.
      • cloudflare/boringtun - A Userspace WireGuard VPN Implementation [![build badge](https://img.shields.io/badge/crates.io-v0.2.0-orange.svg)](https://crates.io/crates/boringtun)
      • denoland/deno - A secure JavaScript/TypeScript runtime built with V8 and Tokio [![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
      • doprz/dipc - Convert your favorite images and wallpapers with your favorite color palettes/themes [![crates.io](https://img.shields.io/crates/v/dipc)](https://crates.io/crates/dipc)
      • EasyTier - A simple, full-featured and decentralized mesh VPN with WireGuard support. [![crates.io](https://img.shields.io/crates/v/easytier)](https://crates.io/crates/easytier) [![GitHub actions](https://github.com/EasyTier/EasyTier/actions/workflows/core.yml/badge.svg)](https://github.com/EasyTier/EasyTier/actions/)[![GitHub actions](https://github.com/EasyTier/EasyTier/actions/workflows/gui.yml/badge.svg)](https://github.com/EasyTier/EasyTier/actions/)
      • Factotum - A system to programmatically run data pipelines
      • fcsonline/drill - A HTTP load testing application inspired by Ansible syntax
      • fend - Arbitrary-precision unit-aware calculator [![build](https://github.com/printfn/fend/workflows/build/badge.svg)](https://github.com/printfn/fend)
      • 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 [![Build Status](https://github.com/PaddiM8/kalker/workflows/Release/badge.svg)](https://github.com/PaddiM8/kalker/actions)
      • kftray - A cross-platform system tray app for managing and sharing multiple kubectl port-forward configurations. [![Build Status](https://github.com/hcavarsan/kftray/workflows/Release/badge.svg)](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 [![Build Status](https://github.com/rust-lang/mdBook/workflows/CI/badge.svg?branch=master)](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 [![build badge](https://img.shields.io/github/actions/workflow/status/gyulyvgc/sniffnet/rust.yml?logo=github)](https://github.com/GyulyVGC/sniffnet/blob/main/.github/workflows/rust.yml) [![crate](https://img.shields.io/crates/v/sniffnet?logo=rust)](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.
      • wasmer - A safe and fast WebAssembly runtime supporting WASI and Emscripten [![Build Status](https://github.com/wasmerio/wasmer/workflows/build/badge.svg?style=flat-square)](https://github.com/wasmerio/wasmer/actions)
      • 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
      • hickory-dns - A DNS-server [![Build Status](https://github.com/hickory-dns/hickory-dns/workflows/test/badge.svg?branch=main)](https://github.com/hickory-dns/hickory-dns/actions?query=workflow%3Atest)
      • MaidSafe - A decentralized platform.
      • defguard - Enterprise Open Source SSO & WireGuard VPN with real 2FA/MFA
      • Ryot - A self hosted application to track media consumption, fitness, etc.
      • Rust - Production
    • Database

      • indradb - Graph database
      • 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. [![Release](https://github.com/atomicdata-dev/atomic-server/actions/workflows/docker.yml/badge.svg)](https://github.com/atomicdata-dev/atomic-server/actions/workflows/docker.yml)
      • CozoDB - A transactional, relational database that uses Datalog and focuses on graph data and algorithms. Time-travel-capable, and fast! [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/cozodb/cozo/build.yml?branch=main)](https://github.com/cozodb/cozo/actions/workflows/build.yml)
      • darkbird - HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
      • Databend - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml)
      • DB3 Network - DB3 is a community-driven blockchain layer2 decentralized database network ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/dbpunk-labs/db3/ci.yml?branch=main&style=flat-square)
      • 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. [![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/1/status.svg)](https://woodpecker.deuxfleurs.fr/repos/1)
      • GreptimeDB - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[![CI](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml/badge.svg)](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml)
      • lancedb - A serverless, low-latency vector database for AI applications
      • Lucid - High performance and distributed KV store accessible through a HTTP API. [![Build Status](https://github.com/lucid-kv/lucid/workflows/Lucid/badge.svg?branch=master)](https://github.com/lucid-kv/lucid/actions?workflow=Lucid)
      • Materialize - Streaming SQL database powered by Timely Dataflow :heavy_dollar_sign: [![Build status](https://badge.buildkite.com/97d6604e015bf633d1c2a12d166bb46f3b43a927d3952c999a.svg?branch=main)](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
      • ParadeDB - ParadeDB is an Elasticsearch alternative built on Postgres, designed for real-time search and analytics.
      • 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 [![Tests](https://github.com/qdrant/qdrant/workflows/Tests/badge.svg)](https://github.com/qdrant/qdrant/actions)
      • Qrlew/qrlew - The SQL-to-SQL Differential Privacy layer [![Qrlew](https://github.com/Qrlew/qrlew/actions/workflows/ci.yml/badge.svg)](https://github.com/Qrlew/qrlew/actions) ![Crates.io Version](https://img.shields.io/crates/v/qrlew?logo=Rust)
      • RisingWaveLabs/RisingWave - the next-generation streaming database in the cloud [![CI](https://github.com/RisingWaveLabs/risingwave/actions/workflows/main.yml/badge.svg)](https://github.com/RisingWaveLabs/risingwave/actions/workflows/main.yml/badge.svg?branch=main)
      • seppo0010/rsedis - A Redis reimplementation.
      • Skytable - A multi-model NoSQL database ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/skytable/skytable/Tests?style=flat-square)
      • SQLSync - Multiplayer offline-first SQLite [![GitHub Workflow Status](https://github.com/orbitinghail/sqlsync/actions/workflows/actions.yaml/badge.svg?branch=main)](https://github.com/orbitinghail/sqlsync/actions?query=branch%3Amain)
      • TerminusDB - open source graph database and document store [![Build Status](https://github.com/terminusdb/terminusdb-store/workflows/Build/badge.svg?branch=master)](https://github.com/terminusdb/terminusdb-store/actions)
      • tikv - A distributed KV database in Rust [![Build Status](https://ci.pingcap.net/job/tikv_ghpr_test/badge/icon)](https://ci.pingcap.net/job/tikv_ghpr_test/)
      • USearch - Similarity Search Engine for Vectors and Strings [![crates.io](https://img.shields.io/crates/v/usearch.svg)](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 [![crates.io](https://img.shields.io/crates/v/tonbo.svg)](https://crates.io/crates/tonbo)
      • sled - A (beta) modern embedded database [![Build Status](https://github.com/spacejam/sled/workflows/Rust/badge.svg?branch=master)](https://github.com/spacejam/sled/actions?workflow=Rust)
      • GreptimeDB - An open-source, cloud-native, distributed time-series database with PromQL/SQL/Python supported.[![CI](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.yml/badge.svg)](https://github.com/greptimeTeam/greptimedb/actions/workflows/develop.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. [![CI](https://github.com/ruffle-rs/ruffle/actions/workflows/test_rust.yml/badge.svg)](https://github.com/ruffle-rs/ruffle/actions/workflows/test_rust.yml)[![CI](https://github.com/ruffle-rs/ruffle/actions/workflows/test_web.yml/badge.svg)](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
      • michelhe/rustboyadvance-ng - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and [WebAssembly](https://michelhe.github.io/rustboyadvance-ng/) support. [![build badge](https://github.com/michelhe/rustboyadvance-ng/workflows/Deploy/badge.svg?branch=master)](https://github.com/michelhe/rustboyadvance-ng/actions?query=workflow%3ADeploy)
      • 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 [![CI](https://github.com/obhq/obliteration/actions/workflows/main.yml/badge.svg)](https://github.com/obhq/obliteration/actions/workflows/main.yml)
      • rustzx/rustzx - [![RustZX CI](https://github.com/rustzx/rustzx/actions/workflows/ci.yml/badge.svg)](https://github.com/rustzx/rustzx/actions/workflows/ci.yml)
    • Games

      • Games Made With Piston
      • buxx/OpenCombat - A realtime 2nd world war tactical game
      • chess-tui - A Chess TUI implementation ♟️
      • 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 ![ferium build](https://github.com/gorilla-devs/ferium/actions/workflows/build.yml/badge.svg?branch=main)
      • 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 [![build badge](https://github.com/mcthesw/game-save-manager/actions/workflows/tauri.yml/badge.svg)](https://github.com/mcthesw/game-save-manager/actions/workflows/tauri.yml)
      • mtkennerly/ludusavi - Backup tool for PC game saves [![build badge](https://img.shields.io/github/actions/workflow/status/mtkennerly/ludusavi/main.yaml?logo=github)](https://github.com/mtkennerly/ludusavi/actions/workflows/main.yaml) [![crate](https://img.shields.io/crates/v/ludusavi?logo=rust)](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. ![build badge](https://github.com/thetawavegame/thetawave-legacy/actions/workflows/ci.yml/badge.svg?branch=master)
      • 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 [![build badge](https://gitlab.com/veloren/veloren/badges/master/pipeline.svg)](https://gitlab.com/veloren/veloren/-/pipelines)
      • Zone of Control - A turn-based hexagonal strategy game
    • 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. [![build badge](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](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. [![build badge](https://github.com/ilai-deutel/kibi/workflows/CI/badge.svg?branch=master)](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 [![Build Status](https://github.com/1History/1History/actions/workflows/CI.yml/badge.svg)](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. ![CI](https://github.com/evansmurithi/cloak/workflows/CI/badge.svg) [![build badge](https://ci.appveyor.com/api/projects/status/9mlfpfru3ng4c689/branch/master?svg=true)](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 [![build-badge](https://github.com/nix-community/nix-init/actions/workflows/ci.yml/badge.svg)](https://github.com/nix-community/nix-init/actions/workflows/ci.yml)
      • nix-community/nix-melt - A ranger-like flake.lock viewer [![build-badge](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml/badge.svg)](https://github.com/nix-community/nix-melt/actions/workflows/ci.yml)
      • nix-community/nurl - Generate Nix fetcher calls from repository URLs [![build-badge](https://github.com/nix-community/nurl/actions/workflows/ci.yml/badge.svg)](https://github.com/nix-community/nurl/actions/workflows/ci.yml)
      • nomino - Batch rename utility for developers
      • raftario/licensor - write licenses to stdout [![GitHub Actions](https://github.com/raftario/licensor/actions/workflows/build.yml/badge.svg?branch=master)](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. [![Crate](https://img.shields.io/crates/v/rust-parallel.svg?logo=rust)](https://crates.io/crates/rust-parallel) [![Build Status](https://github.com/aaronriekenberg/rust-parallel/actions/workflows/CI.yml/badge.svg)](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. [![Version](https://img.shields.io/crates/v/rustic-rs.svg)](https://crates.io/crates/rustic-rs)
      • sorairolake/qrtool - A utility for encoding and decoding QR code images. [![CI](https://github.com/sorairolake/qrtool/workflows/CI/badge.svg?branch=develop)](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. [![Crate](https://img.shields.io/crates/v/suckit.svg?logo=rust)](https://crates.io/crates/suckit) [![Build Status](https://github.com/Skallwar/suckit/workflows/Build%20and%20test/badge.svg)](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. [![crates.io](https://img.shields.io/crates/v/wthrr?logo=rust)](https://crates.io/crates/wthrr)
      • Linus-Mussmaecher/rucola - Terminal-based markdown note manager. [![Crate](https://img.shields.io/crates/v/rucola-notes.svg?logo=rust)](https://crates.io/crates/rucola-notes) [![Build Status](https://github.com/Linus-Mussmaecher/rucola/actions/workflows/continuous-testing.yml/badge.svg)](https://github.com/Linus-Mussmaecher/rucola/actions/workflows/continuous-testing.yml)
      • sorairolake/qrtool - A utility for encoding and decoding QR code images. [![CI](https://gitlab.com/sorairolake/qrtool/workflows/CI/badge.svg?branch=develop)](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.
    • 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 [![build-badge](https://github.com/hinto-janai/festival/actions/workflows/ci.yml/badge.svg)](https://github.com/hinto-janai/festival/actions/workflows/ci.yml)
      • figsoda/mmtc - Minimal mpd terminal client that aims to be simple yet highly configurable [![build-badge](https://github.com/figsoda/mmtc/actions/workflows/ci.yml/badge.svg)](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. [![build badge](https://github.com/hrkfdn/ncspot/workflows/Build/badge.svg)](https://github.com/hrkfdn/ncspot/actions?query=workflow%3ABuild)
      • 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! ![Docker Container Build](https://github.com/madeofpendletonwool/PinePods/actions/workflows/docker-publish.yml/badge.svg)
      • 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. ![Continuous Integration](https://github.com/Spotifyd/spotifyd/workflows/Continuous%20Integration/badge.svg?branch=master)
      • 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. ![Continuous Integration](https://github.com/sergree/whatbpm/actions/workflows/website_build_deploy.yml/badge.svg?branch=main)
    • Blockchain

      • 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 ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/starkware-libs/cairo/CI?style=flat-square&logo=github)
      • cairo-vm - Implementation of the Cairo VM [![rust](https://github.com/lambdaclass/cairo-vm/actions/workflows/rust.yml/badge.svg)](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
      • Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people.
      • 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. ![Build Status](https://github.com/gakonst/ethers-rs/workflows/Tests/badge.svg)
      • etk - etk is a collection of tools for writing, reading, and analyzing EVM bytecode.
      • Forest - Filecoin implementation [![Build Status](https://img.shields.io/circleci/build/gh/ChainSafe/forest/main?branch=master)](https://app.circleci.com/pipelines/github/ChainSafe/forest?branch=main)
      • Foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development. ![Build Status](https://img.shields.io/github/workflow/status/foundry-rs/foundry/test?style=flat-square)
      • hdwallet - BIP-32 HD wallet related key derivation utilities.
      • Holochain - Scalable P2P alternative to blockchain for all those distributed apps you always wanted to build. [![detect critical check failures](https://github.com/holochain/holochain/actions/workflows/check_run_detect_release_pr_failure.yml/badge.svg)](https://github.com/holochain/holochain/actions/workflows/check_run_detect_release_pr_failure.yml)
      • 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 [![Build Status](https://github.com/sigp/lighthouse/workflows/test-suite/badge.svg?branch=master)](https://github.com/sigp/lighthouse/actions)
      • madara - Kaioshin is a ⚡ blazing fast ⚡ Starknet sequencer, based on substrate. [![GitHub Workflow Status](https://github.com/keep-starknet-strange/madara/actions/workflows/test.yml/badge.svg)](https://github.com/keep-starknet-strange/madara/actions/workflows/test.yml)
      • 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.
      • Grin - Evolution of the MimbleWimble protocol
      • 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 ⚡ [![GitHub Workflow Status](https://github.com/eigerco/beerus/actions/workflows/test.yml/badge.svg)](https://github.com/eigerco/beerus/actions/workflows/test.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/) [![Latest Version](https://img.shields.io/crates/v/broot.svg)](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
      • RazrFalcon/resvg - An SVG rendering library.
      • 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 ![Rust](https://github.com/turnage/valora/workflows/Rust/badge.svg?branch=master)
    • Image processing

      • Imager - Automated image optimization.
      • shssoichiro/oxipng - Multithreaded PNG optimizer written in Rust. [![Build Status](https://github.com/shssoichiro/oxipng/workflows/oxipng/badge.svg)](https://github.com/shssoichiro/oxipng/actions?query=branch%3Amaster) [![Version](https://img.shields.io/crates/v/oxipng.svg)](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. [![CI](https://github.com/quickwit-oss/quickwit/actions/workflows/ci.yml/badge.svg?branch=main)](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. [![GitHub Actions CI](https://github.com/open-telemetry/opentelemetry-rust/workflows/CI/badge.svg?branch=master)](https://github.com/open-telemetry/opentelemetry-rust/actions?query=workflow%3ACI+branch%3Amaster)
    • 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 - [![build badge](https://img.shields.io/github/workflow/status/theseus-os/Theseus/Documentation?label=docs%20build)](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.
    • 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 [![crate](https://img.shields.io/crates/v/rebos?logo=rust)](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 ![GitHub last commit](https://img.shields.io/github/last-commit/juspay/hyperswitch?style=flat-square)
    • Productivity

      • ast-grep - A CLI tool for code structural search, lint and rewriting.
      • Bartib - A simple timetracker for the command line [![Tests](https://github.com/nikolassv/bartib/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/nikolassv/bartib/actions/workflows/test.yml)
      • espanso - A cross-platform Text Expander. [![CI](https://github.com/espanso/espanso/actions/workflows/ci.yml/badge.svg?branch=dev&event=push)](https://github.com/espanso/espanso/actions/workflows/ci.yml)
      • Furtherance - Time tracking app built with GTK4
      • 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
      • ShadoySV/work-break - break](https://crates.io/crates/work-break)] - Work and rest time balancer taking into account your current and today strain [![Build](https://github.com/shadoysv/work-break/actions/workflows/release.yml/badge.svg)](https://github.com/ShadoySV/work-break/releases)
      • yashs662/rust_kanban - kanban](https://crates.io/crates/rust-kanban)] [![Build](https://github.com/yashs662/rust_kanban/actions/workflows/build.yml/badge.svg)](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
    • Routing protocols

      • Holo - Holo is a suite of routing protocols designed to support high-scale and automation-driven networks
      • RustyBGP - BGP
    • Security tools

      • AFLplusplus/LibAFL - Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, etc. [![build and test](https://github.com/AFLplusplus/LibAFL/actions/workflows/build_and_test.yml/badge.svg)](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 [![GitHub Actions](https://github.com/entropic-security/xgadget/workflows/test/badge.svg)](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 signatures-based malware scanner [![status](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml/badge.svg)](https://github.com/Raspirus/Raspirus/actions/workflows/testproject.yml)
      • rustscan/rustscan - Make Nmap faster with this port scanning tool [![build badge](https://github.com/RustScan/RustScan/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/RustScan/RustScan/actions?query=workflow%3A%22Continuous+integration%22)
      • 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
    • Social networks

      • Rustodon - A Mastodon-compatible, ActivityPub-speaking server.
      • tgt - A crossplatform TUI for Telegram [![ci-linux](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-linux.yml/badge.svg)](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-linux.yml) [![ci-macos](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-macos.yml/badge.svg)](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-macos.yml) [![ci-windows](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/FedericoBruzzone/tgt/actions/workflows/ci-windows.yml)
    • System tools

      • 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. [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ClementTsang/bottom/ci/master)](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. [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/vrmiguel/bustd/build-and-test)](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 [![Build Status](https://github.com/sstadick/crabz/workflows/Check/badge.svg)](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' [![Regression](https://github.com/dalance/procs/actions/workflows/regression.yml/badge.svg)](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'
      • gitui - Blazing fast terminal client for git. [![build](https://github.com/extrawurst/gitui/workflows/CI/badge.svg?branch=master)](https://github.com/extrawurst/gitui/actions)
      • 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 [![build](https://github.com/j0ru/kickoff/actions/workflows/ci.yml/badge.svg)](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
      • lotabout/skim - A fuzzy finder
      • lsd - An ls with a lot of pretty colors and awesome icons [![build](https://github.com/lsd-rs/lsd/workflows/CICD/badge.svg?branch=master)](https://github.com/lsd-rs/lsd/actions)
      • 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 [![build](https://img.shields.io/github/workflow/status/nickgerace/gfold/merge/main)](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 ![https://github.com/orhun/kmon/actions](https://img.shields.io/github/actions/workflow/status/orhun/kmon/ci.yml?branch=master&label=build)
      • orhun/systeroid - A more powerful alternative to sysctl(8) with a terminal user interface ![https://github.com/orhun/systeroid/actions](https://img.shields.io/github/actions/workflow/status/orhun/systeroid/ci.yml?branch=main&label=build)
      • ouch - Painless compression and decompression on the command-line [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ouch-org/ouch/build-and-test)](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
      • pueue - Manage your long running shell commands. [![GitHub Actions Workflow](https://github.com/nukesor/pueue/workflows/Test%20build/badge.svg?branch=master)](https://github.com/nukesor/pueue/actions)
      • qarmin/czkawka - Multi-functional app to find duplicates, empty folders, similar images, etc. [![GitHub Actions Workflow](https://github.com/qarmin/czkawka/actions/workflows/pages/pages-build-deployment/badge.svg?branch=master)](https://github.com/qarmin/czkawka/actions)
      • redox-os/ion - Next-generation system shell
      • sharkdp/bat - A cat(1) clone with wings. [![CICD](https://github.com/sharkdp/bat/actions/workflows/CICD.yml/badge.svg?branch=master)](https://github.com/sharkdp/bat/actions/workflows/CICD.yml)
      • sharkdp/fd - A simple, fast and user-friendly alternative to find. [![CICD](https://github.com/sharkdp/fd/actions/workflows/CICD.yml/badge.svg)](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 [![build badge](https://github.com/fujiapple852/trippy/workflows/CI/badge.svg)](https://github.com/fujiapple852/trippy/actions/workflows/ci.yml)
      • uutils/coreutils - A cross-platform rewrite of the GNU coreutils [![CICD](https://github.com/uutils/coreutils/actions/workflows/CICD.yml/badge.svg)](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 [![ci](https://github.com/ynqa/jnv/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ynqa/jnv/actions/workflows/ci.yml)
      • pop-os/system76-power - Linux power management daemon (DBus-interface) with CLI tool.
      • fselect - Find files with SQL-like queries
      • ajeetdsouza/zoxide - A fast alternative to `cd` that learns your habits [![release](https://github.com/ajeetdsouza/zoxide/workflows/.github/workflows/release.yml/badge.svg)](https://github.com/ajeetdsouza/zoxide/actions)
      • ynqa/sig - Interactive grep (for streaming) [![ci](https://github.com/ynqa/sig/actions/workflows/ci.yml/badge.svg)](https://github.com/ynqa/sig/actions/workflows/ci.yml)
    • Task scheduling

      • delicate - A lightweight and distributed task scheduling platform. [![Build Status](https://github.com/BinChengZhao/delicate/workflows/CI/badge.svg)](https://github.com/BinChengZhao/delicate/actions)
      • tasklet - A task scheduling library written in Rust ![Build Status](https://img.shields.io/github/actions/workflow/status/stav121/tasklet/rust.yml)
    • Text processing

      • ashvardanian/stringzilla - SIMD-accelerated string search, sort, edit distances, alignments, and generators for x86 AVX2 & AVX-512, and Arm NEON [![crates.io](https://img.shields.io/crates/v/stringzilla.svg)](https://crates.io/crates/stringzilla)
      • dominikwilkowski/cfonts - Sexy ANSI fonts for the console ![build badge](https://github.com/dominikwilkowski/cfonts/actions/workflows/testing.yml/badge.svg)
      • 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. [![Linux build status](https://github.com/jqnatividad/qsv/actions/workflows/rust.yml/badge.svg)](https://github.com/jqnatividad/qsv/actions/workflows/rust.yml) [![Windows build status](https://github.com/jqnatividad/qsv/actions/workflows/rust-windows.yml/badge.svg)](https://github.com/jqnatividad/qsv/actions/workflows/rust-windows.yml) [![macOS build status](https://github.com/jqnatividad/qsv/actions/workflows/rust-macos.yml/badge.svg)](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 [![build badge](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml/badge.svg)](https://github.com/yoav-lavi/melody/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/melody_compiler?label=compiler)](https://crates.io/crates/melody_compiler)
      • phiresky/ripgrep-all - ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
      • replicadse/complate - An in-terminal text templating tool designed for standardizing messages (like for GIT commits). [![crates.io](https://img.shields.io/crates/v/complate.svg)](https://crates.io/crates/complate) [![crates.io](https://img.shields.io/crates/d/complate?label=crates.io%20downloads)](https://crates.io/crates/complate) [![build badge](https://github.com/replicadse/complate/workflows/pipeline/badge.svg?branch=master)](https://github.com/replicadse/complate/actions)
      • ruplacer - Find and replace text in source files [![Run tests](https://github.com/your-tools/ruplacer/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/your-tools/ruplacer/actions/workflows/test.yml)
      • sstadick/hck - A faster and more featureful drop in replacement for `cut` [![build badge](https://github.com/sstadick/hck/workflows/Check/badge.svg?branch=master)](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.)
    • 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). [![crates.io](https://img.shields.io/crates/v/xiu.svg)](https://crates.io/crates/xiu)
      • vidmerger - Merge video & audio files via CLI
      • xiph/rav1e - The fastest and safest AV1 encoder.
    • Virtualization

      • containers/youki - A container runtime [![build badge](https://github.com/containers/youki/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/containers/youki/actions)
      • 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
    • 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 [![Build Status](https://cloud.drone.io/api/badges/LemmyNet/lemmy/status.svg)](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 [![build badge](https://github.com/MASQ-Project/Node/actions/workflows/ci-matrix.yml/badge.svg)](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. [![release](https://github.com/importantimport/hatsu/actions/workflows/release.yml/badge.svg)](https://github.com/importantimport/hatsu/actions/workflows/release.yml)
    • Web Servers

      • cloudflare/pingora - A library for building fast, reliable and evolvable network services.
      • mufeedvh/binserve - A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code [![build badge](https://github.com/mufeedvh/binserve/workflows/CICD/badge.svg?branch=master)](https://github.com/mufeedvh/binserve/actions)
      • orhun/rustypaste - A minimal file upload/pastebin service ![https://github.com/orhun/rustypaste/actions](https://img.shields.io/github/actions/workflow/status/orhun/rustypaste/ci.yml?branch=master&label=build)
      • ronanyeah/rust-hasura - A demonstration of how a GraphQL server can be used as a remote schema with [Hasura](https://hasura.io/) ![Rust](https://github.com/ronanyeah/rust-hasura/workflows/Rust/badge.svg?branch=master)
      • 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 [![build badge](https://github.com/svenstaro/miniserve/workflows/CI/badge.svg?branch=master)](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
      • emanuele-em/proxelar - A MITM Proxy 🦀! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities [![Rust](https://github.com/emanuele-em/proxelar/actions/workflows/rust.yml/badge.svg)](https://github.com/emanuele-em/proxelar/actions/workflows/rust.yml)
      • 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. ⚡ [![CI](https://github.com/static-web-server/static-web-server/actions/workflows/devel.yml/badge.svg)](https://github.com/static-web-server/static-web-server/actions/workflows/devel.yml?query=branch%3Amaster)
    • Message Queue

      • RobustMQ - Next generation cloud-native converged message queue.
    • MLOps

      • TensorZero - data & learning flywheel for LLMs that unifies inference, observability, optimization, and experimentation ![TensorZero Build Status](https://img.shields.io/github/check-runs/tensorzero/tensorzero/main)
  • 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 [![CI](https://github.com/frewsxcv/cargo-all-features/actions/workflows/ci.yml/badge.svg)](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 [![build-badge](https://github.com/nix-community/fenix/actions/workflows/ci.yml/badge.svg)](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 [![Build Status](https://github.com/matthiaskrgr/cargo-cache/workflows/ci/badge.svg?branch=master)](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 [![Build and test](https://github.com/simonhyll/cargo-commander/actions/workflows/build.yml/badge.svg)](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. [![build badge](https://github.com/sagiegurari/cargo-make/workflows/CI/badge.svg?branch=master)](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 [![Rust](https://github.com/crate-ci/cargo-release/actions/workflows/ci.yml/badge.svg)](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. [![build badge](https://github.com/cargo-limit//cargo-limit/actions/workflows/rust.yml/badge.svg)](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.. [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/TraceMachina/nativelink/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TraceMachina/nativelink) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8050/badge)](https://www.bestpractices.dev/projects/8050) [![Slack](https://img.shields.io/badge/slack--channel-blue?logo=slack)](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. [![build badge](https://github.com/orium/cargo-rdme/workflows/CI/badge.svg)](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
      • 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 [![build badge](https://github.com/brotzeit/rustic/workflows/CI/badge.svg)](https://github.com/brotzeit/rustic/actions?query=workflow%3ACI)
      • intellij-rust/intellij-rust - Rust plugin for the IntelliJ Platform
      • lapce - Lightning-fast and Powerful Code Editor written in Rust. [![build badge](https://github.com/lapce/lapce/actions/workflows/release.yml/badge.svg)](https://github.com/lapce/lapce/actions/workflows/release.yml)
      • 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 [![Build status](https://ci.appveyor.com/api/projects/status/5nw5no10jj0y4p3f?svg=true)](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 [![build badge](https://ci.appveyor.com/api/projects/status/d2lxlincwninhsng?svg=true)](https://ci.appveyor.com/project/dgriffen/rls-vs2017)
      • 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
      • 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).
      • 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++ [![build badge](https://img.shields.io/badge/github-dtolnay/cxx-8da0cb?style=for-the-badge&labelColor=555555&logo=github)](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 [![build badge](https://github.com/mlua-rs/mlua/workflows/CI/badge.svg)](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 [![Build Status](https://github.com/RustPython/RustPython/workflows/CI/badge.svg)](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 [![build badge](https://github.com/rhysd/wain/workflows/CI/badge.svg?branch=master&event=push)](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. [![Build status](https://ci.appveyor.com/api/projects/status/uu76vmcrwnjqra0u/branch/master?svg=true)](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) [![Continuous Integration](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml/badge.svg)](https://github.com/facebookexperimental/mirai/actions/workflows/rust.yml)
    • 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. [![Build Status](https://github.com/cucumber-rs/cucumber/workflows/CI/badge.svg?branch=master)](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 [![Crates Package Status](https://img.shields.io/crates/v/polish.svg)](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. [![GitHub Workflow Status](https://github.com/d-e-s-o/test-log/actions/workflows/test.yml/badge.svg?branch=main)](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. [![Cirrus Build Status](https://api.cirrus-ci.com/github/asomers/mockall.svg)](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 [![build badge](https://dev.azure.com/alexliesenfeld/httpmock/_apis/build/status/alexliesenfeld.httpmock?branchName=master)](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. [![build badge](https://github.com/sourcefrog/cargo-mutants/actions/workflows/tests.yml/badge.svg?branch=main&event=push)](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 [![Build Status](https://github.com/aubaugh/demonstrate/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/aubaugh/demonstrate)
      • GoogleTest Rust - Powerful test assertion framework based on the C++ test library GoogleTest [![Build Status](https://github.com/google/googletest-rust/workflows/CI/badge.svg)](https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain)
      • rstest - Fixture-based test framework [![Build Status](https://github.com/la10736/rstest/workflows/Test/badge.svg?branch=master)](https://github.com/la10736/rstest/actions)
      • mockiato - A strict, yet friendly mocking library for unstable Rust 2018
      • mockito - HTTP mocking
    • Web Servers

      • 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 [![build badge](https://github.com/comtrya/comtrya/actions/workflows/main.yaml/badge.svg)](https://github.com/comtrya/comtrya/actions)
      • create-rust-app - Set up a modern rust+react web app by running one command. [![crate](https://img.shields.io/crates/v/create-rust-app.svg)](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 [![build badge](https://github.com/datanymizer/datanymizer/workflows/CI/badge.svg?branch=main)](https://github.com/datanymizer/datanymizer/actions?query=workflow%3ACI+branch%3Amain)
      • dotenv-linter - Linter for `.env` files [![build badge](https://github.com/dotenv-linter/dotenv-linter/workflows/CI/badge.svg?branch=master)](https://github.com/dotenv-linter/dotenv-linter/actions?query=workflow%3ACI+branch%3Amaster)
      • envio-cli/envio - A Modern And Secure CLI Tool For Managing Environment Variables [![build badge](https://github.com/envio-cli/envio/actions/workflows/CICD.yml/badge.svg?branch=main)](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 [![Rust](https://github.com/brocode/fw/actions/workflows/rust.yml/badge.svg)](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. [![crates.io](https://img.shields.io/crates/v/fzf-make?style=flatflat-square)](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 [![Build Status](https://dev.azure.com/cargo-geiger/cargo-geiger/_apis/build/status/geiger-rs.cargo-geiger?branchName=master)](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 ![https://github.com/orhun/git-cliff/actions](https://img.shields.io/github/actions/workflow/status/orhun/git-cliff/ci.yml?branch=main&label=build)
      • git-journal - The Git Commit Message and Changelog Generation Framework
      • hot-lib-reloader - Hot reload Rust code [![build badge](https://github.com/rksm/hot-lib-reloader-rs/actions/workflows/ci.yml/badge.svg)](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 [![crate](https://img.shields.io/crates/v/intelli-shell.svg)](https://crates.io/crates/intelli-shell) [![build badge](https://github.com/lasantosr/intelli-shell/actions/workflows/release.yml/badge.svg)](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 [![build badge](https://github.com/jacobdeichert/mask/workflows/CI/badge.svg?branch=master)](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). [![Build Status](https://github.com/huhu/rust-search-extension/workflows/build/badge.svg?branch=master)](https://github.com/huhu/rust-search-extension/actions)
      • Rustup - the Rust toolchain installer [![build badge](https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions)
      • scriptisto - A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages. [![Build Status](https://cloud.drone.io/api/badges/igor-petruk/scriptisto/status.svg)](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[![build badge](https://github.com/dandavison/delta/workflows/Continuous%20Integration/badge.svg)](https://github.com/dandavison/delta//actions)
      • cloudflare/foundations - Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems.
    • 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.
    • Deployment

      • emk/rust-musl-builder - Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries
      • kpcyrd/mini-docker-rust - An example project for very small rust docker images
      • liuchong/docker-rustup - A multiple version (with musl tools) Rust Docker image
      • 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 [![Build](https://github.com/rust-cross/rust-musl-cross/workflows/Build/badge.svg)](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 ![Build](https://github.com/Stavrospanakakis/is_ready/actions/workflows/release.yml/badge.svg)
      • 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. [![build badge](https://github.com/MarcoIeni/release-plz/workflows/CI/badge.svg)](https://github.com/MarcoIeni/release-plz/actions)
    • Formatters

      • dprint - A pluggable and configurable code formatting platform [![build badge](https://github.com/dprint/dprint/workflows/CI/badge.svg)](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

    • Transpiling

      • BayesWitnesses/m2cgen - A CLI tool to transpile trained classic machine learning models into a native Rust code with zero dependencies. [![GitHub Actions Status](https://github.com/BayesWitnesses/m2cgen/workflows/GitHub%20Actions/badge.svg?branch=master)](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

  • 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.