rapidhash-u128

Crates.iorapidhash-u128
lib.rsrapidhash-u128
version0.1.1
sourcesrc
created_at2024-10-02 07:39:38.885728
updated_at2024-10-02 19:31:40.637742
descriptionLimited Rapidhash implementation for u128 values
homepage
repositoryhttps://github.com/jabr/rapidhash-u128
max_upload_size
id1393812
size5,242
Justin Bradford (jabr)

documentation

README

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

Related

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

License

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

Commit count: 6

cargo fmt