Skip to content

feat: impl bytes::BufMut for SmallVec (v2) #371

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

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

BugenZhao
Copy link
Contributor

The bytes crate is a popular crate for manipulating bytes efficiently. Implementing the BufMut trait for SmallVec would allow it to serve as a seamless replacement for Vec<u8> when working with bytes.

Copy link
Collaborator

@mbrubeck mbrubeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mbrubeck mbrubeck added this pull request to the merge queue Mar 20, 2025
Merged via the queue into servo:v2 with commit 4aaa028 Mar 20, 2025
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants