toml-scaffold 0.4.0

Generate commented TOML scaffolds from Rust structs and values
Documentation
1
2
3
4
5
6
7
# List of ports (multiline format)
ports = [
  8080,
  8081,
]
# List of tags (default inline format)
tags = ["web", "api"]