carrot-cake

Crates.iocarrot-cake
lib.rscarrot-cake
version0.1.4
sourcesrc
created_at2023-06-21 14:03:21.902323
updated_at2024-05-02 16:53:47.42619
descriptionAn a-peeling pub/sub framework
homepage
repositoryhttps://github.com/TrueLayer/carrot-cake
max_upload_size
id896183
size253,802
Rust OSS (github:truelayer:rust-oss)

documentation

README

carrot-cake

An a-peeling pub/sub framework

test fake release

Crates.io Docs.rs CI

carrot-cake is TrueLayer's take on an opinionated and flexible RabbitMQ PubSub framework.

Features:

  • Multiple consumers per vhost
  • Concurrent handling
  • Consumer Middlewares
  • Consumer pre-start hooks to set up queues and exchanges
  • Publishers backed by a connection pool
  • Publisher Middlewares

Installation

Add carrot-cake to your dependencies

[dependencies]
# ...
carrot-cake = "0.1.0"

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.

Commit count: 10

cargo fmt