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

Add level option to serde.compress #224

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

Nicell
Copy link
Contributor

@Nicell Nicell commented Jul 3, 2024

Closes #223

Adds a new, optional third parameter to serde.compress, which allows the user to select a custom compression level. Defaults to the existing "Best" level if a level isn't provided.

Copy link
Collaborator

@filiptibell filiptibell left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! All seems good to me 👍

@filiptibell filiptibell merged commit 8aefe88 into lune-org:main Jul 6, 2024
6 checks passed
@Nicell Nicell deleted the compression-level branch July 6, 2024 20:47
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.

Support Precise Compression Level For serde.compress
2 participants