amqp-rs/lapin
AMQP client library in Rust, with a clean, futures based API observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 95
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3471
- days_rel: n/a
- days_push: 30
- n_releases_24m: 0
Adoption not part of the score
1233 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Lapin is an async AMQP 0-9-1 client library for Rust, primarily targeting RabbitMQ. It provides a futures-based API and is runtime-agnostic, supporting tokio, smol, and async-global-executor.
Use cases
- publish and consume messages from RabbitMQ in Rust
- declare queues, exchanges, and bindings over AMQP 0-9-1
- build async message-driven microservices in Rust
- automatically recover RabbitMQ connections after network failures
- integrate RabbitMQ messaging into tokio or smol applications
When to choose
- you need an AMQP 0-9-1 client in Rust
- your project uses RabbitMQ and an async Rust runtime
- you want automatic connection and topology recovery
When to avoid
- you need AMQP 1.0 instead of 0-9-1
- you use Kafka or another non-AMQP message broker
- you need a synchronous blocking client
Facets
library · maturity stable
message-queue http-client backend developer-tools rust cross-platform amqp rabbitmq amqp0-9-1 async futures tokio smol messaging
2 sources
- readme: https://github.com/amqp-rs/lapin · fetched 2026-08-28 · ac749d62dcea
- registry_crates: https://crates.io/api/v1/crates/lapin · fetched 2026-08-29 · c6cea3001a3a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amqp-rs/lapin | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem