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

WebPEncoder is not available in rustdocs #2082

Closed
qrilka opened this issue Jan 3, 2024 · 3 comments
Closed

WebPEncoder is not available in rustdocs #2082

qrilka opened this issue Jan 3, 2024 · 3 comments

Comments

@qrilka
Copy link

qrilka commented Jan 3, 2024

This happens in rustdocs for the crate

Expected

It's expected that both WebPDecoder and WebPEncoder should be available in the crate's rustdocs

Actual behaviour

Only WebPDecoder is shown on https://docs.rs/image/latest/image/codecs/webp/index.html

Reproduction steps

In https://github.com/image-rs/image/blob/25b284c20c576c21fbfd0ec66c23c830dfd6bc04/src/codecs/webp/mod.rs both structs are visible (under webp feature flag) and on https://docs.rs/image/0.24.7/image/codecs/webp/index.html only the decoder

@fintelia
Copy link
Contributor

fintelia commented Jan 3, 2024

This will be resolved by #2066

@qrilka
Copy link
Author

qrilka commented Jan 12, 2024

@fintelia does this mean that a new version is about to be published?

@fintelia
Copy link
Contributor

Yep: #2095

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