url::percent_encoding not found
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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