Info
Version: | 1.0.0 |
Author(s): | Zefei Ji |
Last Update: | Monday, June 5, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/z-ji/murmurhash-net |
NuGet Url: | https://www.nuget.org/packages/zji.murmurhash.core |
Install
Install-Package zji.murmurhash.core
dotnet add package zji.murmurhash.core
paket add zji.murmurhash.core
zji.murmurhash.core Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
It's targeting dotnet core only.
port from https://github.com/darrenkopp/murmurhash-net.