libset 0.1.2

Libset is a library that allows Rust applications to easily manage their configuration files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# libset
Libset is a library that allows Rust applications to easily manage their configuration files.

## Usage
```
[dependencies]
libset = "0.1.2"
```

## Proposals

If you have a proposal for a new feature, open a new [issue](https://github.com/edfloreshz/libset/issues).