Crate serde_file

Crate serde_file 

Source

Structs§

SerdeFile
Little wrapper over an OpenOptions,a File and it’s path,in a PathBuf,with the purpose of implementing Serialize and Deserialize,this wrapper implements exactly the same traits as the File in the way it does and also derefs to it.