Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upimpl std::io::Write for SmallVec<[u8, N]> #51
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simple impl calling the
extend_from_slicefn should do the trick.Are there any cons to this?