aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDirk Van Haerenborgh <vhdirk@gmail.com>2019-10-23 06:55:03 +0200
committerDirk Van Haerenborgh <vhdirk@gmail.com>2019-10-23 06:55:03 +0200
commitedf986b7888a97ad434f08c1900d5ae4356ec44a (patch)
tree57ee903330f43cd61f6c53ab013bfc5088b638b6 /src/lib.rs
parent1e4e67fde1a7c75c9a81312d71340801d0ee06d3 (diff)
downloadmail-edf986b7888a97ad434f08c1900d5ae4356ec44a.tar.gz
fix index_file and add freeze/thaw
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 3 insertions, 1 deletions
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