Skip to content

Commit

Permalink
chore: Export array decoder so that users can access NaiveStripeDecod…
Browse files Browse the repository at this point in the history
…er (#5)

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Oct 28, 2024
1 parent 4a9d18f commit 7fe0cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 7fe0cab

Please sign in to comment.