Event-Driven messaging library for Rust
It's an early alpha version, not ready for production yet.
The main goal of the project is to create a library with one model abstraction and different implementations for a variety of message brokers, like Kafka, RabbitMQ, Iggy, in-memory, etc... Ideally, the library should be able to handle all possible event-driven oriented scenarios, both for modular monolith and distributed applications (microservices, typically).
Building project
cargo build
Testing project
cargo test
Running examples
Getting started
cargo run --example getting-started
In-Memory messages
cargo run --example in-memory