Crate

tower

Modular and composable network service middleware for Rust.

What it is

tower defines the Service trait — a single async fn(Request) -> Response — and provides middleware that wraps services: rate limiting, timeouts, retries, load balancing, and buffering. It is the middleware abstraction layer used by axum, tonic, and hyper.

Why it is commonly used

The backbone of the Rust HTTP and gRPC middleware ecosystem. Application developers use it indirectly through axum and tonic. Library authors implement Service to write reusable middleware that works across any tower-compatible framework.

691
Repositories
90%
Actively maintained
620
Updated ≤ 30 days
2.3M
Total stars
631
Owners

Counted from the Cargo.toml manifests of the 691 indexed repositories that declare tower as a dependency — not download counts. Dependency data last verified 2026-09-16.

Browse 691 repositories using tower in Repos →
Often used with

Crates that show up unusually often in tower projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of tower projects that also use it.

Used by these organizations
50 of 691 repositories · ranked by stars · 620 pushed in the last 30 days
RuView95kactive

π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.

union74kmaintenance

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.

servo38kactive

Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

⑂ 3.8k3.2k
qdrant35kactive

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

rustfs33kactive

🚀2.3x faster than MinIO for 4KB object payloads. RustFS is an open-source, S3-compatible high-performance object storage system supporting migration and coexistence with other S3-compatible platforms such as MinIO and Ceph.

neon23kactive

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

⑂ 1.1k562
windmill18kactive

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.

← Browse all repos