[][src]Function superconf::parse_string

pub fn parse_string(
    conf: String
) -> Result<HashMap<String, SuperValue>, SuperError>

An alias to the more common parse_str, allowing for easy usage with Strings.