Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

11
vendor/const-fnv1a-hash/README.md vendored Normal file
View File

@@ -0,0 +1,11 @@
# const-fnv1a-hash
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.
# Features
- no_std.
- All functions are const, and can be used at compile time to hash all the things.
- Additional convenience functions for str hashing.
- dependency free.
- 16 bit hashing implemented using XOR folding.