I'd like to hear some early thoughts about the default_database.rs.
In order to support the first implementation, I've introduced some changes in the src/database.rs:
- Personally, I believe it's a bit more cohesive to keep the
key/valueasStrings (but I'm fine with bringing the old implementation if that's too expensive) - I've changed the
OptionstoOption<Options>, wdyt?
Also, the changes in the Cargo.toml files are temporary ;) (I'm using them for development purposes only).
:)