rename main
This commit is contained in:
parent
1506c0a4d4
commit
fbffb0f6ea
2 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# gayconf.rs
|
# gayconf.rs
|
||||||
|
|
||||||
A simple config file parsing library. See `test.conf` for all features.
|
A cursed configuration language. See `test.conf` for an example.
|
||||||
|
|
||||||
Please note this is literally my first Rust project, so the code is almost certainly horrible
|
**Disclaimer**: If the words _turing complete configuration_ aren't enough of a screaming
|
||||||
and shouldn't be used in any real life project.
|
red flag to scare you away from this project already, pleast note that this is literally my
|
||||||
|
first Rust project so the code is almost certainly horrible and shouldn't be used anywhere.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See `bin/ckconf.rs`, which is also the command line version.
|
See `src/main.rs`, which is also the command line version.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue