in asyncrat/asyncrat.py [0:0]
def get_string(data: list[bytes], index: int) -> str: return data[index][1:].decode("utf-8", "ignore")