diff --git a/src/lib.rs b/src/lib.rs index f5274eb..c909da9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -46,7 +46,7 @@ //! writer.close().unwrap(); //! ``` -mod array_decoder; +pub mod array_decoder; pub mod arrow_reader; pub mod arrow_writer; #[cfg(feature = "async")]