Nio is an experimental async runtime for Rust. This project initially began as an experiment to explore alternative scheduling strategies.Tokio use work-stealing scheduler, It is very complex scheduler and require a ton of bookkeeping. Sadly, replacing th... (more…)
Read more »
🔗 IfThisThenThat linter — enforce atomic cross-file changes via LINT.IfChange / LINT.ThenChange directives. - simonepri/ifttt-lint... (more…)
Read more »
In a previous post, I shortly discussed the concept of “effects” and the parallels between them. In an unrelated post since then, Yosh Wuyts writes about the problem of trying to write fallible code inside of an iterator adapter that doesn’t support it. I... (more…)
Read more »
Get started developing with Rust using Windows, including setup for your development environment, Rust for Windows, and code examples. (more…)
Read more »