Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/src/hash.rs')
-rw-r--r--crates/stdx/src/hash.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/stdx/src/hash.rs b/crates/stdx/src/hash.rs
new file mode 100644
index 0000000000..66e6c9462b
--- /dev/null
+++ b/crates/stdx/src/hash.rs
@@ -0,0 +1,5 @@
+//! Re-exports from [`nohash_hasher`].
+
+pub use nohash_hasher::IntMap as NoHashHashMap;
+pub use nohash_hasher::IntSet as NoHashHashSet;
+pub use nohash_hasher::IsEnabled;