Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 381 Bytes

MurmurHash3

Swift 4 implementation of MurmurHash3.

Build

swift build

# Xcode project
swift package generate-xcodeproj
open murmurhash3.xcodeproj

Test

swift test

Linting

Linting is done with SwiftLint at build time. See .swiftlint for details.