metalmq-client

Crates.iometalmq-client
lib.rsmetalmq-client
version0.3.0
sourcesrc
created_at2021-02-02 17:12:59.629501
updated_at2023-02-12 13:00:11.996225
descriptionMetalMQ client library (AMQP 0.9)
homepage
repositoryhttps://github.com/jonasrichard/metalmq
max_upload_size
id349827
size88,137
Richard Jonas (jonasrichard)

documentation

README

Architecture of metalmq client

The client architecture follows the hexagonal architecture in order that we can easily describe the business logic or better to say protocol logic.

+-----------------------------------------------------------+
| Infrastructure                                            |
|                                                           |
| --> client_api                +----------+                |
|                 --> processor |  state   | --> processor  |
|                               |  error   |                |
| --> channel_api               |  model   |                |
|                               +----------+                |
|                                                           |
+-----------------------------------------------------------+
Commit count: 373

cargo fmt