Skip to content

Commit

Permalink
Merge pull request #49 from rfdzan/re-export
Browse files Browse the repository at this point in the history
re-export `ParallelIntoIterator`
  • Loading branch information
rfdzan authored Apr 21, 2024
2 parents aa3e056 + c607b2b commit 81404b7
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 @@ -103,7 +103,7 @@ mod single;
pub(crate) use self::compress::Compress;
pub(crate) use self::defaults::{DEVICE, QUALITY};
pub use self::{
bulk::{Parallel, ParallelBuilder},
bulk::{Parallel, ParallelBuilder, ParallelIntoIterator},
error::Error,
single::{Single, SingleBuilder},
};

0 comments on commit 81404b7

Please sign in to comment.