Crates.io | aide-de-camp |
lib.rs | aide-de-camp |
version | 0.2.0 |
source | src |
created_at | 2022-05-22 19:05:35.506083 |
updated_at | 2022-12-18 20:05:35.095176 |
description | Aide-De-Camp is a backend agnostic delayed job queue. |
homepage | |
repository | https://github.com/zero-assumptions/aide-de-camp |
max_upload_size | |
id | 591391 |
size | 40,207 |
Aide-De-Camp is a backend agnostic delayed job queue. Very similar to girl_friday
from the Ruby world.
Notable features:
Pick a backend1 that suits you and add following to your Cargo.toml
:
# Cargo.toml
[dependencies]
aide-de-camp = "0.1.0"
aide-de-camp-sqlite = "0.1.0" # Or any other avaiable backend
aide-de-camp-sqlite
has pretty detailed example of how to use this crate.
runner
feature enabled by default) that contains default implementations of runner, job router and types required for their work.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.