#u128

bin+lib rapidhash-u128

Limited Rapidhash implementation for u128 values

2 releases

0.1.1 Oct 2, 2024
0.1.0 Oct 2, 2024

#4 in #u128

Download history 324/week @ 2024-09-30 21/week @ 2024-10-07

345 downloads per month

MIT license

4KB
53 lines

rapidhash-u128

Bare-bones Rust implementation of rapidhash for u128 values, based on original rapidhash implementation in C.

Usage

Library:

use rapidhash_u128::hash;
hash(0xff) // => 5200326291411116507

Binary:

$ rapidhash-u128 ff
RapidHash(255) = 5200326291411116507

https://github.com/hoxxep/rapidhash - A full-featured Rust implementation of Rapidhash

License

This project is licensed under the terms of the MIT license.

No runtime deps