24 days of Rust – reqwest

In the first volume of 24 Days of Rust, I’ve
written about hyper
as the Rust HTTP toolkit. A lot of things have changed in the last two years,
but hyper is still the best solution for HTTP in Rust.
However, hyper is undergoing some major changes to use
to…

Similar

Plugins in Rust: The Technologies

In this article I will further analyze how a Plugin Development Kit (PDK) could be implemented in Rust. Note that I’m no expert in the topic; my objective is to merely collect all the information I’ve found so far and present it as a summary, with enough ... (more…)

Read more »