Create book from markdown files. Like Gitbook but implemented in Rust... (more…)
Read more »
Asynchronous Rust is powerful but has a reputation for being hard to learn.
There have been various ideas on how to fix the trickiest aspects, though with
my focus being on Tokio 1.0, I had
not been able to dedicate much focus to those topics. However, Ni... (more…)
Read more »
π¨π¦ A system information tool for Rustaceans. Contribute to irevenko/ferris-fetch development by creating an account on GitHub. (more…)
Read more »
As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
I read a Why Not Rust? article the other day that was quite good but dismissed the most important reason to use a language to me: security. After having worked on a Rust codebase for almost two years now, I thought I would chime in, even though I'll prefa... (more…)
Read more »