lz_fnv 0.1.2

Fowler-Noll-Vo hash functions for various integer types
Documentation
# Lz FNV (Fowler-Noll-Vo)

This crate provides Fowler-Noll-Vo implementations for 32-bit, 64-bit and 128-bit width integers.

[![Build Status](https://travis-ci.org/Lukazoid/lz_fnv.svg?branch=master)](https://travis-ci.org/Lukazoid/lz_fnv)

[Documentation](https://docs.rs/lz_fnv)

# Features
* nightly - For when using a nightly build of rust
* u128 - When not using nightly this uses the extprim crate for its u128 

# License

This project is licensed under the MIT License ([LICENSE](LICENSE) or http://opensource.org/licenses/MIT).