EveryGoodWork / ChapterVerse

Scripture lookup bot written in Rust.
GNU General Public License v3.0
4 stars 1 forks source link

User Preference Persistence #19

Closed PeterMHammond closed 1 month ago

PeterMHammond commented 4 months ago

Example from current ChapterVerse: Username: MissionaryGamer | Translation: NASB | DateAdded: Jul 6, 2021 | Last Scripture: Rev22:21NASB | Total Scriptures: 2,932 | Updated: Feb 17, 2024, 8:33:00 PM

PeterMHammond commented 4 months ago

This file format will be written to regularly but read very infrequently. Open to suggestions to best format as this is local/read write JSON is not the best format.

PeterMHammond commented 1 month ago

This was changed to a .toml file and has been completed.