qrush 2.1.1

Lightweight Job Queue and Task Scheduler for Rust (Actix/Axum + Redis + Cron)
Documentation
1
2
3
4
5
6
7
// Actix route adapter (enabled with the `dashboard-actix` feature).
#[cfg(feature = "dashboard-actix")]
pub mod metrics_route;

// Axum route adapter (enabled with the `dashboard-axum` feature).
#[cfg(feature = "dashboard-axum")]
pub mod axum_route;