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

no_std support for form_urlencoded, data-url and idna #722

Merged
merged 6 commits into from
Apr 2, 2023

Commits on Mar 1, 2023

  1. Add std feature to percent_encoding

    For future compatibility
    madsmtm committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    964fb73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ea92e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    070b8a3 View commit details
    Browse the repository at this point in the history
  4. Make idna no_std compatible

    Add default feature flag "std" that enables a `std::error::Error` impl for `Errors`.
    madsmtm committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a24c4d6 View commit details
    Browse the repository at this point in the history
  5. Test no_std support in CI

    madsmtm committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    934edd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    4afc982 View commit details
    Browse the repository at this point in the history