Siena is a flat-file 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 with various file formats such as FrontMatter (.md) and Yaml (.yaml), which are good for key-value storage.
Add the following to your Cargo.toml file:
TOML
siena = "1.0.0"
To be written.