cwab

Crates.iocwab
lib.rscwab
version0.6.2
sourcesrc
created_at2023-04-22 02:46:50.885696
updated_at2023-10-14 16:59:30.99008
descriptionA correct, efficient, and simple job processor
homepage
repositoryhttps://github.com/cwabcorp/cwab
max_upload_size
id845787
size134,754
Nathan Jaremko (njaremko)

documentation

README

Cwab

Adorable 2D cartoon crab fumbling with papers

Correct, efficient, and simple. Lets process some jobs.

Crates.io MIT licensed Build Status

Installation

The cwab library is installed by adding the following to your Cargo.toml

cwab = "^0.6"

You'll also need to run the following to install the CLI

cargo install cwab

Features

  • Reliable job dispatch
  • Error handling with retries
  • Scheduled jobs
  • An easy to use Rust API
  • Middleware support
  • Batched jobs
  • Cron support
  • Expiring jobs
  • Unique jobs
  • Encryption
  • Rate limiting
  • Parallelism

Documentation

You can find our documentation here

Library documentation can be found on docs.rs

Contributing

If you want to contribute, I recommend looking at our good first issues. Our contributing file has some tips for getting started.

Commit count: 46

cargo fmt