Siena
Siena is a flat-file (YAML) database and an ORM for Rust. Well, actually your filesystem is a flat-file database, and Siena is the ORM that makes it nice and easy to use.
Install
Add the following to your Cargo.toml file:
= "1.2.1"
Usage
To be written.