opsqueue

Crates.ioopsqueue
lib.rsopsqueue
version0.30.3
created_at2025-07-30 07:44:46.803036+00
updated_at2025-07-30 11:55:24.566941+00
descriptionlightweight batch processing queue for heavy loads
homepage
repositoryhttps://github.com/channable/opsqueue
max_upload_size
id1773217
size548,611
Qqwy / Marten (Qqwy)

documentation

README

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.

Installing the Opsqueue binary

cargo install opsqueue

Using a client library

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"]}

More info

Find full usage instructions and details at the main repository readme: https://github.com/channable/opsqueue

Commit count: 0

cargo fmt