| Crates.io | const-fnv1a-hash |
| lib.rs | const-fnv1a-hash |
| version | 1.1.0 |
| created_at | 2021-07-27 21:07:55.26475+00 |
| updated_at | 2022-08-13 19:08:21.600821+00 |
| description | A #![no_std] crate for performing FNV1A-16/32/64/128 hashing on Rust stable at compile time. |
| homepage | https://github.com/HindrikStegenga/const-fnv1a-hash |
| repository | https://github.com/HindrikStegenga/const-fnv1a-hash |
| max_upload_size | |
| id | 428099 |
| size | 6,193 |
Rust based const FNV1A hashing implementation for hashing at compile time.
This is a Rust implementation of FNV1A hashing algorithms which works on the stable channel.