Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minibytes: slightly optimize Bytes serde deserialize
Summary: According to https://docs.rs/serde/latest/serde/trait.Deserializer.html#tymethod.deserialize_byte_buf it seems `deserialize_byte_buf` is a better choice than `deserialize_bytes`. Reviewed By: muirdm Differential Revision: D64833693 fbshipit-source-id: f3dd6c2ecc3192413f4910cd088a9193135f04fd
- Loading branch information