Skip to content

Commit af396c4

Browse files
committed
Add PuffinWriter
1 parent b0c8433 commit af396c4

File tree

5 files changed

+420
-8
lines changed

5 files changed

+420
-8
lines changed

crates/iceberg/src/puffin/mod.rs

+3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
mod blob;
2525
mod compression;
2626
mod metadata;
27+
2728
#[cfg(feature = "tokio")]
2829
mod reader;
2930

31+
mod writer;
32+
3033
#[cfg(test)]
3134
mod test_utils;

0 commit comments

Comments
 (0)