Persy Transactional Storage 1.5

Persy is a simple transactional storage (AKA database) written in rust, that persists raw data in the form of `Vec` or key values of basic rust types, focusing mainly on correctness and durability. All data, referencing structures and logs are kept in a single file.