Gulliver 1.0.1
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length. Functionality includes the as previously unsupported standard set of boolean algebraic operations, bitwise shifting, and unsigned endian aware mathematical addition, subtraction, and comparison.
See the version list below for details.
Install-Package Gulliver -Version 1.0.1
dotnet add package Gulliver --version 1.0.1
<PackageReference Include="Gulliver" Version="1.0.1" />
paket add Gulliver --version 1.0.1
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length. Functionality includes the as previously unsupported standard set of boolean algebraic operations, bitwise shifting, and unsigned endian aware mathematical addition, subtraction, and comparison. Gulliver exist to free developers from managing byte ordering and operations at the low level as was previously required by the standard C# language distributions.
Documentation is published on Gulliver's ReadTheDocs page.
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length. Functionality includes the as previously unsupported standard set of boolean algebraic operations, bitwise shifting, and unsigned endian aware mathematical addition, subtraction, and comparison. Gulliver exist to free developers from managing byte ordering and operations at the low level as was previously required by the standard C# language distributions.
Documentation is published on Gulliver's ReadTheDocs page.
Dependencies
-
.NETStandard 1.3
- JetBrains.Annotations (>= 2019.1.3)
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.5.0)
GitHub Usage
This package is not used by any popular GitHub repositories.