pub fn parse_value(s: &str) -> Value
Parse a string value into a TOML value, auto-detecting the type.
Priority: bool → integer → float → string.