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

Feature gate report module #39

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

kevinschoon
Copy link
Contributor

Hi, thanks for your work on this library.

This puts the report module behind a feature gate. One practical reason for doing this is that the quick-xml package explicitly disables non-utf8 support without enabling the encoding feature. Other packages that depend on quick-xml like RSS libraries often need support for non-utf8 encoding and this creates a compile time error.

Thanks again,

Kevin

Put the report module behind a feature gate. One practical reason for doing
this is that the quick-xml package explicitly disables non-utf8 support
without enabling the encoding feature. Other packages that depend on quick-xml
like RSS libraries often need support for non-utf8 encoding and this creates
a compile time error.
@mdecimus mdecimus merged commit 9cadc33 into stalwartlabs:main Oct 25, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

2 participants