sixth_database-1.0.1 has been yanked.
In memory serializing to disk Database. Mimics FourthDatabase(C#) and FifthDatabase(C++) SixthDatabase is for Rust using Serde.
Requirements
sixth_database = "1.0"
serde =
serde_derive =
bincode =
Usage
// If the usage example stops working
// look in SixthDatabaseTest's project under main.rs
// for the current working example.
extern crate sixth_database;
use Database;
Getting help
File a ticket at https://gitlab.com/Wepwawet/sixthdatabase/issues/new
If you use this and want your project to be featured here, open a ticket.