refactor(hashing): introduce Hashable derive macro and migrate server types

This commit is contained in:
CleverWild
2026-04-08 01:32:59 +02:00
committed by Skipper
parent 100c257e95
commit 247cb90fbf
19 changed files with 238 additions and 118 deletions

View File

@@ -1,5 +1,5 @@
#[cfg(feature = "authn")]
pub mod authn;
pub mod hashing;
#[cfg(feature = "safecell")]
pub mod safecell;