Skip to content
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

Implement RingBuf reserve() or grow() function #29

Closed
jnicholls opened this issue Jun 10, 2015 · 3 comments
Closed

Implement RingBuf reserve() or grow() function #29

jnicholls opened this issue Jun 10, 2015 · 3 comments

Comments

@jnicholls
Copy link

It would be nice to be able to do a realloc on the RingBuf to grow it in size. A deep copy is necessary today to accomplish this.

p.s. I might just submit a PR :)

@carllerche
Copy link
Member

👍 definitely

@carllerche
Copy link
Member

Same w/ bytebuf as well

@carllerche
Copy link
Member

RingBuf has been moved to bytes-more. I'm going to close this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants