Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Tokio

Tokio

56 projects

Showing 36 of 56 projects

warp
warpRust

A composable web server framework for Rust built on hyper, designed for ease of use and high performance.

#http-server#web-services#api-server
Stars10.3k
Forks748
Last commit1 month ago
sea-orm
sea-ormRust

A powerful, async relational ORM for Rust with advanced relations, nested persistence, and GraphQL integration.

#orm#database#postgres
Stars9.8k
Forks716
Last commit1 day ago
actix
actixRust

Actor framework for Rust providing a high-level API for building concurrent, distributed systems.

#systems-programming#hacktoberfest#distributed-systems
Stars9.2k
Forks674
Last commit20 days ago
tunnelto
tunneltoRust

Expose your local web server to the internet with a public URL, written in Rust with async-io.

#reverse-proxy#public-url#tokio
Stars7.0k
Forks545
Last commit3 years ago
quinn
quinnRust

A pure-Rust, async-compatible implementation of the IETF QUIC transport protocol.

#hacktoberfest#quic-protocol#tokio
Stars5.2k
Forks587
Last commit1 day ago
rust-postgres
rust-postgresRust

Native PostgreSQL driver for Rust with synchronous and asynchronous client options.

#database-driver#native-client#async-rust
Stars4.0k
Forks566
Last commit5 days ago
rust-postgresql
rust-postgresqlRust

Native PostgreSQL driver for Rust with synchronous and asynchronous client options.

#database-driver#async-rust#tls
Stars4.0k
Forks566
Last commit5 days ago
Tarpc
TarpcRust

An RPC framework for Rust that defines services in code, eliminating separate schema compilation and language switching.

#futures#tracing#asynchronous-programming
Stars3.7k
Forks228
Last commit2 months ago
aws-sdk-rust
aws-sdk-rustRust

Official AWS SDK for Rust, providing idiomatic Rust APIs for AWS services with async support and code generation from Smithy models.

#cloud-infrastructure#async-rust#serverless
Stars3.3k
Forks284
Last commit21 hours ago
rbatis
rbatisRust

A high-performance Rust ORM framework with compile-time dynamic SQL compilation for zero-runtime-overhead database operations.

#database-driver#mssql#orm
Stars2.5k
Forks171
Last commit4 days ago
xiu
xiuRust

A high-performance live media server in Rust supporting RTMP, RTSP, WebRTC, HLS, and HTTP-FLV.

#rtmp-server#media-server#protocol-conversion
Stars2.3k
Forks238
Last commit4 months ago
Gotham
GothamRust

A flexible Rust web framework focused on stability, safety, security, and speed.

#webframework#high-performance#server-side
Stars2.3k
Forks128
Last commit1 month ago
rumqtt
rumqttRust

A set of Rust libraries implementing the MQTT standard, including a high-performance broker and an easy-to-use client.

#iot#mqtt-ecosystem#embedded-systems
Stars2.1k
Forks341
Last commit2 months ago
oxker
oxkerRust

A terminal user interface (TUI) for viewing and managing Docker containers.

#devops#ratatui#async
Stars1.8k
Forks45
Last commit4 days ago
pawurb/hotpath
pawurb/hotpathRust

A Rust performance profiler and monitoring toolkit for real-time time, memory, and async data flow analysis.

#mpsc#channels-monitoring#profiler
Stars1.6k
Forks48
Last commit1 day ago
nats.rs
nats.rsRust

An idiomatic Rust client for NATS, enabling secure, high-performance messaging in distributed and embedded systems.

#iot#messaging-library#distributed-systems
Stars1.5k
Forks263
Last commit3 days ago
mongodb-rust-driver
mongodb-rust-driverRust

The official MongoDB driver for Rust, providing async and sync APIs to interact with MongoDB deployments.

#database-driver#web-framework-integration#async-rust
Stars1.5k
Forks200
Last commit3 days ago
BugStalker
BugStalkerRust

A modern debugger for Linux x86-64 written in Rust, specifically designed for debugging Rust programs.

#async-rust#debugging-tools#vscode-extension
Stars1.4k
Forks35
Last commit1 day ago
kameo
kameoRust

A high-performance Rust library for building fault-tolerant, asynchronous actor-based systems that scale from local to distributed.

#distributed#distributed-systems#libp2p
Stars1.4k
Forks79
Last commit3 days ago
bollard
bollardRust

An asynchronous Rust client library for the Docker and Podman daemon APIs.

#async-rust#container-runtime#podman
Stars1.3k
Forks185
Last commit1 day ago
tower-web
tower-webRust

A fast, boilerplate-free web framework for Rust built on Tokio and Hyper.

#boilerplate-free#api-server#async
Stars979
Forks51
Last commit6 years ago
tokio-modbus
tokio-modbusRust

A pure Rust Modbus library built on tokio for asynchronous and synchronous industrial communication.

#industrial-automation#iot#library
Stars555
Forks155
Last commit2 days ago
aembke/fred
aembke/fredRust

An asynchronous Rust client for Valkey and Redis with support for RESP2/RESP3, clustering, TLS, and advanced features.

#database-driver#async-rust#redis-client
Stars529
Forks81
Last commit1 year ago
dagrs
dagrsRust

A high-performance Rust framework for asynchronous task orchestration using Flow-Based Programming and directed acyclic graphs (DAGs).

#hacktoberfest#parallel-computing#workflow-engine
Stars482
Forks40
Last commit6 months ago
rust-socketio
rust-socketioRust

A Rust implementation of the Socket.IO client protocol supporting both synchronous and asynchronous operations.

#hacktoberfest#serde#async
Stars477
Forks109
Last commit1 year ago
mysql_async
mysql_asyncRust

A Tokio-based asynchronous MySQL client library for Rust, supporting connection pooling, transactions, and multiple TLS backends.

#database-driver#async#tls
Stars410
Forks146
Last commit1 month ago
TerminusDB
TerminusDBRust

A tokio-enabled Rust library for storing and efficiently querying triple data (subject-predicate-object).

#data-storage#rdf#storage-engine
Stars383
Forks36
Last commit2 years ago
Convey
ConveyRust

A Rust-based Layer 4 load balancer with dynamic configuration reloading, supporting proxy, passthrough, and direct server return modes.

#network-traffic#devops#tcp
Stars353
Forks45
Last commit5 years ago
delay-timer
delay-timerRust

A Rust-based task scheduler for managing delayed and periodic tasks with dynamic control, supporting both synchronous and asynchronous execution.

#smol#task-scheduler#periodic-tasks
Stars329
Forks27
Last commit2 years ago
rust-parallel
rust-parallelRust

A fast Rust/Tokio command-line utility for running shell commands in parallel with a GNU Parallel/xargs-like interface.

#shell-scripting#command-line-tool#tokio
Stars312
Forks13
Last commit4 days ago
elastic
elasticRust

An efficient, modular Elasticsearch REST API client for Rust with strongly-typed documents and weakly-typed queries.

#data-indexing#strongly-typed#no-sql
Stars252
Forks39
Last commit6 years ago
qiluo-admin
qiluo-adminRust

An enterprise-grade rapid development platform built on Rust, providing a complete backend management system with RBAC, WeChat integration, and monitoring.

#ai admin#axum#rapid-development
Stars228
Forks35
Last commit2 days ago
rust-raknet
rust-raknetRust

A Rust implementation of the RakNet protocol, a reliable UDP transport for game networking and Minecraft Bedrock Edition.

#reliable-udp#udp-protocol#tokio
Stars226
Forks23
Last commit2 years ago
mbr/socketcan
mbr/socketcanRust

A Rust library for Linux SocketCAN communication, providing network socket access to CAN bus with async support.

#industrial-automation#can-bus#embedded
Stars205
Forks95
Last commit1 month ago
Taxy
TaxyRust

A Rust-based reverse proxy server with a built-in WebUI, supporting TCP/UDP/HTTP/TLS/WebSocket protocols.

#http-proxy#reverse-proxy#tcp
Stars201
Forks10
Last commit1 year ago
hud
hudRust

Zero-instrumentation eBPF profiler that finds blocking code in Tokio async runtimes by measuring OS scheduling latency.

#async-rust#observability#rust-tooling
Stars198
Forks5
Last commit3 months ago
Page 1 of 2Next

Related Tags

#Rust53#Async23#Async Rust9#Async Io7#Database Driver7#Distributed Systems6#Networking6#Web Framework6#Linux5#Hyper5#Performance5#Concurrency5
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub