Docs.rs
toml-scaffold-0.2.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
toml-scaffold 0.2.0
Generate commented TOML scaffolds from Rust structs and values
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
array_of_tables.rs
array_of_tables.toml
basic_value.rs
basic_value.toml
collections.rs
collections.toml
deeply_nested.rs
deeply_nested.toml
field_with_dot.rs
field_with_dot.toml
json_value_field.rs
json_value_field.toml
json_value_field_empty.toml
multiline_doc.rs
multiline_doc.toml
multiline_string_value.rs
multiline_string_value.toml
nested_structs.rs
nested_structs.toml
nested_with_optional.rs
nested_with_optional.toml
nested_with_special_chars.rs
nested_with_special_chars.toml
none_optional.rs
none_optional.toml
optional_nested_struct.rs
optional_nested_struct_none.toml
optional_nested_struct_some.toml
root_description.rs
root_description.toml
serde_rename.rs
serde_rename.toml
1
2
3
4
#
Server host address
host
=
"
localhost
"
#
Server port
port
=
8080