Aide-De-Camp

💂 Aide-De-Camp


Install | Usage | Docs


Built with ❤️ by Zero Assumptions


Aide-De-Camp is a backend agnostic delayed job queue. Very similar to girl_friday from the Ruby world.

Notable features:

Getting started

Install

Pick a backend[^1] that suits you and add following to your Cargo.toml:

```toml

Cargo.toml

[dependencies] aide-de-camp = "0.1.0" aide-de-camp-sqlite = "0.1.0" # Or any other avaiable backend ```

Usage

aide-de-camp-sqlite has pretty detailed example of how to use this crate.

Components

License

Licensed under either of

at your option.

Contribution

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.