toml-scaffold 0.2.1

Generate commented TOML scaffolds from Rust structs and values
Documentation
1
2
3
4
# Required field
name = "app"
# Optional nested struct
# database = ...