Learning Rust: Collecting Data from an API

Step by step guide to retrieving data from an API over HTTP and storing it in a Filestore as JSON. Read more

Similar

Static streams for faster async Rust proxies

Last week in Tokio's Discord chat server someone asked a really interesting question: how can you stream a multipart body from an incoming request into an outgoing request? My struggle to answer this really helped me understand Rust async lifetimes. We'll... (more…)

Read more »

Rust as a gateway drug to Haskell

For work-related reasons, I had to recently get up to speed on programming in Haskell. Before that, I had very little actual experience with the language, clocking probably at less than a thousand lines of working code over a couple of years. Nothing impr... (more…)

Read more »