pub fn parse_csa_str(s: &str) -> Result<JsonKifuFormat, ConvertError>
Expand description

Parses a CSA formatted string to jkf::JsonKifuFormat

Errors

This function returns ConvertError if it fails to parse the string.