Crates.io | rssettings |
lib.rs | rssettings |
version | 0.2.0 |
source | src |
created_at | 2024-01-24 07:13:55.180497 |
updated_at | 2024-01-28 07:17:24.926229 |
description | A lib crate to manage .ini style settings file |
homepage | |
repository | https://github.com/fstafforte/rssettings |
max_upload_size | |
id | 1111774 |
size | 55,918 |
This is my first rust crate. It is a library that can be used to manage a clasical .ini style settings files [SECTION] key = value
i.g [GLOBAL] enabled = true
see documentation and the tests as examples
this software is under Apache-2.0 license
Please use the devel branch to modify this crate and when your modification has been tested merge them in the master branch
27 Jan 2024: Introduced two new methods