vipyrsec / dragonfly-client-rs

Dragonfly client written in Rust
https://docs.vipyrsec.com/dragonfly-client-rs/dragonfly_client_rs/
MIT License
4 stars 2 forks source link

Initial draft: rabbitmq & async #68

Open Robin5605 opened 1 year ago

Robin5605 commented 1 year ago

This rewrite consists of both a migration to an asynchronous model and a migration to the proposed RabbitMQ architecture, because the lapin crate is one of the most mature AMQP client crates for Rust, except it's asynchronous

Here is the gist of the new structure:

Robin5605 commented 1 year ago

TODO: