|
You are here |
developerlife.com | ||
| | | | |
tokio.rs
|
|
| | | | | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more. | |
| | | | |
21-lessons.com
|
|
| | | | | Learn the foundational building blocks of an event-based system written in Rust using Tokio as async Runtime | |
| | | | |
leshow.github.io
|
|
| | | | | I've been working in the Rust space for about a year now using tokio & async/await with DNS. The result of this work is a sizeable from-scratch tokio server using 0.2 (that's now in production- yay! hopefully I can share more about this later). As a result, I've gotten to know the UDP API of tokio quite well, and have even got to submit a few PRs (double yay). I'd like to highlight some interesting changes that have happened in tokio's API between 0. | |
| | | | |
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. | ||