zakarumych / rapid-qoi

Fast implementation of QOI format in Rust
Other
91 stars 1 forks source link

Fix README description #5

Closed wx257osn2 closed 2 years ago

wx257osn2 commented 2 years ago

from v0.6.0, rapid-qoi depends on bytemuck. no deps is outdated information

zakarumych commented 2 years ago

Thank you! There will be no deps again once <[T]>::as_chunks is stable. Unfortunately chunks() iterator produces much slower code.