Skip to content

Async RabbitMQ Rust Client, easy-to-use API, async tokio, lock-free

License

Notifications You must be signed in to change notification settings

andrieshiemstra/amqprs

 
 

Repository files navigation

integration-test

amqprs

Yet another RabbitMQ client implementation in rust with different design goals.

Design philosophy

  1. API first: easy to use and understand. Keep the API similar as python client library so that it is easier for users to move from there.
  2. Minimum external dependencies: as little external crates as possible.
  3. lock free: no mutex/lock in client library itself.

Design Architecture

About

Async RabbitMQ Rust Client, easy-to-use API, async tokio, lock-free

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%