simple-queue 0.2.2

A simple persistent queue implementation in Rust backed by PostgreSQL and tokio
Documentation
# Changelog

## 0.2.1, 0.2.2

### Maintenance

- Set SQLX_OFFLINE=true in build.rs in hopes to have docs.rs build go through
- Makefile has `--all-features` for `sqlx prepare` so that tests are picked up too

## 0.2.0

### Added

- wait-for-job feature (oneshot rx for job insertion)

### Maintenance

- TestContext is RAII guard now, guaranteed to drop stale schemas even on crash
- Makefile for checks

## 0.1.4

### Maintanance

- SQLX prepare files
- Include test files

## 0.1.3

### Added

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