Wrote a Protobuf-like D (de)serialisation library - asking for comments / suggestions

Imperatorn johan_forsberg_86 at hotmail.com
Mon Jun 14 07:14:27 UTC 2021


On Saturday, 12 June 2021 at 21:59:13 UTC, Sinisa Susnjar wrote:
> Hi, D newbie here,
>
> The library is on par with Google Protobuf performance-wise and 
> does not need a pre-compiler like Protobuf does, but instead 
> uses the meta programming facilities of D to (de)serialise D 
> data types from/to binary messages. Some samples and unit tests 
> are included.
>
> Here's the code if anyone wants to have a look: 
> https://github.com/sinisa-susnjar/msgbuf
>
> (I am sure there is a lot of room for improvement)

Is it on dub?


More information about the Digitalmars-d-learn mailing list