configtpl 0.1.0

A configuration library which uses Jinja + YAML to render the configuration values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# configtpl

## General

A configuration library which uses Jinja + YAML to render the configuration values.

## Status

Early WIP

## How to add to your project

Configtpl can be integrated into your project in the following ways:
- Cargo crate, for Rust projects
- Static library (C, C++)
- Dynamic *.so, *.dll library (C, C++)