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

Remove compression/decompression features #170

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

Nehliin
Copy link
Collaborator

@Nehliin Nehliin commented Nov 16, 2021

Motivation

Fixes: #165

Solution

Simply remove the features and replace with:

#[cfg(any(
    feature = "decompression-br",
    feature = "decompression-deflate",
    feature = "decompression-gzip"
))]

and equivalent for compression

@davidpdrsn davidpdrsn merged commit 868f4b6 into tower-rs:master Nov 16, 2021
@Nehliin Nehliin deleted the remove-compression branch November 16, 2021 13:16
@davidpdrsn davidpdrsn mentioned this pull request Dec 1, 2021
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.

More clearly document features for {de}compression algorithms also must be enabled
2 participants