rustqueue 0.2.0

Background jobs without infrastructure — embeddable job queue with zero external dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod error;
pub mod metrics;
pub mod models;
pub mod plugins;
pub mod queue;
pub mod rate_limit;
pub mod scheduler;
#[cfg(feature = "otel")]
pub mod telemetry;
pub mod webhook;
pub mod workflow;