Crate broccoli_queue

Source
Expand description

Broccoli is a message broker library that provides a simple API for sending and receiving messages. It currently supports Redis as a message broker, with plans to support additional brokers in the future, such as RabbitMQ and Kafka.

Modulesยง

brokers
Contains the interfaces for brokers
error
Contains the error types for the Broccoli system
queue
Contains the message queue implementation