Persistent Data Container
An easy to use persistent data storage library. Integrates well with serde.
Usage
use Client;
use ;
let msg1 = Message ;
let msg2 = Message ;
let msg3 = Message ;
let messages = vec!;
let client: = new?; // If no file is found, a new empty file is created.
client.write_many?; // If no file is found, a new file is created and then written to. Append is set to false such that it overwrites any previous value stored on the same file
let returned_messages = client.load?;
if let Some = returned_messages else