servo / servo/rust-url

url::percent_encoding not found

Open
#759 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.6k
Forks
406
PR merge metrics
No merged PRs in 30d

Description

  • Note that this crate implements the URL Standard not RFC 1738 or RFC 3986

Describe the bug
A clear and concise description of what the bug is. Include code snippets if possible.
hi ,i use url::percent_encoding::{utf8_percent_encode, EncodeSet}; and when i update url crate to version 2.2.2 the function not found . What should I do?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by checking the public API and changelog for the url crate at version 2.2.2, focusing on url::percent_encoding::{utf8_percent_encode, EncodeSet}. Confirm whether these symbols were removed or relocated and identify the supported usage; the issue is done when the crate behavior or migration guidance is clear and reproducible.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.