crio-0.1.4 has been yanked.
Persistent Data Container
An easy to use persistent data storage library. Integrates well with Serde.
Usage
let msg1 = Message ;
let msg2 = Message ;
let msg3 = Message ;
let messages = vec!;
let path = new;
let client: = new?; // If no file is found, a new empty file is created
client.write?; // If no file is found, a new file is created and then written to
let messages = client.load?;
if let Some = messages else