From 647c97fa3d664ed1393718383cb5ca2642eacaa9 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 7 May 2017 14:31:56 +0900 Subject: [PATCH] Expose common --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 303cb0e8d..4c814bc74 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -94,7 +94,7 @@ mod core; mod compression; pub mod store; mod indexer; -mod common; +pub mod common; mod error; mod analyzer; pub mod datastruct;