21 releases (11 breaking)

0.30.0 Mar 9, 2026
0.20.1 Sep 24, 2024
0.10.0 May 7, 2024
0.9.0 Dec 29, 2023
0.2.0 Nov 15, 2021

#17 in #job-scheduler


MIT license

18KB
454 lines

mq

Generic simple message queue library for rust.

Example

Cargo.toml

[dependencies]
mq = "0.30.0"
mq-surreal = "0.30.0"
tokio = { version = "1.40.0", features = ["full"] }

Refer to the examples on the usage.

Supported Backends

  • SurrealDB

If you are interested in other backends feel free submit PR or features requests.

LICENSE

MIT

Dependencies

~9–16MB
~200K SLoC