Skip to content

Commit 7fe0cab

Browse files
authored
chore: Export array decoder so that users can access NaiveStripeDecoder (#5)
Signed-off-by: Xuanwo <[email protected]>
1 parent 4a9d18f commit 7fe0cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! writer.close().unwrap();
4747
//! ```
4848
49-
mod array_decoder;
49+
pub mod array_decoder;
5050
pub mod arrow_reader;
5151
pub mod arrow_writer;
5252
#[cfg(feature = "async")]

0 commit comments

Comments
 (0)