//! 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.
compile_error!;
/// Contains the interfaces for brokers
/// Contains the error types for the Broccoli system
/// Contains the message queue implementation