/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

developerlife.com
| | tokio.rs
2.5 parsecs away

Travel
| | Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
| | 21-lessons.com
2.1 parsecs away

Travel
| | Learn the foundational building blocks of an event-based system written in Rust using Tokio as async Runtime
| | leshow.github.io
2.5 parsecs away

Travel
| | 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
15.8 parsecs away

Travel
| 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.