Skip to content

Commit 47c7b0d

Browse files
committed
feat: expose hashtable in root for access to optimized-for-object-ids sets and maps.
1 parent 3728e10 commit 47c7b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gix/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ pub use gix_features::{parallel, progress::Progress, threading};
7777
pub use gix_fs as fs;
7878
pub use gix_glob as glob;
7979
pub use gix_hash as hash;
80+
pub use gix_hashtable as hashtable;
8081
pub use gix_ignore as ignore;
8182
#[doc(inline)]
8283
pub use gix_index as index;

0 commit comments

Comments
 (0)