Displaying 1 result from an estimated 1 matches for "msgpack_define".
2018 Mar 14
1
[Support][RFC] MessagePack reader/writer
>
> Hello all,
>
> I have prepared a small patch to add support for reading and writing
> MessagePack in LLVM, and want to propose including it in trunk.
> MessagePack is
> a binary object serialization format, with the goal of being more
> compact than
> text formats like JSON or YAML. The specification can be found at
>