Articles tagged "rust"

Isahc 1.0 and Retrospective

programmingrustisahc
6 min read

Today I am pleased to announce the public release of version 1.0 of Isahc, an HTTP client for Rust that I have been working on for more than 3 years now. This has been a long time coming and has involved a lot of my spare time, so I am quite...

cHTTP 0.5 and the Journey Ahead

programmingrustisahc
10 min read

One of my more recent projects that I have been putting a lot of effort into is a Rust HTTP client called cHTTP, which I introduced on this blog over 18 months ago. Here I want to share an update on the direction of the project, and also give some...

How Rust Solved Dependency Hell

programmingrust
10 min read

Every once in a while I’ll be involved in a conversation about dependency management and versions, often at work, in which the subject of “dependency hell” will come up. If you’re not familiar with the term, then I encourage you to look it...

Introducing cHTTP; or, Why Pure Rust Is Not A Worthy Goal

programmingrustisahc
5 min read

Friends, today I have two messages to share with you. The first is to introduce to you a new library for the Rust language that I have poured some of my tea-powered energy into, so that you may be informed of its purpose and design. The second is...