| Crates.io | opsqueue |
| lib.rs | opsqueue |
| version | 0.30.3 |
| created_at | 2025-07-30 07:44:46.803036+00 |
| updated_at | 2025-07-30 11:55:24.566941+00 |
| description | lightweight batch processing queue for heavy loads |
| homepage | |
| repository | https://github.com/channable/opsqueue |
| max_upload_size | |
| id | 1773217 |
| size | 548,611 |
Opsqueue is a lightweight batch processing queue system.
This crate describes both the opsqueue queue binary, as well as the core of the various client libraries that can call it.
cargo install opsqueue
Currently, we have high-level Python bindings available, c.f. https://pypi.org/project/opsqueue/.
Besides this, the Rust client itself can be used directly, by including opsqueue as a library in your project's Cargo.toml and enabling the client-logic feature-flag:
opsqueue = {version = "0.30.0", default-features = false, features = ["client-logic"]}
Find full usage instructions and details at the main repository readme: https://github.com/channable/opsqueue