stash: deduplicate Fnv1aHasher; add derive for u64 wrapper

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic2886815721f6eefc66a8ddacd44fb286a6a6964
This commit is contained in:
raf 2026-04-01 14:38:47 +03:00
commit d643376cd7
4 changed files with 108 additions and 58 deletions

View file

@ -1,6 +1,7 @@
mod clipboard;
mod commands;
mod db;
mod hash;
mod mime;
mod multicall;