simple-queue 0.1.3

A simple persistent queue implementation in Rust backed by PostgreSQL and tokio
1
2
3
4
5
6
7
8
9
10
# Changelog

## 0.1.3

### Added

- `JobExt` to simplify transformation from seriailizable into a `Job`
- `SimpleQueue::setup_from_url(&str)`
- `SimpleQueue::new_from_url(&str)`
- Changelog