Gulliver 1.0.2
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.
Install-Package Gulliver -Version 1.0.2
dotnet add package Gulliver --version 1.0.2
<PackageReference Include="Gulliver" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gulliver --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.3
- JetBrains.Annotations (>= 2019.1.3)
- NETStandard.Library (>= 1.6.1)
- System.ValueTuple (>= 4.5.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Gulliver:
Package | Downloads |
---|---|
Arcus
Arcus is a C# manipulation library for calculating, parsing, formatting, converting, and comparing both IPv4 and Pv6 addresses and subnets. It accounts for 128-bit numbers on 32-bit platforms.
|
GitHub repositories
This package is not used by any popular GitHub repositories.