Speykious / cve-rs

Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀
Other
3.72k stars 94 forks source link

Replace reqwest with ureq #19

Closed FlareFlo closed 4 months ago

FlareFlo commented 4 months ago

Reqwest is a heavy dependency, so i am proposing to use Ureq instead. Ureq is a sync-only HTTP library eliminating the need to use the blocking Reqwest client. Built on Ryzen 9 7900X with command cargo b --release --all-features --timings Reqwest (d3f63213e2e648c6ece10e9b692aa06ee2aeb9e5): image Ureq (18b34ece3644af7fec0f8ca7ac1889aed6edd0db): image