snsvrno / settingsfile-rs

Rust library for easily reading and writing to local configuration files.
0 stars 0 forks source link

Iterator #1

Open snsvrno opened 5 years ago

snsvrno commented 5 years ago

Create an iterator for the Settings struct so there is an easy way to go through all the current settings.

snsvrno commented 5 years ago

Wrote a keys() function for Settings, this makes a new Vec<String> of all the keys, maybe there is a better way to do this, maybe with references?