From 6b403e3281340659dbd0d065ccff998514b1a5e4 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 22 Feb 2023 11:23:20 +0900 Subject: [PATCH] Re-export of columnar --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index e62fe80c8..9eaac652e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -123,6 +123,7 @@ mod functional_test; mod macros; mod future_result; +pub use columnar; pub use common::DateTime; /// Re-export of the `time` crate ///