Scipio (pronounced skip-io or |skɪpjəʊ|) is a cooperative thread-per-core crate for Rust & Linux based on io_uring. It allows you to write asynchronous code that takes advantage of rust async/await, but it doesn't use helper threads anywhere. (more…)
Read more »
A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community. - not-yet-awesome-rust/not-yet-awesome-rust... (more…)
Read more »
Hello, folks! your wait is over, we have come up with a new blog. In this blog, we will discuss some tremendous projects using Rust as programming language... (more…)
Read more »
Update dbaupp on Reddit pointed out that this particular example does not support the point I'm trying to make. I'll explain why below. I ... (more…)
Read more »
I’ve written a small tool to warm-up HTTP caches, e.g. services like nginx. Get it Source code as well as compiled releases are available at … (more…)
Read more »