insrcdata 0.2.0

Embed static data as source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
# insrcdata samples
 
This directory contains various samples of insrcdata usage.

All samples have the same structure :
* insrdata : contains source data and configuration file named insrcdata.toml
* c-xxx : sample for C target language
* rust-xxx : sample for Rust target language

Use test_all.py run all test on main application and samples. 
You will need python3.