msgpack-c
0.5.9.1
MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.
Small integers are encoded into a single byte while typical short strings
require only one extra byte in addition to the strings themselves.
Install-Package msgpack-c -Version 0.5.9.1
dotnet add package msgpack-c --version 0.5.9.1
<PackageReference Include="msgpack-c" Version="0.5.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add msgpack-c --version 0.5.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
MSGPACK_CXX11 macro fix for Visual Studio 2012/2013
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.5.9.1 | 2,034 | 2/20/2015 |