CGenT.Buffers
1.3.1
See the version list below for details.
dotnet add package CGenT.Buffers --version 1.3.1
NuGet\Install-Package CGenT.Buffers -Version 1.3.1
<PackageReference Include="CGenT.Buffers" Version="1.3.1" />
paket add CGenT.Buffers --version 1.3.1
#r "nuget: CGenT.Buffers, 1.3.1"
// Install CGenT.Buffers as a Cake Addin #addin nuget:?package=CGenT.Buffers&version=1.3.1 // Install CGenT.Buffers as a Cake Tool #tool nuget:?package=CGenT.Buffers&version=1.3.1
Portable .Net basic data encoders (alpha version). Supports primitive types, buffers
and other .Net value types. Encodes to a portable wire format insired by Google's Protobuf format.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CGenT.Buffers:
Package | Downloads |
---|---|
CGenT.Compression
Portable compression helpers for buffered streams. Includes support for ZLib and Deflate algorithms. |
|
CGenT.DataEncoding
Portable .Net data encoders supporting .Net primitives, buffers, nullable types, arrays and sparse arrays (up to rank 3), and jagged arrays (up to 2 deep) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.5870.42086 | 1,557 | 1/27/2016 |
1.3.5870.40065 | 1,313 | 1/27/2016 |
1.3.5870.38813 | 1,274 | 1/27/2016 |
1.3.5869.41161 | 2,045 | 1/26/2016 |
1.3.5869.28835 | 1,279 | 1/26/2016 |
1.3.5869.25579 | 1,981 | 1/26/2016 |
1.3.5869.24635 | 1,991 | 1/26/2016 |
1.3.5869.1222 | 1,272 | 1/25/2016 |
1.3.5869.457 | 1,250 | 1/25/2016 |
1.3.5868.42132 | 1,996 | 1/25/2016 |
1.3.5868.41168 | 1,284 | 1/25/2016 |
1.3.5819.29103 | 2,761 | 12/7/2015 |
1.3.5717.41385 | 2,845 | 8/27/2015 |
1.3.5714.42887 | 1,345 | 8/25/2015 |
1.3.5548.37802 | 2,532 | 3/11/2015 |
1.3.3 | 3,356 | 11/25/2014 |
1.3.2 | 1,593 | 11/23/2014 |
1.3.1 | 1,345 | 11/23/2014 |
Alpha version