configtpl 0.1.1

A configuration library which uses Jinja + YAML to render the configuration values.
Documentation
1
2
3
4
5
6
# A header file for configtpl library

Use the following command to generate the header file:
```
cbindgen --config cbindgen.toml --crate configtpl --output include/configtpl.h
```