3 releases
Uses old Rust 2015
0.1.2 | Mar 20, 2018 |
---|---|
0.1.1 | Aug 7, 2017 |
0.1.0 | Aug 6, 2017 |
#1260 in Algorithms
2,552 downloads per month
Used in tide-etag
110KB
1.5K
SLoC
Lz FNV (Fowler-Noll-Vo)
This crate provides Fowler-Noll-Vo implementations for 32-bit, 64-bit and 128-bit width integers.
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 or http://opensource.org/licenses/MIT).
lib.rs
:
The lz_fnv crate implements Fowler-Noll-Vo hashing.
FNV-0, FNV-1 and FNV-1a hash implementations are supported for various width integers.
The FNV implementations for u64 also implement Hasher
.
The crate features available are:
- nightly - For when using a nightly build of rust
- u128 - When not using nightly this uses the extprim crate for its u128 type
Dependencies
~0–490KB