mq 0.30.0

Simple Message Queue
Documentation
mq
==

Generic simple message queue library for [rust](https://www.rust-lang.org/).

Example
=======

## Cargo.toml

```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