Crates.io | rapidhash-u128 |
lib.rs | rapidhash-u128 |
version | 0.1.1 |
source | src |
created_at | 2024-10-02 07:39:38.885728 |
updated_at | 2024-10-02 19:31:40.637742 |
description | Limited Rapidhash implementation for u128 values |
homepage | |
repository | https://github.com/jabr/rapidhash-u128 |
max_upload_size | |
id | 1393812 |
size | 5,242 |
Bare-bones Rust implementation of rapidhash for u128 values, based on original rapidhash implementation in C.
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
This project is licensed under the terms of the MIT license.