---
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.