Frommi / miniz_oxide

Rust replacement for miniz
MIT License
168 stars 48 forks source link

Docs of `miniz_oxide::inflate::core::decompress` seem slightly stale #109

Closed Lokathor closed 1 year ago

Lokathor commented 2 years ago

The docs of decompress mention out_cur in several places, but this isn't a named argument of the function, nor does it appear to be one of the implied fields of the output tuple. I think that it's referring to out_pos?

oyvindln commented 2 years ago

Yup, the doc for that one was updated in #108, it's just not been pushed to crates.io yet. It may have used cursor at some point but I don't remember.

Lokathor commented 1 year ago

things seem fixed in the new release.