A pure Rust reimplementation of libc functions localtime, gmtime and mktime. - GitHub - x-hgg-x/tz-rs: A pure Rust reimplementation of libc functions localtime, gmtime and mktime. (more…)
Read more »
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 »
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 »
A lot of web development is transforming JSON one way or another. In TypeScript/JavaScript this is straightforward, since JSON is built into the language. But can we also achieve good ergonomics in Haskell and Rust? Dear reader, I am glad you asked! ๐... (more…)
Read more »