aj_core 0.9.1

Background Job Library for Rust
Documentation
1
2
3
4
5
6
7
8
pub mod mem;
#[cfg(feature = "postgres")]
#[cfg_attr(docsrs, doc(cfg(feature = "postgres")))]
pub mod postgres;
#[cfg(feature = "redis")]
#[cfg_attr(docsrs, doc(cfg(feature = "redis")))]
pub mod redis;
pub mod types;