GoogleChrome / GoogleChrome/ripunzip
remove openssl dependency from reqwest
Open
Beginner friendly
- Dominant language
- Rust
- Stars
- 294
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/GoogleChrome/ripunzip/blob/89627f0ac7814640eb02644c2ed5f28994e8b5e5/Cargo.toml#L33
`reqwest` supports `rustls`.
I just don't want depend on `openssl` (if `rustls` does not cause serious performance drop).
Contributor guide
Research direction
Start at Cargo.toml line 33 and inspect the reqwest dependency features. Switch the configuration away from openssl using reqwest's supported alternative, then run the project's Rust build and tests. Done means the project builds and tests pass without pulling in openssl.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100