-
Notifications
You must be signed in to change notification settings - Fork 315
Description
According to this thread 824a986 conversion from Bytes to Vec<u8> has ever existed but not found today. Is it deleted? but what reason? Is there some workaround today?
I want to use Bytes entirely in my library. It is a Raft library using gRPC. To send RPC I need to make Vec<u8> as payload (I hope prost generates code using Bytes instead of Vec<u8> though), if there is no cost to extract Vec<u8> from Bytes when refcnt=1 that would push me forward to fully depend on Bytes.
Kobzol, mjarkk, xiaopengli89, nkzawa, albel727 and 2 more
Metadata
Metadata
Assignees
Labels
No labels