RabbitMQ alternative - Durable message queue
RabbitMQ alternatifi - Dayanikli mesaj kuyrugu
Async runtime
tokio = { version = "1", features = ["full"] }Esanlik kuyruklar
crossbeam = "0.8"Kalicilik
sled = "0.34"Copy this Cargo.toml to get started:
[package]
name = "my-message-queue"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
crossbeam = "0.8"
sled = "0.34"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: