`parse` returns `ParseError`, but not part of api
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
https://docs.rs/surf/latest/surf/struct.Url.html#method.parse
`parse` returns `ParseError`, but not part of API (part of crate `url`)
might be good to re-export or expose it somehow
Contributor guide
Research direction
Start with the surf::Url::parse documentation linked in the issue and inspect how its ParseError type is exposed. Done means users can access the returned error through surf's public API, with the resulting API documentation making that type available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100