pub fn parse_value(
text: &str,
target_type: &str,
format_name: &str,
_params: &HashMap<String, Value>,
) -> Result<WireValue>Expand description
Parse a string into a wire value (basic fallback)
For rich parsing with format-specific logic, use Shape runtime.