diff options
Diffstat (limited to 'src/structs/ser.rs')
| -rw-r--r-- | src/structs/ser.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/structs/ser.rs b/src/structs/ser.rs new file mode 100644 index 0000000..a3fe291 --- /dev/null +++ b/src/structs/ser.rs | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | use crate::ArchiveError; | ||
| 2 | use serde::{ser, Serialize}; | ||
| 3 | |||
| 4 | pub struct ArchiveSerializer { | ||
| 5 | bin: Vec<u8>, | ||
| 6 | } | ||
