Skip to content

Commit 5aaccd3

Browse files
Re-exported dependency! (#4)
1 parent 69e5f3c commit 5aaccd3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ use proto::stream::Kind;
33
pub mod proto;
44
pub mod read;
55

6+
pub use fallible_streaming_iterator;
7+
68
#[derive(Debug, Clone)]
79
pub enum Error {
810
OutOfSpec,

tests/it/deserialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use fallible_streaming_iterator::FallibleStreamingIterator;
21
use orc_format::{
2+
fallible_streaming_iterator::FallibleStreamingIterator,
33
proto::{column_encoding::Kind as ColumnEncodingKind, stream::Kind},
44
read,
55
read::decode::{

0 commit comments

Comments
 (0)