From edf986b7888a97ad434f08c1900d5ae4356ec44a Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Wed, 23 Oct 2019 06:55:03 +0200 Subject: fix index_file and add freeze/thaw --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 2d43f21..0336e8a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,4 +34,6 @@ pub use thread::{Thread, ThreadExt}; pub use threads::{Threads, ThreadsExt}; pub use index::IndexOpts; -pub use ffi::{DatabaseMode, Sort, DecryptionPolicy}; \ No newline at end of file +pub use ffi::{DatabaseMode, Sort, DecryptionPolicy}; + +pub use utils::{ScopedSupercow, ScopedPhantomcow}; \ No newline at end of file -- cgit v1.2.1