Crate xxhash_rust[−][src]
Implementation of xxHash in Rust
Version corresponds to xxHash releases
Each algorithm is implemented via feature, allowing precise control over code size.
Features:
xxh32- Enables 32bit algorithm. Suitable for x86 targetsconst_xxh32-const fnversion ofxxh32algorithmxxh64- Enables 64 algorithm. Suitable for x86_64 targetsconst_xxh64-const fnversion ofxxh64algorithmxxh3- Enablesxxh3family of algorithms, superior toxxh32andxxh64in terms of performance.const_xxh3-const fnversion ofxxh3algorithm
Modules
| const_xxh3 | Xxh3 |
| const_xxh32 | Const eval friendly xxh32 implementation. |
| const_xxh64 | Const 64 bit version of xxhash algorithm |
| xxh3 | XXH3 implementation |
| xxh32 | 32 bit version of xxhash algorithm |
| xxh64 | 64 bit version of xxhash algorithm |