changeset 370:ffd09df174ba

Re-export user-facing types.
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 08 Oct 2017 13:51:47 +0200
parents ccc31e0b4c50
children f8b1e35370a7
files src/lib.rs
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib.rs	Sun Oct 08 13:51:34 2017 +0200
+++ b/src/lib.rs	Sun Oct 08 13:51:47 2017 +0200
@@ -42,3 +42,8 @@
 
 mod db_impl;
 mod db_iter;
+
+pub use db_impl::DB;
+pub use db_iter::DBIterator;
+pub use options::Options;
+pub use types::LdbIterator;