aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
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 ef8cc33..2d43f21 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,6 +20,7 @@ mod query;
mod tags;
mod thread;
mod threads;
+mod index;
pub use database::{Database, DatabaseExt};
pub use directory::{Directory, DirectoryExt};
@@ -31,5 +32,6 @@ pub use query::{Query, QueryExt};
pub use tags::{Tags, TagsExt, TagsOwner};
pub use thread::{Thread, ThreadExt};
pub use threads::{Threads, ThreadsExt};
+pub use index::IndexOpts;
-pub use ffi::{DatabaseMode, Sort}; \ No newline at end of file
+pub use ffi::{DatabaseMode, Sort, DecryptionPolicy}; \ No newline at end of file