Skip to main content

parse_value

Function parse_value 

Source
pub fn parse_value(s: &str) -> Value
Expand description

Parse a string value into a TOML value, auto-detecting the type.

Priority: bool → integer → float → string.