This commit is contained in:
Edgar 2023-07-06 12:25:53 +02:00
parent 6a850d1175
commit 86125b9141
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387

View file

@ -1,5 +1,11 @@
# teeconfig # teeconfig
[![Version](https://img.shields.io/crates/v/teeconfig)](https://crates.io/crates/teeconfig)
[![Downloads](https://img.shields.io/crates/d/teeconfig)](https://crates.io/crates/teeconfig)
[![License](https://img.shields.io/crates/l/teeconfig)](https://crates.io/crates/teeconfig)
![Rust](https://github.com/edg-l/teeconfig/workflows/Rust/badge.svg)
[![Docs](https://docs.rs/teeconfig/badge.svg)](https://docs.rs/teeconfig)
A ddnet / teeworlds configuration parser. A ddnet / teeworlds configuration parser.
It recognizes the available options by parsing source files with `MACRO_CONFIG_` lines such as `src/engine/shared/config_variables.h`. It recognizes the available options by parsing source files with `MACRO_CONFIG_` lines such as `src/engine/shared/config_variables.h`.