multiformats / multiformats/rust-multiaddr
Remove `from_url` module
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 101
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
As discussed in https://github.com/multiformats/rust-multiaddr/issues/71, we should remove the from_url module to reduce the surface area of this crate's public API.
Users are encouraged to implement the from_url functionality themselves and/or create their own crate if they need to reuse the code in different projects.
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 locating the from_url module and the public API entry points that expose it, then read the discussion in issue #71 for the rationale. The work is done when the module and its public exposure are removed without leaving broken references or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100