diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-10-23 06:55:03 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2019-10-23 06:55:03 +0200 |
| commit | edf986b7888a97ad434f08c1900d5ae4356ec44a (patch) | |
| tree | 57ee903330f43cd61f6c53ab013bfc5088b638b6 /src/lib.rs | |
| parent | 1e4e67fde1a7c75c9a81312d71340801d0ee06d3 (diff) | |
| download | mail-edf986b7888a97ad434f08c1900d5ae4356ec44a.tar.gz | |
fix index_file and add freeze/thaw
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
