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

make encoding optional #268

Merged
merged 1 commit into from
Jan 19, 2025
Merged

Conversation

stevefan1999-personal
Copy link
Contributor

@stevefan1999-personal stevefan1999-personal commented Dec 10, 2024

Getting rid of the encoding dependency immediately eliminated 500KiB from my end binary. It is absolutely unnecessary given that UTF-8 is all the rage. But still, let's be conservative and to prevent breaking changes, let that be enabled by default. User who doesn't want encoding can use default-features = false and then add the features up at that point.

Copy link
Owner

@aatxe aatxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable to me, thanks!

@aatxe aatxe merged commit 61f43f1 into aatxe:develop Jan 19, 2025
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