Skip to main content

expand_document

Function expand_document 

Source
pub fn expand_document(value: &mut Value, source: &str)
Expand description

Expand every string value in a parsed TOML document, in place.

Walks tables and arrays recursively. Non-string scalars are untouched, and so are keys.