A gay configuration language
Find a file
2021-04-19 11:41:40 +02:00
src lex: simplify iterator using pattern matching 2021-04-19 03:15:20 +02:00
.editorconfig trim trailing whitespace 2021-04-13 16:36:43 +02:00
.gitignore initial commit uwu 2021-04-12 20:54:25 +02:00
Cargo.lock initial commit uwu 2021-04-12 20:54:25 +02:00
Cargo.toml add license file to manifest 2021-04-19 11:41:40 +02:00
LICENSE update to CNPLv6 2021-04-18 23:08:24 +02:00
README.md update to CNPLv6 2021-04-18 23:08:24 +02:00
test.conf include escape sequences in test string 2021-04-13 17:43:35 +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

Copyright © 2021 Fefie owo@fef.moe
Released under the CNPLv6+, 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.