17 releases (8 breaking)

0.9.0 Dec 29, 2023
0.7.0 Sep 14, 2023
0.4.8 Apr 29, 2023
0.4.1 Mar 31, 2023
0.2.0 Nov 15, 2021

#12 in #message-queue


Used in mq-surreal

MIT license

17KB
454 lines

mq

Generic simple message queue library for rust.

Example

Cargo.toml

[dependencies]
mq = "0.5.0"
mq-surreal = "0.5.0"
tokio = { version = "1.27.0", features = ["full"] }

Refer to the examples on the usage.

Supported Backends

  • SurrealDB (requires v1.0.0-beta10+). For SurrealDB v1.0.0-beta9 use v0.4.8 version for mq.

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

LICENSE

MIT

Dependencies

~6–17MB
~184K SLoC