Re-exports§
pub use config::Config;
Modules§
- config
- The
zirv_queue
crate provides a job-queue system with autoscaling workers, configurable runtime settings, and database migration support. - models
- schema
- Automatically generated by Diesel to map database tables into Rust structs.
- traits
- utils
- worker
Constants§
- MIGRATIONS
- An embedded collection of Diesel migrations stored at compile time.
Functions§
- init
- Initializes the job queue system by: