persistent-queue 0.1.3

A durable, at-least-once MPSC queue backed by in-memory and durable backends (sled, redb).
Documentation
**What kind of change does this PR introduce?**
- [ ] fix
- [ ] feat
- [ ] refactor
- [ ] perf
- [ ] docs
- [ ] test
- [ ] build / ci
- [ ] chore

**Summary**
Explain the motivation. What problem does this solve? Link any related issue.

**Tests**
- [ ] Added / updated tests (unit, plus integration where it fits)
- [ ] Not relevant, because: ...

**Checklist**
- [ ] CI is green locally: `cargo fmt --all --check`, `cargo clippy --all-targets --all-features --locked -- -D warnings`, `cargo test --all-features`
- [ ] Commits follow Conventional Commits; AI-assisted commits carry an `Assisted-by:` trailer (see CONTRIBUTING.md / AGENTS.md)
- [ ] Preserves the invariants: no `unsafe`, no new dependency without reason, no unbounded path
- [ ] rustdoc / README updated if the public API or behavior changed

**Breaking change?**
If yes, describe the impact and the migration path (public API or semantics).