v0.2.2 Release
support C++17 for struct_pack,struct_json,struct_yaml,struct_xml.
[struct_pack]:
- bugfix for incorrect serialize when the struct only contain compatible object with non-zero version number.
[coro_http] :
- bugfix for websocket async callback response after client destruct cause heap use after free.