次のようなデータの文字列があります。
b = bool
i = int
sINT: = string whose length is INT followed by a : then the string
m = int message id.
例:
m133s11:Hello Worldi-57989b0b1b0
これは:
Message ID 133
String 'Hello World' length 11
int -57989
bool false
bool true
bool false
これを簡単に解析できるSTLに何かありますか?