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 the unused EncodingDecoder #153

Merged
merged 1 commit into from Jan 5, 2019
Merged

Commits on Dec 6, 2018

  1. Remove the unused EncodingDecoder

    The project "encoding" appears to be unmaintained, and hasn't received
    an update since 2017. Unfortunately the "encoding" artifacts on
    crates.io do not contain the licenses for the project, which adds
    difficulty in auditing dependencies.
    
    Since "tiny-http" doesn't actually use the EncodingDecoder, this patch
    removes it and it's dependency on "encoding" in order to avoid
    complications resolving the "tiny-http" dependency story.
    
    Instead, I would suggest investigating migrating over to
    https://docs.rs/encoding_rs/0.8.13/encoding_rs/, which appears to be
    actively maintained by Mozilla.
    
    If this patch is accepted, would it be possible to get a release as
    well?
    erickt committed Dec 6, 2018
    Copy the full SHA
    abe36c3 View commit details
    Browse the repository at this point in the history