a0 0.0.2

generate structs and their values from external data
Documentation
1
2
3
4
5
6
7
8
data = "test"
optional_field = ""
number_field = 0
toml_specific_field = true
array = [1, 2, 3]

[nested]
key = "value"