Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DoomDuck opened this issue Jan 5, 2023 · 1 comment
Open

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

DoomDuck opened this issue Jan 5, 2023 · 1 comment

Comments

@DoomDuck
Copy link

DoomDuck commented Jan 5, 2023

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

@fintelia
Copy link
Contributor

fintelia commented Jan 6, 2023

I think this is because the struct is missing from the re-export at the crate root:

image-png/src/lib.rs

Lines 76 to 81 in 28035fd

pub use crate::{
common::*,
decoder::{Decoded, Decoder, DecodingError, Limits, OutputInfo, Reader, StreamingDecoder},
encoder::{Encoder, EncodingError, StreamWriter, Writer},
filter::{AdaptiveFilterType, FilterType},
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants