After thinking about the async fn in traits problem for a while, I've come to the conclusion that the syntax Rust chose for async fn is the wrong one. Specifically, the fact that the returned future type is hidden is quite limiting. Here's how we can fix ... (more…)
Read more »
The R9 operating system. Contribute to r9os/r9 development by creating an account on GitHub. (more…)
Read more »
Lightweight exceptions for Rust. Contribute to iex-rs/lithium development by creating an account on GitHub. (more…)
Read more »
QuillSQL_console. Contribute to feichai0017/QuillSQL development by creating an account on GitHub. (more…)
Read more »
Today I'm going over how to drastically reduce the size of your Rust binaries.Min-Sized-Rust Repo: https://github.com/johnthagen/min-sized-rustFREE Rust Chea... (more…)
Read more »