Support deserializing ByteBuf from string

This commit is contained in:
David Tolnay
2016-12-23 23:17:42 -05:00
parent 2c984980a0
commit 871fb5adee
3 changed files with 54 additions and 156 deletions
+1
View File
@@ -1,4 +1,5 @@
extern crate serde;
extern crate serde_test;
#[macro_use]
mod macros;