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 ZstdEncoder::with_quality_and_params to enable compression parameters #134

Merged
merged 1 commit into from
May 10, 2023

Conversation

joshtriplett
Copy link
Contributor

This allows enabling parameters such as long-distance matching mode or rsyncable mode.

@NobodyXu
Copy link
Collaborator

@joshtriplett Please rebase against master

@joshtriplett
Copy link
Contributor Author

@NobodyXu Done.

src/macros.rs Outdated Show resolved Hide resolved
@joshtriplett joshtriplett force-pushed the zstd-params branch 2 times, most recently from dc1f687 to 525f53e Compare May 10, 2023 13:12
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
…ters

This allows enabling parameters such as long-distance matching mode or
rsyncable mode.

Add a type supporting a subset of zstd compression parameters, to
insulate against future changes to zstd.
@robjtede robjtede added the A-semver-minor non-breaking change label May 10, 2023
@NobodyXu NobodyXu added this pull request to the merge queue May 10, 2023
@robjtede robjtede mentioned this pull request May 10, 2023
2 tasks
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 10, 2023
@robjtede robjtede added this pull request to the merge queue May 10, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 10, 2023
@robjtede robjtede merged commit 53fee02 into Nullus157:main May 10, 2023
@joshtriplett joshtriplett deleted the zstd-params branch May 10, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-semver-minor non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants