implement Serializer for Readable/Compact

This commit is contained in:
Markus Westerlind
2017-11-02 14:52:25 +01:00
parent 2a557a1e36
commit 78fab25c5c
2 changed files with 375 additions and 0 deletions
+1
View File
@@ -164,6 +164,7 @@ mod ser;
mod de;
mod error;
mod configure;
mod token;
mod assert;