persistent-queue 0.1.1

A durable, at-least-once MPSC queue backed by in-memory and durable backends (sled, redb).
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

All notable changes are documented here. This file is managed by
[knope](https://knope.tech/) from the Conventional Commits on `main`; do not edit it by
hand.
## 0.1.1 (2026-08-25)

### Features

- implement the durable at-least-once MPSC queue