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 upTest serde::bytes::Bytes and serde::bytes::ByteRef #107
Milestone
Comments
|
Also, there's an opportunity to be more performant with deserialization of fn deserialize_byte_buf<V>(self, visitor: V) -> DeserializeResult<V::Value>
where V: serde::de::Visitor,
{
visitor.visit_byte_buf(try!(self.read_vec()))
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.