Frommi/miniz_oxide

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

Closed this issue · 2 comments

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?

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.

things seem fixed in the new release.