rabbit_borough 0.1.7

Create a RabbitMQ consumer project with minimal effort, by bypassing templating, configuration and complicated resiliency logic
Documentation
1
2
3
4
/// This module only contains the structs needed for the configuration
pub mod config_model;
/// Module for reading or getting default configuration
pub mod reader;