serde_archive
Archive serializer for Serde
Status
Supports tar and zip formats. Only simple Serialization at the moment: support for Structures, Map<String, T> and primitive types.
Usage
To use this library, add the following to your Cargo.toml:
[]
= { = "0.1", = ["enable-zip", "enable-tar"], = true }
use zip_writer;
use tar_writer;
let item = Item ;
let mut file = create.unwrap;
let writer = new;
to_writer;
let mut file = create.unwrap;
let writer = new;
to_writer;