summaryrefslogtreecommitdiffstats
path: root/src/hasher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hasher.rs')
-rw-r--r--src/hasher.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hasher.rs b/src/hasher.rs
new file mode 100644
index 00000000..a930fa13
--- /dev/null
+++ b/src/hasher.rs
@@ -0,0 +1,2 @@
+/// The hasher used to compare layouts.
+pub type Hasher = twox_hash::XxHash;