Skip to main content

print_toml_document

Function print_toml_document 

Source
pub fn print_toml_document(doc: &TomlDocument) -> String
Expand description

Render doc to TOML text. The one function in this module — and, per this file’s own module doc, in bynk-emit’s TOML-producing surface — that calls write!/writeln!/format! to build TOML syntax.