ajrcarey / pdfium-render

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
https://crates.io/crates/pdfium-render
Other
364 stars 59 forks source link

Use upstream itertools dependency #148

Closed aruediger closed 5 months ago

aruediger commented 5 months ago

https://github.com/Wandalen/wTools/blob/master/module/core/iter_tools/src/iter.rs seems to be a simple wrapper for https://github.com/rust-itertools/itertools. Switch to using upstream.

ajrcarey commented 5 months ago

Many thanks @aruediger , much appreciated!