Topcoat is a modular, batteries-included Rust framework for building full-stack, reactive web apps. It prioritizes simplicity and productivity. Topcoat is entirely server-rendered. Reactivity is added by rendering HTML snippets in the serve...
It has been a bit more than a month since Toasty's initial crates.io release, and what a month it has been, not just with Toasty. We also had our first TokioConf (talk recordings will be announced soon). But, there also has been a lot of de...
Toasty is an asynchronous ORM for the Rust programming language that prioritizes ease of use. Toasty supports both SQL and NoSQL databases. Today, on the NoSQL front, only DynamoDB works, but I'm hoping to get more support in the coming mon...
Tokio's APIs are memory-safe, thread-safe, and misuse-resistant. This helps prevent common bugs, such as unbounded queues, buffer overflows, and task starvation.Building on top of Rust, Tokio provides a multi-threaded, work-stealing schedul...
This is a guest post by Russell Cohen. When Russell showed me dial9, I knew the Tokio community needed to see it. I asked him to write this post and invited him to demo it at TokioConf. — Carl Like most new things, I built dial9 enroute to...
March 12, 2026We're setting aside 20 free TokioConf tickets for contributors to Tokio-related projects. You are eligible if you have submitted a PR (even if it didn't get merged) to any of the repositories hosted under tokio-rs, hyperium, o...
We're about seven weeks out from TokioConf 2026 and most of the big planning decisions are behind us. The program is set, including a workshop (somehow, I convinced Alice and Sean to do the workshop with me), the venue, A/V, and social even...
We are excited to announce that the Call for Speakers for TokioConf 2026 is officially open! As we announced in June, the Tokio project is hosting the inaugural TokioConf, which will take place on April 20-22 in Portland, OR, and will gathe...
June 19, 2025We’re happy to announce the inaugural TokioConf, a dedicated conference for developers building asynchronous network applications in Rust. It will be a single-track event bringing together developers from many areas to talk abo...
Happy new year! 🎉 Today, we're happy to announce axum version 0.8. axum is an ergonomic and modular web framework built with tokio, tower, and hyper. This also includes new major versions of axum-core, axum-extra, and axum-macros. Here is a...
Toasty is an asynchronous ORM for the Rust programming language that prioritizes ease of use. Toasty supports SQL and NoSQL databases, including DynamoDB and Cassandra (soon). Toasty is currently in the early stages of development and shoul...
Today, we're happy to announce axum version 0.7. axum is an ergonomic and modular web framework built with tokio, tower, and hyper. This also includes new major versions of axum-core, axum-extra, and axum-macros. hyper 1.0 support The headl...
Today, we are happy to announce the initial release of turmoil, a framework for developing and testing distributed systems. Testing distributed systems is hard. Non-determinism is everywhere (network, time, threads, etc.), making reproducib...
Back in August we announced axum 0.6.0-rc.1 and today I'm happy to report that the prelease period is over and axum 0.6.0 is out! axum is an ergonomic and modular web framework built with tokio, tower, and hyper. This also includes new majo...
Today, we are happy to announce the initial release of async-backtrace, a crate that enables you to efficiently track and view the state of asynchronous tasks in your application. In synchronous, multi-threaded applications, you can investi...
Today, we're happy to announce axum version 0.6.0-rc.1. axum is an ergonomic and modular web framework built with tokio, tower, and hyper. In 0.6 we've reworked some fundamental parts of axum to make things more type safe, less surprising,...
Today, we're happy to announce axum version 0.5. axum is an ergonomic and modular web framework built with tokio, tower, and hyper. 0.5 contains lots of new features and I'd like highlight a few of them here. This also includes new major ve...
Today, we are happy to announce the initial release of tokio-metrics, a crate for getting a Tokio application's runtime and task level metrics. Tokio Metrics makes it easier for Tokio users to debug performance problems with their applicati...
Today, we, the Tokio team, are announcing the initial release of Tokio Console (Github), enabling Rust developers to gain deeper insight into the runtime behavior of their applications. And just like that, we get to peek under the hood. —ni...
Today, we published the first release of the “tokio-uring” crate, providing support for the io-uring system API on Linux. This release provides asynchronous File operations, and we will be adding support for more operations in subsequent re...