2021-04-14 00:14:36 +02:00
|
|
|
# gayconf.rs
|
|
|
|
|
|
|
|
A simple config file parsing library. See `test.conf` for all features.
|
|
|
|
|
|
|
|
Please note this is literally my first Rust project, so the code is almost certainly horrible
|
|
|
|
and shouldn't be used in any real life project.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
See `bin/ckconf.rs`, which is also the command line version.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2021-04-14 00:16:18 +02:00
|
|
|
Copyright © 2021 Fefie <owo@fef.moe>
|
2021-04-18 23:08:24 +02:00
|
|
|
Released under the CNPLv6+, see the `LICENSE` file or <https://git.pixie.town/thufie/CNPL>
|
2021-04-14 00:16:18 +02:00
|
|
|
for details.
|
|
|
|
|
|
|
|
There is ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
|