Publicly reexport the http crate
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.3k
- Forks
- 1.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
The http crate is already a public dependency of Hyper, and some items from it are already exported from Hyper. Let's remove the #[doc(hidden)] on pub use http;.
Projects out there sometimes need to use http::uri::Authority and other http items and that means depending on both http and hyper, which can be a papercut when either requires a breaking bump.
Contributor guide
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
Locate Hyper's pub use http; declaration and inspect its current documentation attribute. Remove the #[doc(hidden)] marker, then run the relevant Hyper test or documentation checks to confirm the http crate is publicly visible and its items remain accessible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100