Add serialization support

This commit is contained in:
2018-06-02 00:02:30 +02:00
parent 540de72032
commit 6ee88325c5
5 changed files with 67 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
extern crate core;
#[macro_use]
extern crate serde_derive;
pub mod ijvmreader;
pub mod binread;