Crates.io | cwab |
lib.rs | cwab |
version | 0.6.2 |
source | src |
created_at | 2023-04-22 02:46:50.885696 |
updated_at | 2023-10-14 16:59:30.99008 |
description | A correct, efficient, and simple job processor |
homepage | |
repository | https://github.com/cwabcorp/cwab |
max_upload_size | |
id | 845787 |
size | 134,754 |
Correct, efficient, and simple. Lets process some jobs.
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
You can find our documentation here
Library documentation can be found on docs.rs
If you want to contribute, I recommend looking at our good first issues. Our contributing file has some tips for getting started.