-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
impl std::io::Write for TinyVec<[u8; x]> #151
Comments
Yes. I'd love it. It should be behind a feature named |
Consider it done. Thanks! |
I have a question regarding a How do I use that to defeat the |
you'd change that to |
Thank you. I'd have never figured that out. I'll put up a PR tomorrow. It was overly simple to implement. Y'all did a great job with TinyVec. Every time I find a use for it in my projects performance improves measurably. It's such a valuable crate. |
Would y'all accept a PR that implements
std::io::Write
for u8-based TinyVecs?If so, I'd be thrilled to submit it.
The text was updated successfully, but these errors were encountered: