|
You are here |
vivekshuk.la | ||
| | | | |
leshow.github.io
|
|
| | | | | Unless you've been living under a rock; you know async/await is coming to rust stable. My last post was about implementing a simple protocol using manual futures, and interacting with tokio. It's only fitting, then, that I update the lib that post was inspired by to async/await and report back on my findings. If you're curious about my library or you use the window manager i3, it's available here or on crates under tokio-i3ipc. | |
| | | | |
blog.sylver.dev
|
|
| | | | | In this episode, we'll extend our server to serve static files. We'll also refactor our code to support connection reuse, and implement a graceful shutdown mechanism. If your didn't follow the previous episode, you can find the code on GitHub. As we ... | |
| | | | |
ohadravid.github.io
|
|
| | | | | One of the best things about Rust is that there are so many high-quality crates for everything and anything you want. It can be hard to choose, so I wanted to ... | |
| | | | |
www.shuttle.dev
|
|
| | | This guide is a deep-dive on Axum, a Rust web backend framework. We look at using Axum to write a competent web service with middleware, routing, static files and more. | ||