In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join?via=jonhoo in Rust. Essentially, we're implementing a ... (more…)
Read more »
High-level http auth extractors for axum. Contribute to Owez/axum-auth development by creating an account on GitHub. (more…)
Read more »
In a recent lang team meeting we discussed
the upcoming
Stream
RFC. We covered both the steps required to land it, and the steps we'd want
to take after that. One of the things we'd want eventually for streams is:
"async iteration syntax". Just like for x... (more…)
Read more »
To be able to troubleshoot Rust compilation, we first need to understand in a rough cut how it works. The goal is to give you a map that… (more…)
Read more »
The Rayon data parallelism library makes it easy to run your code in parallel—but the real magic comes from tools in the Rust programming language. (more…)
Read more »