toml-scaffold 0.4.0

Generate commented TOML scaffolds from Rust structs and values
Documentation
1
2
3
4
5
6
# Application name
name = "myapp"
# Body configuration (dotted-nested format)
body.key1 = 123
body.key2.key3 = 456
body.key2.key4.key5 = 789