toml-scaffold 0.2.1

Generate commented TOML scaffolds from Rust structs and values
Documentation
1
2
3
4
5
6
7
8
9
# Application name
name = "myapp"

# Database configuration
[database]
# Database URL
url = "postgres://localhost"
# Connection pool size
pool_size = 10