Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test serde::bytes::Bytes and serde::bytes::ByteRef #107

Closed
TyOverby opened this issue Feb 3, 2017 · 1 comment
Closed

Test serde::bytes::Bytes and serde::bytes::ByteRef #107

TyOverby opened this issue Feb 3, 2017 · 1 comment
Milestone

Comments

@TyOverby
Copy link
Collaborator

@TyOverby TyOverby commented Feb 3, 2017

No description provided.

@tikue
Copy link
Contributor

@tikue tikue commented Feb 8, 2017

Also, there's an opportunity to be more performant with deserialization of ByteBuf:

fn deserialize_byte_buf<V>(self, visitor: V) -> DeserializeResult<V::Value>
    where V: serde::de::Visitor,
{
    visitor.visit_byte_buf(try!(self.read_vec()))
}
@TyOverby TyOverby modified the milestone: 1.0 Feb 23, 2017
@TyOverby TyOverby closed this Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.