rapidhash-u128 0.1.1

Limited Rapidhash implementation for u128 values
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jabr/rapidhash-u128
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jabr

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.