| Crates.io | const-murmur3 |
| lib.rs | const-murmur3 |
| version | 0.2.1 |
| created_at | 2022-03-01 22:45:03.245034+00 |
| updated_at | 2022-06-12 19:01:47.675486+00 |
| description | A const fn implementation of the murmur3 hashing algorithm |
| homepage | |
| repository | https://github.com/Reboare/const-murmur3 |
| max_upload_size | |
| id | 541885 |
| size | 3,854 |
A minimal rust library containing a const fn no_std compatible version of the murmur32 hashing algorithm.
Murmur3 is not suitable as a hashing algorithm where security is concerned and should only be used for general lookups.