From 9fb0655ac577092dcb352c43773fbd90b948354d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 23 Mar 2025 19:21:03 -0400 Subject: [PATCH] Expose Hash struct --- src/sqpack/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqpack/mod.rs b/src/sqpack/mod.rs index 006213a..4915d66 100644 --- a/src/sqpack/mod.rs +++ b/src/sqpack/mod.rs @@ -16,7 +16,7 @@ mod db; pub use db::SqPackDatabase; mod index; -pub use index::{IndexEntry, SqPackIndex}; +pub use index::{IndexEntry, SqPackIndex, Hash}; /// The type of this SqPack file. #[binrw]