image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
357 stars 140 forks source link

`png::decoder::Row` is missing from the documentation #379

Open DoomDuck opened 1 year ago

DoomDuck commented 1 year ago

No page has been generated for Row and no link either.

fintelia commented 1 year ago

I think this is because the struct is missing from the re-export at the crate root: https://github.com/image-rs/image-png/blob/28035fd57312c29b38db5988fe84135de2d50e5d/src/lib.rs#L76-L81

anforowicz commented 2 weeks ago

Note that InterlacedRow has been made public in https://github.com/image-rs/image-png/pull/495