From db2d63b56d85e4eb6863535c46ea6e2e0ce49997 Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 14 Apr 2021 00:14:36 +0200 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..302a0dd --- /dev/null +++ b/README.md @@ -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 . Released under the CNPLv5+, see the `LICENSE` file +or for details. There is ABSOLUTELY NO WARRANTY, to the +extent permitted by applicable law.