msgpack-typed
v0.1.2
Published
A MessagePack encoder and decoder implementation focused on type preservation and interoperability with other codecs
Downloads
27
Readme
msgpack-typed
A MessagePack encoder and decoder implementation focused on type preservation and interoperability with other codecs
[!WARNING]
This port has not been battle-tested (to the point of full confidence) and bugs may still appear. Do not use this in production code unless necessary.
Features
The list of features part of this port of MessagePack includes:
Generic encoding and decoding of any valid MessagePack chunks
Type preservation (with separate numeric types)
LZ4 block compression/decompression (same as the Official MessagePack C# port)
Creation of modular and powerful extensions.
Documentation
The documentation can be found as part of the source code, which can be viewed as a tooltip in your IDE. On-site documentation will be done when demand calls for it.
