mq
==
Generic simple message queue library for [rust](https://www.rust-lang.org/).
Example
=======
```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.
*
If you are interested in other backends feel free submit PR or features requests.
MIT