2021-04-14 00:14:36 +02:00
|
|
|
# gayconf.rs
|
|
|
|
|
2021-04-26 18:38:44 +02:00
|
|
|
A cursed configuration language. See `test.conf` for an example.
|
2021-04-14 00:14:36 +02:00
|
|
|
|
2021-04-26 18:38:44 +02:00
|
|
|
**Disclaimer**: If the words _turing complete configuration_ aren't enough of a screaming
|
|
|
|
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.
|
2021-04-14 00:14:36 +02:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2021-04-26 18:38:44 +02:00
|
|
|
See `src/main.rs`, which is also the command line version.
|
2021-04-14 00:14:36 +02:00
|
|
|
|
|
|
|
## 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.
|