SephVelut
Repos
79
Followers
3
Following
2

Events

issue comment
Implement Bytes::unsplit

When using current unsplit, it's not immediately obvious to a pub user that the operation will soft-fail if the owning BytesMut reallocates because of insufficient capacity. In hindsight this is obvious, but this method gives off the impression that Bytes simply need to be contiguous. Emphasis on both contiguous and from the same allocation with a note in the doc that a reallocation will invalidate formerly contiguous blocks.

Created at 9 hours ago
Created at 19 hours ago
Created at 22 hours ago
Created at 23 hours ago
issue comment
Implement Bytes::unsplit

try_unsplit only has one fail case that's side-effect free. It doesn't pose a danger to public users. Why not make it pub?

Created at 1 day ago
Created at 3 days ago
Created at 3 days ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 week ago
Created at 1 month ago