wseaton's Stars
Keats/validator
Simple validation for Rust structs
amqp-rs/lapin
AMQP client library in Rust, with a clean, futures based API
apache/opendal
Apache OpenDAL: One Layer, All Storage.
vincent-herlemont/native_db
Drop-in embedded database in Rust
hatoo/oha
Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
djc/bb8
Full-featured async (tokio-based) postgres connection pool (like r2d2)
cloudflare/pingora
A library for building fast, reliable and evolvable network services.
iddm/serde-aux
An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.
citusdata/postgresql-hll
PostgreSQL extension adding HyperLogLog data structures as a native data type
R-O-C-K-E-T/Factorio-SAT
Enhancing the Factorio experience with SAT solvers
myrrlyn/tap
Generic extensions for tapping values in Rust.
rust-secure-code/cargo-auditable
Make production Rust binaries auditable
andrusha/snowflake-rs
Snowflake API libraries for Rust
eatonphil/raft-rs
Another minimal Raft implementation in Rust.
ashishps1/awesome-system-design-resources
Learn System Design concepts and prepare for interviews using free resources.
cloudflare/mmap-sync
Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.
AmionSky/tray-indicator
iovxw/ksni
A Rust implementation of the KDE/freedesktop StatusNotifierItem specification
eza-community/eza
A modern alternative to ls
gunnarmorling/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
project-codeflare/instascale
On-demand Kubernetes/OpenShift cluster scaling and aggregated resource provisioning
bemasher/rtlamr
An rtl-sdr receiver for Itron ERT compatible smart meters operating in the 900MHz ISM band.
emilk/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
zesterer/flume
A safe and fast multi-producer, multi-consumer channel.
AscendingCreations/AxumSession
Axum Session Management Libraries that use Sqlx
AscendingCreations/AxumSessionAuth
Library to Provide a User Authentication and privilege Token Checks.
jessfraz/advent-of-cuda
Doing advent of code with CUDA and rust.
sika-rs/jdbc-rs
Rust bindings to the Java Jdbc.
orlp/glidesort
A Rust implementation of Glidesort, my stable adaptive quicksort/mergesort hybrid sorting algorithm.
sammhicks/picoserve
An async no_std HTTP server suitable for bare-metal environments, heavily inspired by axum