Images compress synchronously so I'll have to parallelize them. Rust's [std::thread](https://doc.rust-lang.org/std/thread/) seems right for this.
Images compress synchronously so I'll have to parallelize them. Rust's std::thread seems right for this.