I want to build a small gui application in rust. What are my options for application storage? I have heard of the confi crate but I want to save a bit more than just configuration. Is there a crate that handles this for me easily?

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago

Thanks for the link to "dirs" - I wish I'd known about it before I implemented a (worse) version just using the home crate.

  • source
  • parent