persistent-queue 0.1.0

A durable, at-least-once MPSC queue backed by in-memory and durable backends (sled, redb).
Documentation
---
name: Feature Request
about: Suggest an improvement
title: "[FEATURE] "
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem?**
A clear and concise description of the problem. Ex. "When [...], I have to [...]."

**Describe the solution you'd like**
What you want to happen. If it touches the public API, a short sketch of the
types / signatures helps.

**Describe alternatives you've considered**
Other approaches or workarounds you tried.

**Scope check**
- [ ] Keeps the crate safe and lean (no `unsafe`, minimal deps, no unbounded paths).
- [ ] Not already listed under "Status / scope" in the README (try_send, Stream
      receiver, `bytes::Bytes` support).

**Additional context**
References, prior art, or links.