this post was submitted on 02 May 2026
5 points (100.0% liked)
Rust Programming
9300 readers
1 users here now
founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can just use the filesystem and markdown files. That is a common way for applications to store note type data locally. This is what tools like Obsidian do and has the advantage of being easy to get the notes out if you want to use a different tool.
And just use a filesystem that supports snapshot and bam! You've got version control too.