shssoichiro / oxipng

Multithreaded PNG optimizer written in Rust
MIT License
2.95k stars 124 forks source link

Allow sanity-checks without parallel #634

Closed andrews05 closed 4 months ago

andrews05 commented 4 months ago

This adds the use of the rayon shim when parallel is not enabled. See #632.