add readme
This commit is contained in:
parent
8489e430c4
commit
db2d63b56d
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
Copyright © 2021 Fefie <owo@fef.moe>. Released under the CNPLv5+, see the `LICENSE` file
|
||||||
|
or <https://git.pixie.town/thufie/CNPL> for details. There is ABSOLUTELY NO WARRANTY, to the
|
||||||
|
extent permitted by applicable law.
|
Loading…
Reference in a new issue